Skip to content

Console Output

02:48:27 Started by an SCM change
02:48:27 Running as SYSTEM
02:48:27 Agent basic-h5pr9 is provisioned from template basic
02:48:27 ---
02:48:27 apiVersion: "v1"
02:48:27 kind: "Pod"
02:48:27 metadata:
02:48:27   labels:
02:48:27     jenkins: "slave"
02:48:27     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
02:48:27     jenkins/label: "basic"
02:48:27   name: "basic-h5pr9"
02:48:27   namespace: "ditto"
02:48:27 spec:
02:48:27   containers:
02:48:27   - env:
02:48:27     - name: "JENKINS_SECRET"
02:48:27       value: "********"
02:48:27     - name: "JENKINS_TUNNEL"
02:48:27       value: "jenkins-discovery.ditto.svc.cluster.local:50000"
02:48:27     - name: "JENKINS_AGENT_NAME"
02:48:27       value: "basic-h5pr9"
02:48:27     - name: "JENKINS_REMOTING_JAVA_OPTS"
02:48:27       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
02:48:27         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
02:48:27     - name: "JAVA_TOOL_OPTIONS"
02:48:27       value: ""
02:48:27     - name: "_JAVA_OPTIONS"
02:48:27       value: ""
02:48:27     - name: "OPENJ9_JAVA_OPTIONS"
02:48:27       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
02:48:27     - name: "JENKINS_NAME"
02:48:27       value: "basic-h5pr9"
02:48:27     - name: "JENKINS_AGENT_WORKDIR"
02:48:27       value: "/home/jenkins/agent"
02:48:27     - name: "JENKINS_URL"
02:48:27       value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
02:48:27     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
02:48:27     imagePullPolicy: "Always"
02:48:27     name: "jnlp"
02:48:27     resources:
02:48:27       limits:
02:48:27         cpu: "2000m"
02:48:27         memory: "4096Mi"
02:48:27       requests:
02:48:27         cpu: "1000m"
02:48:27         memory: "4096Mi"
02:48:27     tty: true
02:48:27     volumeMounts:
02:48:27     - mountPath: "/home/jenkins/.m2/toolchains.xml"
02:48:27       name: "m2-dir"
02:48:27       readOnly: true
02:48:27       subPath: "toolchains.xml"
02:48:27     - mountPath: "/home/jenkins/.mavenrc"
02:48:27       name: "m2-dir"
02:48:27       readOnly: true
02:48:27       subPath: ".mavenrc"
02:48:27     - mountPath: "/opt/tools"
02:48:27       name: "volume-0"
02:48:27       readOnly: false
02:48:27     - mountPath: "/home/jenkins"
02:48:27       name: "volume-2"
02:48:27       readOnly: false
02:48:27     - mountPath: "/home/jenkins/.m2/repository"
02:48:27       name: "volume-3"
02:48:27       readOnly: false
02:48:27     - mountPath: "/home/jenkins/.m2/settings-security.xml"
02:48:27       name: "m2-secret-dir"
02:48:27       readOnly: true
02:48:27       subPath: "settings-security.xml"
02:48:27     - mountPath: "/home/jenkins/.m2/wrapper"
02:48:27       name: "volume-4"
02:48:27       readOnly: false
02:48:27     - mountPath: "/home/jenkins/.m2/settings.xml"
02:48:27       name: "m2-secret-dir"
02:48:27       readOnly: true
02:48:27       subPath: "settings.xml"
02:48:27     - mountPath: "/home/jenkins/.ssh"
02:48:27       name: "volume-1"
02:48:27       readOnly: false
02:48:27       subPath: ""
02:48:27     - mountPath: "/home/jenkins/agent"
02:48:27       name: "workspace-volume"
02:48:27       readOnly: false
02:48:27     workingDir: "/home/jenkins/agent"
02:48:27   nodeSelector:
02:48:27     kubernetes.io/os: "linux"
02:48:27   restartPolicy: "Never"
02:48:27   volumes:
02:48:27   - name: "volume-0"
02:48:27     persistentVolumeClaim:
02:48:27       claimName: "tools-claim-jiro-ditto"
02:48:27       readOnly: true
02:48:27   - name: "m2-secret-dir"
02:48:27     secret:
02:48:27       secretName: "m2-secret-dir"
02:48:27   - emptyDir:
02:48:27       medium: ""
02:48:27     name: "volume-2"
02:48:27   - configMap:
02:48:27       name: "m2-dir"
02:48:27     name: "m2-dir"
02:48:27   - configMap:
02:48:27       name: "known-hosts"
02:48:27     name: "volume-1"
02:48:27   - emptyDir:
02:48:27       medium: ""
02:48:27     name: "workspace-volume"
02:48:27   - emptyDir:
02:48:27       medium: ""
02:48:27     name: "volume-4"
02:48:27   - emptyDir:
02:48:27       medium: ""
02:48:27     name: "volume-3"
02:48:27 
02:48:27 Building remotely on basic-h5pr9 (basic) in workspace /home/jenkins/agent/workspace/ditto-ci
02:48:27 The recommended git tool is: NONE
02:48:29 No credentials specified
02:48:29 Cloning the remote Git repository
02:48:29 Cloning repository https://github.com/eclipse/ditto.git
02:48:29  > git init /home/jenkins/agent/workspace/ditto-ci # timeout=10
02:48:29 Fetching upstream changes from https://github.com/eclipse/ditto.git
02:48:29  > git --version # timeout=10
02:48:29  > git --version # 'git version 2.20.1'
02:48:29  > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:48:37  > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
02:48:37  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:48:38 Avoid second fetch
02:48:38  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
02:48:38 Checking out Revision 3ce07e7e4710c3247166cf5813a6621248e22eae (refs/remotes/origin/master)
02:48:38  > git config core.sparsecheckout # timeout=10
02:48:38  > git checkout -f 3ce07e7e4710c3247166cf5813a6621248e22eae # timeout=10
02:48:39 Commit message: "fix eTag handling in UI, replacing "weak" on GET"
02:48:39  > git rev-list --no-walk e043f85476ab3ef892d2b1a2baf81f1f01e745d7 # timeout=10
02:48:39 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -DcreateJavadoc=true -DskipITs=true
02:48:39 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
02:48:39 Maven home: /opt/tools/apache-maven/latest
02:48:39 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
02:48:39 Default locale: en_US, platform encoding: UTF-8
02:48:39 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
02:48:40 [INFO] Error stacktraces are turned on.
02:48:41 [INFO] Scanning for projects...
02:48:47 [WARNING] 
02:48:47 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
02:48:47 [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
02:48:47 [WARNING] 
02:48:47 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
02:48:47 [WARNING] 
02:48:47 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
02:48:47 [WARNING] 
02:48:47 [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
02:48:47 [INFO] ------------------------------------------------------------------------
02:48:47 [INFO] Reactor Build Order:
02:48:47 [INFO] 
02:48:47 [INFO] Eclipse Ditto                                                      [pom]
02:48:47 [INFO] Eclipse Ditto :: Legal                                             [jar]
02:48:47 [INFO] Eclipse Ditto :: BOM                                               [pom]
02:48:47 [INFO] Eclipse Ditto :: Utils                                             [pom]
02:48:47 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
02:48:47 [INFO] Eclipse Ditto :: JSON                                           [bundle]
02:48:47 [INFO] Eclipse Ditto :: Base                                              [pom]
02:48:47 [INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
02:48:47 [INFO] Eclipse Ditto :: Base :: API                                       [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal                                          [pom]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
02:48:47 [INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Models                                [pom]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
02:48:47 [INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
02:48:47 [INFO] Eclipse Ditto :: Policies                                          [pom]
02:48:47 [INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
02:48:47 [INFO] Eclipse Ditto :: Things                                            [pom]
02:48:47 [INFO] Eclipse Ditto :: Things :: Model                                [bundle]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
02:48:47 [INFO] Eclipse Ditto :: Placeholders                                   [bundle]
02:48:47 [INFO] Eclipse Ditto :: Base :: Service                                   [jar]
02:48:47 [INFO] Eclipse Ditto :: Connectivity                                      [pom]
02:48:47 [INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
02:48:47 [INFO] Eclipse Ditto :: Thing Search                                      [pom]
02:48:47 [INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
02:48:47 [INFO] Eclipse Ditto :: Messages                                          [pom]
02:48:47 [INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
02:48:47 [INFO] Eclipse Ditto :: Protocol                                       [bundle]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
02:48:47 [INFO] Eclipse Ditto :: Policies :: API                                   [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
02:48:47 [INFO] Eclipse Ditto :: Things :: API                                     [jar]
02:48:47 [INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
02:48:47 [INFO] Eclipse Ditto :: JWT                                               [pom]
02:48:47 [INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
02:48:47 [INFO] Eclipse Ditto :: WoT                                               [pom]
02:48:47 [INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
02:48:47 [INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
02:48:47 [INFO] Eclipse Ditto :: RQL                                               [pom]
02:48:47 [INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
02:48:47 [INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
02:48:47 [INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
02:48:47 [INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
02:48:47 [INFO] Eclipse Ditto :: Edge                                              [pom]
02:48:47 [INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
02:48:47 [INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
02:48:47 [INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
02:48:47 [INFO] Eclipse Ditto :: Documentation                                     [pom]
02:48:47 [INFO] Eclipse Ditto :: Gateway                                           [pom]
02:48:47 [INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
02:48:47 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
02:48:47 [INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
02:48:47 [INFO] Eclipse Ditto :: Policies :: Service                               [jar]
02:48:47 [INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
02:48:47 [INFO] Eclipse Ditto :: Things :: Service                                 [jar]
02:48:47 [INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
02:48:47 [INFO] 
02:48:47 [INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
02:48:47 [INFO] Building Eclipse Ditto 0-SNAPSHOT                                 [1/77]
02:48:47 [INFO]   from pom.xml
02:48:47 [INFO] --------------------------------[ pom ]---------------------------------
02:48:48 [INFO] 
02:48:48 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto ---
02:48:48 [INFO] 
02:48:48 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto ---
02:48:48 [INFO] 
02:48:48 [INFO] --- license:4.2:check (default) @ ditto ---
02:48:49 [WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
02:48:49 [WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
02:48:49 [WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
02:48:49 [WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
02:48:49 [INFO] Checking licenses...
02:48:49 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
02:48:49 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
02:48:50 [INFO] 
02:48:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
02:48: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/target/jacoco.exec
02:48:51 [INFO] 
02:48:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
02:48:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:48:55 [INFO] The goal is skip due to packaging 'pom'
02:48:55 [INFO] 
02:48:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
02:48:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
02:48:55 [INFO] 
02:48:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
02:48:57 [INFO] 
02:48:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
02:48:57 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:48:57 [INFO] 
02:48:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
02:48:58 [INFO] Tests are skipped.
02:48:58 [INFO] 
02:48:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
02:48:58 [INFO] Tests are skipped.
02:48:58 [INFO] 
02:48:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto ---
02:48:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:48:58 [INFO] 
02:48:58 [INFO] --- install:3.1.1:install (default-install) @ ditto ---
02:48:58 [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
02:48:58 [INFO] 
02:48:58 [INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
02:48:58 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT                        [2/77]
02:48:58 [INFO]   from legal/pom.xml
02:48:58 [INFO] --------------------------------[ jar ]---------------------------------
02:48:58 [INFO] 
02:48:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-legal ---
02:48:58 [INFO] 
02:48:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-legal ---
02:48:58 [INFO] 
02:48:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
02:48: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/legal/target/jacoco.exec
02:48:58 [INFO] 
02:48:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
02:48:58 [INFO] Copying 8 resources from  to target/classes
02:48:58 [INFO] 
02:48:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
02:48:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT...
02:48:58 [INFO] 
02:48:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
02:48:59 [INFO] No sources to compile
02:48:59 [INFO] 
02:48:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
02:48:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources
02:48:59 [INFO] 
02:48:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
02:48:59 [INFO] No sources to compile
02:48:59 [INFO] 
02:48:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
02:48:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:48:59 [INFO] No tests to run.
02:48:59 [INFO] 
02:48:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
02:48:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar
02:48:59 [INFO] 
02:48:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
02:48:59 [INFO] Tests are skipped.
02:48:59 [INFO] 
02:48:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
02:48:59 [INFO] Tests are skipped.
02:48:59 [INFO] 
02:48:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
02:48:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:48:59 [INFO] 
02:48:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
02:48:59 [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
02:48:59 [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
02:48:59 [INFO] 
02:48:59 [INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
02:48:59 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT                          [3/77]
02:48:59 [INFO]   from bom/pom.xml
02:48:59 [INFO] --------------------------------[ pom ]---------------------------------
02:48:59 [INFO] 
02:48:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-bom ---
02:48:59 [INFO] 
02:48:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-bom ---
02:48:59 [INFO] 
02:48:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
02:48: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/bom/target/jacoco.exec
02:48:59 [INFO] 
02:48:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
02:48:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:48:59 [INFO] The goal is skip due to packaging 'pom'
02:48:59 [INFO] 
02:48:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
02:48:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT...
02:48:59 [INFO] 
02:48:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
02:48:59 [INFO] 
02:48:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
02:48:59 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:48:59 [INFO] 
02:48:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
02:48:59 [INFO] Tests are skipped.
02:48:59 [INFO] 
02:48:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
02:48:59 [INFO] Tests are skipped.
02:48:59 [INFO] 
02:48:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
02:48:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:48:59 [INFO] 
02:48:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
02:48:59 [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
02:48:59 [INFO] 
02:48:59 [INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
02:48:59 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT                        [4/77]
02:48:59 [INFO]   from utils/pom.xml
02:48:59 [INFO] --------------------------------[ pom ]---------------------------------
02:48:59 [INFO] 
02:48:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils ---
02:48:59 [INFO] 
02:48:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils ---
02:48:59 [INFO] 
02:48:59 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
02:48:59 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:48:59 [INFO] 
02:48:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
02:48: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/utils/target/jacoco.exec
02:48:59 [INFO] 
02:48:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
02:48:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:48:59 [INFO] The goal is skip due to packaging 'pom'
02:48:59 [INFO] 
02:48:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
02:48:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT...
02:48:59 [INFO] 
02:48:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
02:48:59 [INFO] 
02:48:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
02:48:59 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:48:59 [INFO] 
02:48:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
02:48:59 [INFO] Tests are skipped.
02:48:59 [INFO] 
02:48:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
02:48:59 [INFO] Tests are skipped.
02:48:59 [INFO] 
02:48:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
02:49:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:49:00 [INFO] 
02:49:00 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
02:49:00 [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
02:49:00 [INFO] 
02:49:00 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
02:49:00 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT  [5/77]
02:49:00 [INFO]   from utils/jsr305/pom.xml
02:49:00 [INFO] --------------------------------[ jar ]---------------------------------
02:49:00 [INFO] 
02:49:00 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-jsr305 ---
02:49:00 [INFO] 
02:49:00 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-jsr305 ---
02:49:00 [INFO] 
02:49:00 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
02:49:00 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:49:00 [INFO] 
02:49:00 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
02:49:00 [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
02:49:00 [INFO] 
02:49:00 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
02:49:00 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:49:00 [WARNING] 
02:49:00 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:49:00 [WARNING] 
02:49:00 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:49:00 [WARNING] 
02:49:00 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:49:00 [INFO] 
02:49:00 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
02:49:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources
02:49:00 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:49:00 [INFO] 
02:49:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
02:49:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT...
02:49:00 [INFO] 
02:49:00 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
02:49:00 [INFO] Changes detected - recompiling the module! :dependency
02:49:00 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
02:49:01 [WARNING] bootstrap class path not set in conjunction with -source 8
02:49:01 [INFO] 
02:49:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
02:49:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources
02:49:01 [INFO] 
02:49:01 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
02:49:01 [INFO] No sources to compile
02:49:01 [INFO] 
02:49:01 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
02:49:01 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:49:01 [INFO] No tests to run.
02:49:01 [INFO] 
02:49:01 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
02:49:01 [INFO] 
02:49:01 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
02:49:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
02:49:01 [INFO] 
02:49:01 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
02:49:01 [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...
02:49:04 [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs
02:49:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:49:04 [INFO] No previous run data found, generating javadoc.
02:49:04 [WARNING] Javadoc Warnings
02:49:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
02:49:04 [WARNING] ElementType[] value() default {};
02:49:04 [WARNING] ^
02:49:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
02:49:04 [WARNING] ElementType[] value() default {};
02:49:04 [WARNING] ^
02:49:04 [WARNING] 2 warnings
02:49:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
02:49:05 [INFO] 
02:49:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
02:49:05 [INFO] Tests are skipped.
02:49:05 [INFO] 
02:49:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
02:49:05 [INFO] Tests are skipped.
02:49:05 [INFO] 
02:49:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
02:49:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:49:05 [INFO] 
02:49:05 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
02:49:07 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'.
02:49:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'.
02:49:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'.
02:49:08 [INFO] 
02:49:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
02:49:08 [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
02:49:08 [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
02:49:08 [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
02:49:08 [INFO] 
02:49:08 [INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
02:49:08 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT                         [6/77]
02:49:08 [INFO]   from json/pom.xml
02:49:08 [INFO] -------------------------------[ bundle ]-------------------------------
02:49:13 [INFO] 
02:49:13 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json ---
02:49:13 [INFO] 
02:49:13 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json ---
02:49:13 [INFO] 
02:49:13 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
02:49:13 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:49:13 [INFO] 
02:49:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
02:49:13 [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
02:49:13 [INFO] 
02:49:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
02:49:13 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:49:13 [WARNING] 
02:49:13 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:49:13 [WARNING] 
02:49:13 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:49:13 [WARNING] 
02:49:13 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:49:13 [INFO] 
02:49:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
02:49:13 [INFO] Copying 0 resource from src/main/resources to target/classes
02:49:13 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:49:13 [INFO] 
02:49:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
02:49:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT...
02:49:13 [INFO] 
02:49:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
02:49:13 [INFO] Changes detected - recompiling the module! :dependency
02:49:13 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
02:49:15 [WARNING] bootstrap class path not set in conjunction with -source 8
02:49:15 [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.
02:49:15 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
02:49:15 [INFO] 
02:49:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
02:49:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources
02:49:15 [INFO] 
02:49:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
02:49:15 [INFO] Changes detected - recompiling the module! :dependency
02:49:15 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
02:49:17 [WARNING] bootstrap class path not set in conjunction with -source 8
02:49:17 [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;
02:49:17   cast to java.lang.Object for a varargs call
02:49:17   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
02:49:17 [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;
02:49:17   cast to java.lang.String for a varargs call
02:49:17   cast to java.lang.String[] for a non-varargs call and to suppress this warning
02:49:17 [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;
02:49:17   cast to org.eclipse.ditto.json.JsonValue for a varargs call
02:49:17   cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
02:49:17 [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;
02:49:17   cast to org.eclipse.ditto.json.JsonPointer for a varargs call
02:49:17   cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
02:49:17 [INFO] 
02:49:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
02:49:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:49:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json/target/surefire-reports
02:49:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:49:18 [INFO] 
02:49:18 [INFO] -------------------------------------------------------
02:49:18 [INFO]  T E S T S
02:49:18 [INFO] -------------------------------------------------------
02:49:19 [INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest
02:49:20 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s -- in org.eclipse.ditto.json.ImmutableJsonBooleanTest
02:49:20 [INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest
02:49:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.json.ImmutableJsonStringTest
02:49:20 [INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest
02:49:21 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.eclipse.ditto.json.JsonValueFieldDefinitionTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
02:49:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
02:49:21 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
02:49:21 [INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest
02:49:21 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.json.JsonCharEscaperTest
02:49:21 [INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
02:49:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest
02:49:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.json.ImmutableJsonKeyTest
02:49:21 [INFO] Running org.eclipse.ditto.json.JsonMergePatchTest
02:49:21 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.ditto.json.JsonMergePatchTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest
02:49:21 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.json.ImmutableJsonIntTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
02:49:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
02:49:21 [INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest
02:49:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.JsonFieldSelectorTrieTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest
02:49:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonObjectNullTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
02:49:21 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest
02:49:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.ValueListJsonHandlerTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest
02:49:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.json.ImmutableJsonNullTest
02:49:21 [INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
02:49:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
02:49:21 [INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest
02:49:22 [INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s -- in org.eclipse.ditto.json.ImmutableJsonDoubleTest
02:49:22 [INFO] Running org.eclipse.ditto.json.JsonValueParserTest
02:49:22 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.json.JsonValueParserTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest
02:49:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonArrayNullTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest
02:49:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.json.ImmutableJsonLiteralTest
02:49:22 [INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest
02:49:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.json.JsonParseExceptionTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest
02:49:22 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.json.ImmutableJsonLongTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest
02:49:22 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.json.ImmutableJsonPointerTest
02:49:22 [INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest
02:49:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonObjectMergerTest
02:49:22 [INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest
02:49:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.FieldMapJsonHandlerTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
02:49:22 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest
02:49:22 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.json.ImmutableJsonFieldTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest
02:49:22 [INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.json.ImmutableJsonObjectTest
02:49:22 [INFO] Running org.eclipse.ditto.json.JsonArrayTest
02:49:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.JsonArrayTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest
02:49:22 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.json.ImmutableJsonArrayTest
02:49:22 [INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest
02:49:22 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.json.JavaValueFieldDefinitionTest
02:49:22 [INFO] Running org.eclipse.ditto.json.JsonCollectorsTest
02:49:22 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.JsonCollectorsTest
02:49:22 [INFO] Running org.eclipse.ditto.json.JsonFactoryTest
02:49:22 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.json.JsonFactoryTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest
02:49:22 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.json.ImmutableJsonPatchTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
02:49:22 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
02:49:22 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
02:49:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
02:49:23 [INFO] 
02:49:23 [INFO] Results:
02:49:23 [INFO] 
02:49:23 [INFO] Tests run: 937, Failures: 0, Errors: 0, Skipped: 0
02:49:23 [INFO] 
02:49:23 [INFO] 
02:49:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
02:49:23 [INFO] 
02:49:23 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
02:49:23 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
02:49:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF
02:49:23 [INFO] 
02:49:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
02:49:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:49:24 [INFO] No previous run data found, generating javadoc.
02:49:26 [WARNING] Javadoc Warnings
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
02:49:26 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
02:49:26 [WARNING] boolean containsFlatteningArrays(CharSequence key);
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeNull() throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
02:49:26 [WARNING] void writeBoolean(boolean state) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeBoolean(boolean state) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
02:49:26 [WARNING] void writeNumber(float number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeNumber(float number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
02:49:26 [WARNING] void writeNumber(double number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeNumber(double number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
02:49:26 [WARNING] void writeNumber(long number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeNumber(long number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
02:49:26 [WARNING] void writeNumber(int number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeNumber(int number) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
02:49:26 [WARNING] void writeString(String text) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeString(String text) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
02:49:26 [WARNING] void writeFieldName(String name) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [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
02:49:26 [WARNING] void writeFieldName(String name) throws IOException;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
02:49:26 [WARNING] @Nullable private final String description;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
02:49:26 [WARNING] private final String errorCode;
02:49:26 [WARNING] ^
02:49:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
02:49:26 [WARNING] @Nullable private final URI href;
02:49:26 [WARNING] ^
02:49:26 [WARNING] 21 warnings
02:49:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
02:49:26 [INFO] 
02:49:26 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
02:49:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
02:49:26 [INFO] 
02:49:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
02:49:27 [INFO] Tests are skipped.
02:49:27 [INFO] 
02:49:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
02:49:27 [INFO] Tests are skipped.
02:49:27 [INFO] 
02:49:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
02:49:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
02:49:27 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
02:49:27 [INFO] 
02:49:27 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
02:49:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'.
02:49:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'.
02:49:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'.
02:49:28 [INFO] 
02:49:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
02:49:28 [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
02:49:28 [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
02:49:28 [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
02:49:28 [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
02:49:28 [INFO] 
02:49:28 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
02:49:28 [INFO] Writing OBR metadata
02:49:28 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
02:49:28 [INFO] Writing OBR metadata
02:49:28 [INFO] 
02:49:28 [INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
02:49:28 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT                         [7/77]
02:49:28 [INFO]   from base/pom.xml
02:49:28 [INFO] --------------------------------[ pom ]---------------------------------
02:49:29 [INFO] 
02:49:29 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base ---
02:49:29 [INFO] 
02:49:29 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base ---
02:49:29 [INFO] 
02:49:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
02:49: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/base/target/jacoco.exec
02:49:29 [INFO] 
02:49:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
02:49:29 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:49:29 [INFO] The goal is skip due to packaging 'pom'
02:49:29 [INFO] 
02:49:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
02:49:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT...
02:49:29 [INFO] 
02:49:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
02:49:29 [INFO] 
02:49:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
02:49:29 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:49:29 [INFO] 
02:49:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
02:49:29 [INFO] Tests are skipped.
02:49:29 [INFO] 
02:49:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
02:49:29 [INFO] Tests are skipped.
02:49:29 [INFO] 
02:49:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
02:49:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:49:29 [INFO] 
02:49:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
02:49:29 [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
02:49:29 [INFO] 
02:49:29 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
02:49:29 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT                [8/77]
02:49:29 [INFO]   from base/model/pom.xml
02:49:29 [INFO] -------------------------------[ bundle ]-------------------------------
02:49:32 [INFO] 
02:49:32 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-model ---
02:49:32 [INFO] 
02:49:32 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-model ---
02:49:32 [INFO] 
02:49:32 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
02:49:32 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:49:32 [INFO] 
02:49:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
02:49: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/base/model/target/jacoco.exec
02:49:32 [INFO] 
02:49:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
02:49:32 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:49:32 [WARNING] 
02:49:32 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:49:32 [WARNING] 
02:49:32 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:49:32 [WARNING] 
02:49:32 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:49:32 [INFO] 
02:49:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
02:49:32 [INFO] Copying 0 resource from src/main/resources to target/classes
02:49:32 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:49:32 [INFO] 
02:49:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
02:49:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT...
02:49:32 [INFO] 
02:49:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
02:49:32 [INFO] Changes detected - recompiling the module! :dependency
02:49:32 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
02:49:34 [WARNING] bootstrap class path not set in conjunction with -source 8
02:49:34 [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.
02:49:34 [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.
02:49:34 [INFO] 
02:49:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
02:49:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources
02:49:34 [INFO] 
02:49:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
02:49:34 [INFO] Changes detected - recompiling the module! :dependency
02:49:34 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
02:49:36 [WARNING] bootstrap class path not set in conjunction with -source 8
02:49:36 [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;
02:49:36   cast to java.lang.Object for a varargs call
02:49:36   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
02:49:36 [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.
02:49:36 [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.
02:49:36 [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.
02:49:36 [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.
02:49:36 [INFO] 
02:49:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
02:49:36 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:49:36 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/model/target/surefire-reports
02:49:36 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:49:36 [INFO] 
02:49:36 [INFO] -------------------------------------------------------
02:49:36 [INFO]  T E S T S
02:49:36 [INFO] -------------------------------------------------------
02:49:36 [INFO] Running org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
02:49:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s -- in org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
02:49:37 [INFO] Running org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
02:49:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
02:49:37 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
02:49:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.481 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
02:49:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
02:49:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
02:49:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
02:49:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s -- in org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
02:49:39 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
02:49:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
02:49:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
02:49:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
02:49:39 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
02:49:39 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
02:49:39 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
02:49:39 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
02:49:40 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
02:49:40 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
02:49:40 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
02:49:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
02:49:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
02:49:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
02:49:40 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
02:49:40 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
02:49:40 [INFO] Running org.eclipse.ditto.base.model.headers.LongValueValidatorTest
02:49:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.base.model.headers.LongValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
02:49:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
02:49:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
02:49:41 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
02:49:41 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
02:49:41 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
02:49:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
02:49:41 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
02:49:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
02:49:41 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
02:49:41 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
02:49:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
02:49:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
02:49:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.IntValueValidatorTest
02:49:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.IntValueValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
02:49:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
02:49:41 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
02:49:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
02:49:41 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
02:49:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
02:49:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
02:49:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
02:49:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
02:49:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
02:49:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
02:49:41 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:41 Apr 09, 2024 6:49:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:41 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.
02:49:42 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
02:49:42 Apr 09, 2024 6:49:42 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:42 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.
02:49:42 Apr 09, 2024 6:49:42 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:42 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.
02:49:42 Apr 09, 2024 6:49:42 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:42 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.
02:49:42 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
02:49:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.signals.DateTimeUtilTest
02:49:42 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.signals.DateTimeUtilTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
02:49:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
02:49:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
02:49:42 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
02:49:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
02:49:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
02:49:42 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
02:49:42 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
02:49:42 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdsTest
02:49:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.870 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdsTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
02:49:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
02:49:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
02:49:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
02:49:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
02:49:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
02:49:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
02:49:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
02:49:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
02:49:43 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
02:49:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.common.ConditionCheckerTest
02:49:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.common.ConditionCheckerTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
02:49:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.common.PlaceholdersTest
02:49:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.PlaceholdersTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusTest
02:49:43 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.base.model.common.HttpStatusTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.common.LikeHelperTest
02:49:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.LikeHelperTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.common.BinaryValidationResultTest
02:49:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.BinaryValidationResultTest
02:49:43 [INFO] Running org.eclipse.ditto.base.model.common.DittoDurationTest
02:49:44 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.base.model.common.DittoDurationTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
02:49:44 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
02:49:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
02:49:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
02:49:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
02:49:44 [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
02:49:44 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
02:49:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
02:49:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
02:49:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
02:49:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
02:49:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
02:49:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
02:49:44 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
02:49:44 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
02:49:44 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
02:49:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
02:49:44 [INFO] 
02:49:44 [INFO] Results:
02:49:44 [INFO] 
02:49:44 [INFO] Tests run: 801, Failures: 0, Errors: 0, Skipped: 0
02:49:44 [INFO] 
02:49:44 [INFO] 
02:49:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
02:49:44 [INFO] 
02:49:44 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
02:49:44 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
02:49:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF
02:49:44 [INFO] 
02:49:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
02:49:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:49:44 [INFO] No previous run data found, generating javadoc.
02:49:50 [WARNING] Javadoc Warnings
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.namespaces;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.signals;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.signals.announcements;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.signals.commands;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.signals.events;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected boolean canEqual(@Nullable final Object other) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected boolean canEqual(@Nullable final Object other) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected static final String DEFAULT_LIMIT = "-1";
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:192: warning: no comment
02:49:50 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
02:49:50 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
02:49:50 [WARNING] protected final S myself;
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:645: warning: no comment
02:49:50 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:353: warning: no comment
02:49:50 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:294: warning: no comment
02:49:50 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
02:49:50 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:539: warning: no comment
02:49:50 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected static DittoRuntimeException buildExceptionFromJson(
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected boolean canEqual(@Nullable final Object other) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
02:49:50 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected final EntityId entityId;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected final JsonPointer resourcePath;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] BINARY
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] JSON,
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] JSON_MERGE_PATCH,
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] TEXT,
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment
02:49:50 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment
02:49:50 [WARNING] public String getSuffix() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment
02:49:50 [WARNING] public Duration getJavaDuration(final long amount) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment
02:49:50 [WARNING] public ChronoUnit getChronoUnit() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment
02:49:50 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
02:49:50 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
02:49:50 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
02:49:50 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment
02:49:50 [WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
02:49:50 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
02:49:50 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment
02:49:50 [WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS),
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment
02:49:50 [WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS);
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
02:49:50 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
02:49:50 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
02:49:50 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public boolean isEmpty() {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public Stream<EntityTagMatcher> stream() {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
02:49:50 [WARNING] public int getCode() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
02:49:50 [WARNING] public boolean isClientError() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
02:49:50 [WARNING] public boolean isInformational() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
02:49:50 [WARNING] public boolean isRedirection() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
02:49:50 [WARNING] public boolean isServerError() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
02:49:50 [WARNING] public boolean isSuccess() {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected NoControlCharactersValidator(final CharSequence id) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public Builder(final JsonPointer path) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public final class RegexPatterns {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> FILTER =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
02:49:50 [WARNING] public Builder() {
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
02:49:50 [WARNING] @Nullable private final String invalidHeaderKey;
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
02:49:50 [WARNING] @Nullable private final String notSupportedHeaderKey;
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
02:49:50 [WARNING] private final String description;
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
02:49:50 [WARNING] private final String errorCode;
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
02:49:50 [WARNING] private final URI href;
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
02:49:50 [WARNING] private final HttpStatus httpStatus;
02:49:50 [WARNING] ^
02:49:50 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
02:49:50 [WARNING] private final String entityId;
02:49:50 [WARNING] ^
02:49:50 [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
02:49:50 [WARNING] private final T resource;
02:49:50 [WARNING] ^
02:49:50 [WARNING] 88 warnings
02:49:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
02:49:50 [INFO] 
02:49:50 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
02:49:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
02:49:50 [INFO] 
02:49:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
02:49:50 [INFO] Tests are skipped.
02:49:50 [INFO] 
02:49:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
02:49:50 [INFO] Tests are skipped.
02:49:50 [INFO] 
02:49:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
02:49:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
02:49:50 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
02:49:51 [INFO] 
02:49:51 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
02:49:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'.
02:49:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'.
02:49:51 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'.
02:49:51 [INFO] 
02:49:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model ---
02:49:51 [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
02:49:51 [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
02:49:51 [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
02:49:51 [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
02:49:51 [INFO] 
02:49:51 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model ---
02:49:51 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar
02:49:51 [INFO] Writing OBR metadata
02:49:51 [INFO] 
02:49:51 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------
02:49:51 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT                  [9/77]
02:49:51 [INFO]   from base/api/pom.xml
02:49:51 [INFO] --------------------------------[ jar ]---------------------------------
02:49:51 [INFO] 
02:49:51 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-api ---
02:49:51 [INFO] 
02:49:51 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-api ---
02:49:51 [INFO] 
02:49:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
02:49: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/base/api/target/jacoco.exec
02:49:51 [INFO] 
02:49:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api ---
02:49:51 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:49:52 [WARNING] 
02:49:52 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:49:52 [WARNING] 
02:49:52 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:49:52 [WARNING] 
02:49:52 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:49:52 [INFO] 
02:49:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api ---
02:49:52 [INFO] Copying 0 resource from src/main/resources to target/classes
02:49:52 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:49:52 [INFO] 
02:49:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api ---
02:49:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT...
02:49:52 [INFO] 
02:49:52 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api ---
02:49:52 [INFO] Changes detected - recompiling the module! :dependency
02:49:52 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes
02:49:52 [INFO] 
02:49:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api ---
02:49:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources
02:49:52 [INFO] 
02:49:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api ---
02:49:52 [INFO] Changes detected - recompiling the module! :dependency
02:49:52 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
02:49:52 [INFO] 
02:49:52 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api ---
02:49:52 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:49:52 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/api/target/surefire-reports
02:49:52 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:49:52 [INFO] 
02:49:52 [INFO] -------------------------------------------------------
02:49:52 [INFO]  T E S T S
02:49:52 [INFO] -------------------------------------------------------
02:49:53 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
02:49:53 Apr 09, 2024 6:49:53 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:53 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.
02:49:54 Apr 09, 2024 6:49:54 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:54 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.
02:49:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
02:49:54 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
02:49:54 Apr 09, 2024 6:49:54 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:54 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
02:49:55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigTest
02:49:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigTest
02:49:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.base.api.common.ModifyConfigTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownTest
02:49:55 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.base.api.common.ShutdownTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 Apr 09, 2024 6:49:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:49:55 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.
02:49:55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
02:49:55 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownResponseTest
02:49:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.base.api.common.ShutdownResponseTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
02:49:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
02:49:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
02:49:55 [INFO] Running org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
02:49:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
02:49:55 [INFO] 
02:49:55 [INFO] Results:
02:49:55 [INFO] 
02:49:55 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
02:49:55 [INFO] 
02:49:55 [INFO] 
02:49:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api ---
02:49:55 [INFO] 
02:49:55 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api ---
02:49:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar
02:49:55 [INFO] 
02:49:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api ---
02:49:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:49:55 [INFO] No previous run data found, generating javadoc.
02:49:58 [WARNING] Javadoc Warnings
02:49:58 [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
02:49:58 [WARNING] package org.eclipse.ditto.base.api.commands.sudo;
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] package org.eclipse.ditto.base.api.common;
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] package org.eclipse.ditto.base.api.common.purge;
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] package org.eclipse.ditto.base.api.devops;
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands;
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] package org.eclipse.ditto.base.api.persistence;
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup;
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG =
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers);
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] public static String getTopic(final EntityType entityType) {
02:49:58 [WARNING] ^
02:49:58 [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
02:49:58 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS =
02:49:58 [WARNING] ^
02:49:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment
02:49:58 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason",
02:49:58 [WARNING] ^
02:49:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return
02:49:58 [WARNING] public abstract String getPubSubTopic();
02:49:58 [WARNING] ^
02:49:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment
02:49:58 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) {
02:49:58 [WARNING] ^
02:49:58 [WARNING] 16 warnings
02:49:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar
02:49:58 [INFO] 
02:49:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api ---
02:49:58 [INFO] Tests are skipped.
02:49:58 [INFO] 
02:49:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api ---
02:49:58 [INFO] Tests are skipped.
02:49:58 [INFO] 
02:49:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api ---
02:49:58 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec
02:49:58 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes
02:49:58 [INFO] 
02:49:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api ---
02:49:58 [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
02:49:58 [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
02:49:58 [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
02:49:58 [INFO] 
02:49:58 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------
02:49:58 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT                    [10/77]
02:49:58 [INFO]   from internal/pom.xml
02:49:58 [INFO] --------------------------------[ pom ]---------------------------------
02:49:58 [INFO] 
02:49:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal ---
02:49:58 [INFO] 
02:49:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal ---
02:49:58 [INFO] 
02:49:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
02:49: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/internal/target/jacoco.exec
02:49:58 [INFO] 
02:49:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal ---
02:49:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:49:58 [INFO] The goal is skip due to packaging 'pom'
02:49:58 [INFO] 
02:49:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal ---
02:49:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT...
02:49:58 [INFO] 
02:49:58 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal ---
02:49:58 [INFO] 
02:49:58 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal ---
02:49:58 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:49:58 [INFO] 
02:49:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal ---
02:49:58 [INFO] Tests are skipped.
02:49:58 [INFO] 
02:49:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal ---
02:49:58 [INFO] Tests are skipped.
02:49:58 [INFO] 
02:49:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal ---
02:49:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:49:58 [INFO] 
02:49:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal ---
02:49:58 [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
02:49:59 [INFO] 
02:49:59 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >---------------
02:49:59 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT           [11/77]
02:49:59 [INFO]   from internal/utils/pom.xml
02:49:59 [INFO] --------------------------------[ pom ]---------------------------------
02:49:59 [INFO] 
02:49:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils ---
02:49:59 [INFO] 
02:49:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils ---
02:49:59 [INFO] 
02:49:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
02:49: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/target/jacoco.exec
02:49:59 [INFO] 
02:49:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils ---
02:49:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:49:59 [INFO] The goal is skip due to packaging 'pom'
02:49:59 [INFO] 
02:49:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils ---
02:49:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT...
02:49:59 [INFO] 
02:49:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils ---
02:49:59 [INFO] 
02:49:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils ---
02:49:59 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:49:59 [INFO] 
02:49:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils ---
02:49:59 [INFO] Tests are skipped.
02:49:59 [INFO] 
02:49:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils ---
02:49:59 [INFO] Tests are skipped.
02:49:59 [INFO] 
02:49:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils ---
02:49:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:49:59 [INFO] 
02:49:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils ---
02:49:59 [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
02:49:59 [INFO] 
02:49:59 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------
02:49:59 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77]
02:49:59 [INFO]   from internal/utils/config/pom.xml
02:49:59 [INFO] --------------------------------[ jar ]---------------------------------
02:50:03 [INFO] 
02:50:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-config ---
02:50:03 [INFO] 
02:50:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-config ---
02:50:03 [INFO] 
02:50:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
02:50: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/internal/utils/config/target/jacoco.exec
02:50:03 [INFO] 
02:50:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config ---
02:50:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:50:03 [WARNING] 
02:50:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:50:03 [WARNING] 
02:50:03 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:50:03 [WARNING] 
02:50:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:50:03 [INFO] 
02:50:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config ---
02:50:03 [INFO] Copying 1 resource from src/main/resources to target/classes
02:50:03 [INFO] Copying 16 resources from src/main/resources to target/classes
02:50:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:50:03 [INFO] 
02:50:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config ---
02:50:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT...
02:50:03 [INFO] 
02:50:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config ---
02:50:03 [INFO] Changes detected - recompiling the module! :dependency
02:50:03 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
02:50:03 [INFO] 
02:50:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config ---
02:50:03 [INFO] Copying 6 resources from src/test/resources to target/test-classes
02:50:03 [INFO] 
02:50:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config ---
02:50:03 [INFO] Changes detected - recompiling the module! :dependency
02:50:03 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
02:50:04 [INFO] 
02:50:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config ---
02:50:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:50:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/surefire-reports
02:50:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:50:04 [INFO] 
02:50:04 [INFO] -------------------------------------------------------
02:50:04 [INFO]  T E S T S
02:50:04 [INFO] -------------------------------------------------------
02:50:04 [INFO] Running org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
02:50:07 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.676 s -- in org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
02:50:07 SLF4J(W): No SLF4J providers were found.
02:50:07 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
02:50:07 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
02:50:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
02:50:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
02:50:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
02:50:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
02:50:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
02:50:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
02:50:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretTest
02:50:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
02:50:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
02:50:07 [INFO] Running org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
02:50:08 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
02:50:08 [INFO] Running org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
02:50:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
02:50:08 [INFO] Running org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
02:50:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
02:50:08 [INFO] 
02:50:08 [INFO] Results:
02:50:08 [INFO] 
02:50:08 [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0
02:50:08 [INFO] 
02:50:08 [INFO] 
02:50:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config ---
02:50:08 [INFO] 
02:50:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config ---
02:50:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar
02:50:08 [INFO] 
02:50:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config ---
02:50:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:50:08 [INFO] No previous run data found, generating javadoc.
02:50:10 [WARNING] Javadoc Warnings
02:50:10 [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
02:50:10 [WARNING] package org.eclipse.ditto.internal.utils.config;
02:50:10 [WARNING] ^
02:50:10 [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
02:50:10 [WARNING] package org.eclipse.ditto.internal.utils.config.raw;
02:50:10 [WARNING] ^
02:50:10 [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
02:50:10 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions";
02:50:10 [WARNING] ^
02:50:10 [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
02:50:10 [WARNING] static Config dittoExtension(final Config config) {
02:50:10 [WARNING] ^
02:50:10 [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
02:50:10 [WARNING] static Config getOrEmpty(final Config config, final String path) {
02:50:10 [WARNING] ^
02:50:10 [WARNING] 5 warnings
02:50:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
02:50:10 [INFO] 
02:50:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config ---
02:50:10 [INFO] Tests are skipped.
02:50:10 [INFO] 
02:50:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config ---
02:50:10 [INFO] Tests are skipped.
02:50:10 [INFO] 
02:50:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config ---
02:50:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec
02:50:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes
02:50:10 [INFO] 
02:50:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config ---
02:50:10 [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
02:50:10 [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
02:50:10 [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
02:50:10 [INFO] 
02:50:10 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >-----------
02:50:10 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77]
02:50:10 [INFO]   from internal/utils/metrics/pom.xml
02:50:10 [INFO] --------------------------------[ jar ]---------------------------------
02:50:21 [INFO] 
02:50:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-metrics ---
02:50:21 [INFO] 
02:50:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-metrics ---
02:50:21 [INFO] 
02:50:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
02:50: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/metrics/target/jacoco.exec
02:50:21 [INFO] 
02:50:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics ---
02:50:21 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:50:21 [WARNING] 
02:50:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:50:21 [WARNING] 
02:50:21 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:50:21 [WARNING] 
02:50:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:50:21 [INFO] 
02:50:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics ---
02:50:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources
02:50:21 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:50:21 [INFO] 
02:50:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics ---
02:50:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT...
02:50:21 [INFO] 
02:50:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics ---
02:50:21 [INFO] Changes detected - recompiling the module! :dependency
02:50:21 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes
02:50:21 [INFO] 
02:50:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics ---
02:50:21 [INFO] Copying 3 resources from src/test/resources to target/test-classes
02:50:21 [INFO] 
02:50:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics ---
02:50:21 [INFO] Changes detected - recompiling the module! :dependency
02:50:21 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
02:50:22 [INFO] 
02:50:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics ---
02:50:22 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:50:22 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/surefire-reports
02:50:22 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:50:22 [INFO] 
02:50:22 [INFO] -------------------------------------------------------
02:50:22 [INFO]  T E S T S
02:50:22 [INFO] -------------------------------------------------------
02:50:22 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
02:50:23 SLF4J(W): No SLF4J providers were found.
02:50:23 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
02:50:23 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
02:50:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
02:50:23 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
02:50:25 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
02:50:25 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
02:50:25 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
02:50:25 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
02:50:26 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
02:50:27 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.294 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
02:50:27 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
02:50:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
02:50:28 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
02:50:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.259 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
02:50:29 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
02:50:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
02:50:29 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
02:50:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
02:50:29 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
02:50:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
02:50:29 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
02:50:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
02:50:29 [INFO] Running org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
02:50:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s -- in org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
02:50:30 [INFO] 
02:50:30 [INFO] Results:
02:50:30 [INFO] 
02:50:30 [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
02:50:30 [INFO] 
02:50:30 [INFO] 
02:50:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics ---
02:50:30 [INFO] 
02:50:30 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics ---
02:50:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar
02:50:30 [INFO] 
02:50:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics ---
02:50:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:50:30 [INFO] No previous run data found, generating javadoc.
02:50:32 [WARNING] Javadoc Warnings
02:50:32 [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
02:50:32 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config;
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments;
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter;
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge;
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram;
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag;
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer;
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config,
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config,
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] public static KamonCounter newCounter(final String name) {
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] public static Gauge newGauge(final String name) {
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] public static Histogram newHistogram(final String name) {
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler);
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] public static PreparedTimer newTimer(final String name) {
02:50:32 [WARNING] ^
02:50:32 [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
02:50:32 [WARNING] public static PreparedTimer newTimer(final String name) {
02:50:32 [WARNING] ^
02:50:32 [WARNING] 15 warnings
02:50:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
02:50:32 [INFO] 
02:50:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics ---
02:50:32 [INFO] Tests are skipped.
02:50:32 [INFO] 
02:50:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics ---
02:50:32 [INFO] Tests are skipped.
02:50:32 [INFO] 
02:50:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics ---
02:50:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec
02:50:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes
02:50:32 [INFO] 
02:50:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics ---
02:50:32 [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
02:50:32 [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
02:50:32 [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
02:50:32 [INFO] 
02:50:32 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >----------------
02:50:32 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT             [14/77]
02:50:32 [INFO]   from utils/result/pom.xml
02:50:32 [INFO] --------------------------------[ jar ]---------------------------------
02:50:33 [INFO] 
02:50:33 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-result ---
02:50:33 [INFO] 
02:50:33 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-result ---
02:50:33 [INFO] 
02:50:33 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
02:50:33 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:50:33 [INFO] 
02:50:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
02:50:33 [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
02:50:33 [INFO] 
02:50:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result ---
02:50:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:50:33 [WARNING] 
02:50:33 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:50:33 [WARNING] 
02:50:33 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:50:33 [WARNING] 
02:50:33 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/result/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:50:33 [INFO] 
02:50:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result ---
02:50:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources
02:50:33 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:50:33 [INFO] 
02:50:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result ---
02:50:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT...
02:50:33 [INFO] 
02:50:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result ---
02:50:33 [INFO] Changes detected - recompiling the module! :dependency
02:50:33 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
02:50:33 [INFO] 
02:50:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result ---
02:50:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources
02:50:33 [INFO] 
02:50:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result ---
02:50:33 [INFO] Changes detected - recompiling the module! :dependency
02:50:33 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
02:50:33 [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.
02:50:33 [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.
02:50:33 [INFO] 
02:50:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result ---
02:50:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:50:33 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/surefire-reports
02:50:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:50:33 [INFO] 
02:50:33 [INFO] -------------------------------------------------------
02:50:33 [INFO]  T E S T S
02:50:33 [INFO] -------------------------------------------------------
02:50:34 [INFO] Running org.eclipse.ditto.utils.result.ResultTest
02:50:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.ditto.utils.result.ResultTest
02:50:34 [INFO] Running org.eclipse.ditto.utils.result.ErrTest
02:50:35 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 s -- in org.eclipse.ditto.utils.result.ErrTest
02:50:35 [INFO] Running org.eclipse.ditto.utils.result.OkTest
02:50:35 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.utils.result.OkTest
02:50:35 [INFO] 
02:50:35 [INFO] Results:
02:50:35 [INFO] 
02:50:35 [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
02:50:35 [INFO] 
02:50:35 [INFO] 
02:50:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result ---
02:50:35 [INFO] 
02:50:35 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result ---
02:50:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar
02:50:35 [INFO] 
02:50:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result ---
02:50:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:50:35 [INFO] No previous run data found, generating javadoc.
02:50:37 [WARNING] Javadoc Warnings
02:50:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment
02:50:37 [WARNING] package org.eclipse.ditto.utils.result;
02:50:37 [WARNING] ^
02:50:37 [WARNING] 1 warning
02:50:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar
02:50:37 [INFO] 
02:50:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result ---
02:50:37 [INFO] Tests are skipped.
02:50:37 [INFO] 
02:50:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result ---
02:50:37 [INFO] Tests are skipped.
02:50:37 [INFO] 
02:50:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result ---
02:50:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec
02:50:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes
02:50:37 [INFO] 
02:50:37 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result ---
02:50:37 [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
02:50:37 [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
02:50:37 [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
02:50:37 [INFO] 
02:50:37 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >-----------
02:50:37 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77]
02:50:37 [INFO]   from internal/utils/tracing/pom.xml
02:50:37 [INFO] --------------------------------[ jar ]---------------------------------
02:50:41 [INFO] 
02:50:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-tracing ---
02:50:41 [INFO] 
02:50:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-tracing ---
02:50:41 [INFO] 
02:50:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
02:50: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/tracing/target/jacoco.exec
02:50:41 [INFO] 
02:50:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing ---
02:50:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:50:41 [WARNING] 
02:50:41 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:50:41 [WARNING] 
02:50:41 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:50:41 [WARNING] 
02:50:41 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:50:41 [INFO] 
02:50:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing ---
02:50:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources
02:50:41 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:50:41 [INFO] 
02:50:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing ---
02:50:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT...
02:50:41 [INFO] 
02:50:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing ---
02:50:41 [INFO] Changes detected - recompiling the module! :dependency
02:50:41 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
02:50:42 [INFO] 
02:50:42 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing ---
02:50:42 [INFO] Changes detected - recompiling the module! :dependency
02:50:42 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
02:50:42 [INFO] 
02:50:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing ---
02:50:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources
02:50:42 [INFO] 
02:50:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing ---
02:50:42 [INFO] Changes detected - recompiling the module! :dependency
02:50:42 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
02:50:43 [INFO] 
02:50:43 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing ---
02:50:43 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:50:43 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/surefire-reports
02:50:43 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:50:43 [INFO] 
02:50:43 [INFO] -------------------------------------------------------
02:50:43 [INFO]  T E S T S
02:50:43 [INFO] -------------------------------------------------------
02:50:43 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
02:50:44 06:50:43.930 [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]]]>
02:50:44 06:50:44.065 [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]]]>
02:50:44 06:50:44.065 [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]]]>
02:50:44 06:50:44.066 [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]]]>
02:50:44 06:50:44.067 [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]]]>
02:50:44 06:50:44.070 [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]]]>
02:50:44 06:50:44.071 [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]]]>
02:50:44 06:50:44.072 [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]]]>
02:50:44 06:50:44.072 [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]]]>
02:50:44 06:50:44.073 [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]]]>
02:50:44 06:50:44.073 [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]]]>
02:50:44 06:50:44.074 [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]]]>
02:50:44 06:50:44.074 [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]]]>
02:50:44 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.292 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
02:50:44 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
02:50:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
02:50:45 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
02:50:46 06:50:46.231 [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
02:50:46 06:50:46.331 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
02:50:46 06:50:46.348 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
02:50:46 06:50:46.349 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
02:50:46 06:50:46.399 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
02:50:46 06:50:46.864 [main] INFO kamon.Init -- 
02:50:46  _
02:50:46 | |
02:50:46 | | ____ _ _ __ ___   ___  _ __
02:50:46 | |/ / _  |  _ ` _ \ / _ \|  _ \
02:50:46 |   < (_| | | | | | | (_) | | | |
02:50:46 |_|\_\__,_|_| |_| |_|\___/|_| |_|
02:50:46 =====================================
02:50:46 Initializing Kamon Telemetry v2.6.6 / Kanela not found
02:50:46 
02:50:48 06:50:48.177 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
02:50:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.791 s -- in org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
02:50:48 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
02:50:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
02:50:48 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
02:50:48 06:50:48.233 [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
02:50:48 06:50:48.235 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
02:50:48 06:50:48.236 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
02:50:48 06:50:48.236 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
02:50:48 06:50:48.236 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
02:50:48 06:50:48.238 [main] INFO kamon.Init -- 
02:50:48  _
02:50:48 | |
02:50:48 | | ____ _ _ __ ___   ___  _ __
02:50:48 | |/ / _  |  _ ` _ \ / _ \|  _ \
02:50:48 |   < (_| | | | | | | (_) | | | |
02:50:48 |_|\_\__,_|_| |_| |_|\___/|_| |_|
02:50:48 =====================================
02:50:48 Initializing Kamon Telemetry v2.6.6 / Kanela not found
02:50:48 
02:50:48 Apr 09, 2024 6:50:48 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:48 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
02:50:48 Apr 09, 2024 6:50:48 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:48 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
02:50:48 06:50:48.553 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:48 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:48 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:48 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:48 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:48 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:48 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:48 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:48 06:50:48.556 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:48 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:48 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:48 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:48 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:48 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:48 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:48 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:48 06:50:48.640 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
02:50:48 Apr 09, 2024 6:50:48 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:48 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
02:50:48 06:50:48.640 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:48 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:48 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:48 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:48 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:48 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:48 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:48 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
02:50:48 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
02:50:48 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
02:50:48 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
02:50:48 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
02:50:48 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
02:50:48 06:50:48.917 [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
02:50:48 06:50:48.920 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
02:50:48 06:50:48.920 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
02:50:48 06:50:48.920 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
02:50:48 06:50:48.920 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
02:50:48 06:50:48.922 [main] INFO kamon.Init -- 
02:50:48  _
02:50:48 | |
02:50:48 | | ____ _ _ __ ___   ___  _ __
02:50:48 | |/ / _  |  _ ` _ \ / _ \|  _ \
02:50:48 |   < (_| | | | | | | (_) | | | |
02:50:48 |_|\_\__,_|_| |_| |_|\___/|_| |_|
02:50:48 =====================================
02:50:48 Initializing Kamon Telemetry v2.6.6 / Kanela not found
02:50:48 
02:50:49 Apr 09, 2024 6:50:49 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:49 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
02:50:49 06:50:49.025 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:49 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:49 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:49 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:49 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:49 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:49 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:49 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:49 Apr 09, 2024 6:50:49 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:49 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
02:50:49 06:50:49.126 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:49 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:49 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:49 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:49 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:49 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:49 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:49 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:49 Apr 09, 2024 6:50:49 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:49 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
02:50:49 06:50:49.224 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:49 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:49 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:49 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:49 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:49 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:49 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:49 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:49 Apr 09, 2024 6:50:49 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:49 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
02:50:49 06:50:49.324 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:49 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:49 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:49 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:49 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:49 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:49 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:49 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:49 Apr 09, 2024 6:50:49 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:49 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
02:50:49 06:50:49.425 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:49 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:49 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:49 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:49 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:49 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:49 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:49 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:49 06:50:49.427 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
02:50:49 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
02:50:49 [INFO] Running org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
02:50:49 06:50:49.434 [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
02:50:49 06:50:49.437 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
02:50:49 06:50:49.438 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
02:50:49 06:50:49.438 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
02:50:49 06:50:49.438 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
02:50:49 06:50:49.440 [main] INFO kamon.Init -- 
02:50:49  _
02:50:49 | |
02:50:49 | | ____ _ _ __ ___   ___  _ __
02:50:49 | |/ / _  |  _ ` _ \ / _ \|  _ \
02:50:49 |   < (_| | | | | | | (_) | | | |
02:50:49 |_|\_\__,_|_| |_| |_|\___/|_| |_|
02:50:49 =====================================
02:50:49 Initializing Kamon Telemetry v2.6.6 / Kanela not found
02:50:49 
02:50:49 06:50:49.593 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:49 06:50:49.596 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:50 06:50:50.254 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
02:50:50 06:50:50.257 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
02:50:50 06:50:50.259 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:50 Apr 09, 2024 6:50:50 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
02:50:50 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
02:50:50 06:50:50.343 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
02:50:50 kamon.otel.StatusRuntimeException$: Exporting trace span failed
02:50:50 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
02:50:50 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
02:50:50 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
02:50:50 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
02:50:50 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
02:50:50 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
02:50:50 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
02:50:50 	at java.base/java.lang.Thread.run(Thread.java:833)
02:50:50 06:50:50.359 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:50 06:50:50.362 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:50 06:50:50.364 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
02:50:50 06:50:50.366 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:50 06:50:50.368 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:50 06:50:50.370 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
02:50:50 06:50:50.372 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
02:50:50 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
02:50:50 [INFO] Running org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
02:50:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
02:50:50 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
02:50:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
02:50:50 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
02:50:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
02:50:50 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
02:50:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
02:50:50 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
02:50:50 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
02:50:50 [INFO] 
02:50:50 [INFO] Results:
02:50:50 [INFO] 
02:50:50 [WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 1
02:50:50 [INFO] 
02:50:50 [INFO] 
02:50:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing ---
02:50:50 [INFO] 
02:50:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing ---
02:50:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar
02:50:50 [INFO] 
02:50:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing ---
02:50:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:50:50 [INFO] No previous run data found, generating javadoc.
02:50:52 [WARNING] Javadoc Warnings
02:50:52 [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
02:50:52 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config;
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter;
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span;
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error");
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success");
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel");
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID =
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE =
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID =
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId");
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode");
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME =
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path");
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type");
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public abstract Tag getTagForValue(T value);
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] Map<String, String> propagateContext(Map<String, String> map);
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public URI getTraceUri() {
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static String metricizeTraceUri(final String traceUri) {
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static String metricizeTraceUri(final String traceUri) {
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static String normalizePath(final String path) {
02:50:52 [WARNING] ^
02:50:52 [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
02:50:52 [WARNING] public static String normalizePath(final String path) {
02:50:52 [WARNING] ^
02:50:52 [WARNING] 21 warnings
02:50:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
02:50:52 [INFO] 
02:50:52 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing ---
02:50:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
02:50:52 [INFO] 
02:50:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing ---
02:50:52 [INFO] Tests are skipped.
02:50:52 [INFO] 
02:50:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing ---
02:50:52 [INFO] Tests are skipped.
02:50:52 [INFO] 
02:50:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing ---
02:50:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec
02:50:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes
02:50:53 [INFO] 
02:50:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing ---
02:50:53 [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
02:50:53 [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
02:50:53 [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
02:50:53 [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
02:50:53 [INFO] 
02:50:53 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >---------------
02:50:53 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT          [16/77]
02:50:53 [INFO]   from internal/models/pom.xml
02:50:53 [INFO] --------------------------------[ pom ]---------------------------------
02:50:53 [INFO] 
02:50:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models ---
02:50:53 [INFO] 
02:50:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models ---
02:50:53 [INFO] 
02:50:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
02:50: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/internal/models/target/jacoco.exec
02:50:53 [INFO] 
02:50:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models ---
02:50:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:50:53 [INFO] The goal is skip due to packaging 'pom'
02:50:53 [INFO] 
02:50:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models ---
02:50:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT...
02:50:53 [INFO] 
02:50:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models ---
02:50:53 [INFO] 
02:50:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models ---
02:50:53 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:50:53 [INFO] 
02:50:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models ---
02:50:53 [INFO] Tests are skipped.
02:50:53 [INFO] 
02:50:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models ---
02:50:53 [INFO] Tests are skipped.
02:50:53 [INFO] 
02:50:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models ---
02:50:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:50:53 [INFO] 
02:50:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models ---
02:50:53 [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
02:50:53 [INFO] 
02:50:53 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >----------
02:50:53 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77]
02:50:53 [INFO]   from internal/models/streaming/pom.xml
02:50:53 [INFO] --------------------------------[ jar ]---------------------------------
02:50:53 [INFO] 
02:50:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-streaming ---
02:50:53 [INFO] 
02:50:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-streaming ---
02:50:53 [INFO] 
02:50:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
02:50: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/internal/models/streaming/target/jacoco.exec
02:50:53 [INFO] 
02:50:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming ---
02:50:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:50:53 [WARNING] 
02:50:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:50:53 [WARNING] 
02:50:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:50:53 [WARNING] 
02:50:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:50:53 [INFO] 
02:50:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming ---
02:50:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources
02:50:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:50:53 [INFO] 
02:50:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming ---
02:50:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT...
02:50:53 [INFO] 
02:50:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming ---
02:50:53 [INFO] Changes detected - recompiling the module! :dependency
02:50:53 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
02:50:53 [INFO] 
02:50:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming ---
02:50:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources
02:50:53 [INFO] 
02:50:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming ---
02:50:53 [INFO] Changes detected - recompiling the module! :dependency
02:50:53 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
02:50:53 [INFO] 
02:50:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming ---
02:50:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:50:53 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/surefire-reports
02:50:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:50:53 [INFO] 
02:50:53 [INFO] -------------------------------------------------------
02:50:53 [INFO]  T E S T S
02:50:53 [INFO] -------------------------------------------------------
02:50:53 [INFO] Running org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
02:50:54 Apr 09, 2024 6:50:54 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:54 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.
02:50:54 Apr 09, 2024 6:50:54 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:54 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.
02:50:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.355 s -- in org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
02:50:55 [INFO] Running org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
02:50:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
02:50:55 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
02:50:55 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 Apr 09, 2024 6:50:55 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:50:55 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.
02:50:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
02:50:55 [INFO] 
02:50:55 [INFO] Results:
02:50:55 [INFO] 
02:50:55 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
02:50:55 [INFO] 
02:50:55 [INFO] 
02:50:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming ---
02:50:55 [INFO] 
02:50:55 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming ---
02:50:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar
02:50:55 [INFO] 
02:50:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming ---
02:50:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:50:55 [INFO] No previous run data found, generating javadoc.
02:50:57 [WARNING] Javadoc Warnings
02:50:57 [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
02:50:57 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) {
02:50:57 [WARNING] ^
02:50:57 [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
02:50:57 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:50:57 [WARNING] ^
02:50:57 [WARNING] 2 warnings
02:50:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
02:50:57 [INFO] 
02:50:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming ---
02:50:57 [INFO] Tests are skipped.
02:50:57 [INFO] 
02:50:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming ---
02:50:57 [INFO] Tests are skipped.
02:50:57 [INFO] 
02:50:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming ---
02:50:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec
02:50:57 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes
02:50:57 [INFO] 
02:50:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming ---
02:50:57 [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
02:50:57 [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
02:50:57 [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
02:50:57 [INFO] 
02:50:57 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------
02:50:57 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT  [18/77]
02:50:57 [INFO]   from internal/utils/pekko/pom.xml
02:50:57 [INFO] --------------------------------[ jar ]---------------------------------
02:50:58 [INFO] 
02:50:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pekko ---
02:50:58 [INFO] 
02:50:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pekko ---
02:50:58 [INFO] 
02:50:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
02:50: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/internal/utils/pekko/target/jacoco.exec
02:50:58 [INFO] 
02:50:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko ---
02:50:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:50:58 [WARNING] 
02:50:58 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:50:58 [WARNING] 
02:50:58 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:50:58 [WARNING] 
02:50:58 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:50:58 [INFO] 
02:50:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko ---
02:50:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources
02:50:58 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:50:58 [INFO] 
02:50:58 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko ---
02:51:04 [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
02:51:04 [INFO] Compiler bridge file is not installed yet
02:51:14 warning: 4 deprecations (since 2.12.0)
02:51:14 warning: 1 deprecation (since 2.12.5)
02:51:14 warning: 2 deprecations (since 2.12.9)
02:51:14 warning: 2 deprecations (since 2.13)
02:51:14 warning: 7 deprecations (since 2.13.0)
02:51:14 warning: 1 deprecation (since 2.13.12)
02:51:14 warning: 1 deprecation (since 2.13.4)
02:51:14 warning: 18 deprecations in total; re-run with -deprecation for details
02:51:14 warning: 2 feature warnings; re-run with -feature for details
02:51:14 9 warnings
02:51:14 [INFO] Compiler bridge installed
02:51:14 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ...
02:51:16 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
02:51:16 [WARNING] one warning found
02:51:19 [INFO] NoPosition: Note: Some input files use or override a deprecated API.
02:51:19 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
02:51:20 [INFO] done compiling
02:51:20 [INFO] compile in 18.0 s
02:51:20 [INFO] 
02:51:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko ---
02:51:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT...
02:51:20 [INFO] 
02:51:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko ---
02:51:20 [INFO] Changes detected - recompiling the module! :dependency
02:51:20 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
02:51:21 [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.
02:51:21 [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.
02:51:21 [INFO] 
02:51:21 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko ---
02:51:21 [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
02:51:21 [INFO] compile in 0.2 s
02:51:21 [INFO] 
02:51:21 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko ---
02:51:21 [INFO] Changes detected - recompiling the module! :dependency
02:51:21 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
02:51:22 [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.
02:51:22 [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.
02:51:22 [INFO] 
02:51:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko ---
02:51:22 [INFO] Copying 2 resources from src/test/resources to target/test-classes
02:51:22 [INFO] 
02:51:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko ---
02:51:22 [INFO] Changes detected - recompiling the module! :dependency
02:51:22 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes
02:51:22 [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.
02:51:22 [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.
02:51:22 [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.
02:51:22 [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.
02:51:22 [INFO] 
02:51:22 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko ---
02:51:22 [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
02:51:22 [INFO] compiling 19 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/test-classes ...
02:51:25 [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.
02:51:25 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
02:51:25 [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.
02:51:25 [INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details.
02:51:25 [INFO] done compiling
02:51:25 [INFO] compile in 2.6 s
02:51:25 [INFO] 
02:51:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko ---
02:51:25 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:51:25 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/surefire-reports
02:51:25 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:51:25 [INFO] 
02:51:25 [INFO] -------------------------------------------------------
02:51:25 [INFO]  T E S T S
02:51:25 [INFO] -------------------------------------------------------
02:51:26 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
02:51:26 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
02:51:28 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.288 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
02:51:28 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
02:51:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
02:51:28 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
02:51:29 SLF4J(I): Attempting to load provider "org.eclipse.ditto.internal.utils.pekko.logging.StaticMDCServiceProvider" specified via "slf4j.provider" system property
02:51:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
02:51:29 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
02:51:30 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.680 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
02:51:30 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
02:51:30 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.232 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
02:51:30 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
02:51:30 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
02:51:30 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
02:51:30 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
02:51:30 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
02:51:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
02:51:30 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
02:51:30 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
02:51:30 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
02:51:32 [INFO] [04/09/2024 06:51:32.226] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.362] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.444] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.513] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.576] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.663] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.761] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.859] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.922] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:32 [INFO] [04/09/2024 06:51:32.987] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.042] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.107] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.166] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.226] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.281] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.342] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.394] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.456] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.614 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
02:51:33 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
02:51:33 [INFO] [04/09/2024 06:51:33.521] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.576] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.635] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.695] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
02:51:33 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
02:51:33 [INFO] [04/09/2024 06:51:33.822] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:33 [INFO] [04/09/2024 06:51:33.883] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:34 [INFO] [04/09/2024 06:51:33.980] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
02:51:34 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
02:51:34 [INFO] [04/09/2024 06:51:34.232] [default-pekko.actor.default-dispatcher-7] [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]]
02:51:34 [INFO] [04/09/2024 06:51:34.252] [default-pekko.actor.default-dispatcher-7] [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]]
02:51:34 [INFO] [04/09/2024 06:51:34.269] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:34 [INFO] [04/09/2024 06:51:34.332] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:34 [INFO] [04/09/2024 06:51:34.399] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
02:51:34 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
02:51:35 [INFO] [04/09/2024 06:51:35.171] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:35 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
02:51:35 [INFO] Running org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
02:51:35 [INFO] [04/09/2024 06:51:35.500] [main] [CoordinatedShutdown(pekko://monitored-unbounded-mailbox-test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:35 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
02:51:35 [INFO] 
02:51:35 [INFO] Results:
02:51:35 [INFO] 
02:51:35 [WARNING] Tests run: 121, Failures: 0, Errors: 0, Skipped: 1
02:51:35 [INFO] 
02:51:35 [INFO] 
02:51:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko ---
02:51:35 [INFO] 
02:51:35 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko ---
02:51:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar
02:51:35 [INFO] 
02:51:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko ---
02:51:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:51:35 [INFO] No previous run data found, generating javadoc.
02:51:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
02:51:37 [INFO] 
02:51:37 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko ---
02:51:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
02:51:37 [INFO] 
02:51:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko ---
02:51:37 [INFO] Tests are skipped.
02:51:37 [INFO] 
02:51:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko ---
02:51:37 [INFO] Tests are skipped.
02:51:37 [INFO] 
02:51:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko ---
02:51:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec
02:51:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes
02:51:37 [INFO] 
02:51:37 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko ---
02:51:37 [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
02:51:37 [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
02:51:37 [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
02:51:37 [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
02:51:37 [INFO] 
02:51:37 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------
02:51:37 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77]
02:51:37 [INFO]   from internal/utils/health/pom.xml
02:51:37 [INFO] --------------------------------[ jar ]---------------------------------
02:51:40 [INFO] 
02:51:40 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-health ---
02:51:40 [INFO] 
02:51:40 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-health ---
02:51:40 [INFO] 
02:51:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
02:51:40 [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
02:51:40 [INFO] 
02:51:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health ---
02:51:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:51:40 [WARNING] 
02:51:40 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:51:40 [WARNING] 
02:51:40 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:51:40 [WARNING] 
02:51:40 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:51:40 [INFO] 
02:51:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health ---
02:51:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources
02:51:40 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:51:40 [INFO] 
02:51:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health ---
02:51:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT...
02:51:40 [INFO] 
02:51:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health ---
02:51:40 [INFO] Changes detected - recompiling the module! :dependency
02:51:40 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes
02:51:40 [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.
02:51:40 [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.
02:51:40 [INFO] 
02:51:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health ---
02:51:40 [INFO] Copying 1 resource from src/test/resources to target/test-classes
02:51:40 [INFO] 
02:51:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health ---
02:51:40 [INFO] Changes detected - recompiling the module! :dependency
02:51:40 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes
02:51:41 [INFO] 
02:51:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health ---
02:51:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:51:41 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/surefire-reports
02:51:41 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:51:41 [INFO] 
02:51:41 [INFO] -------------------------------------------------------
02:51:41 [INFO]  T E S T S
02:51:41 [INFO] -------------------------------------------------------
02:51:41 [INFO] Running org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
02:51:42 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s -- in org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
02:51:42 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
02:51:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.494 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
02:51:44 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
02:51:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
02:51:44 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
02:51:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
02:51:44 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
02:51:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
02:51:44 [INFO] Running org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
02:51:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
02:51:44 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
02:51:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
02:51:44 [INFO] Running org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest
02:51:46 [INFO] [04/09/2024 06:51:46.255] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:46 [INFO] [04/09/2024 06:51:46.459] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:46 [INFO] [pekkoDeadLetter][04/09/2024 06:51:46.488] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/*Root/healthCheckingActor] Message [org.eclipse.ditto.internal.utils.health.RetrieveHealth] from Actor[pekko://default/temp/_user_*Root_healthCheckingActor$a] to Actor[pekko://default/user/*Root/healthCheckingActor] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://default/user/*Root/healthCheckingActor] 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'.
02:51:47 [INFO] [04/09/2024 06:51:47.090] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:47 [INFO] [04/09/2024 06:51:47.228] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:51:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.443 s -- in org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest
02:51:47 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusInfoTest
02:51:47 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.ditto.internal.utils.health.StatusInfoTest
02:51:47 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
02:51:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
02:51:47 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
02:51:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
02:51:47 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
02:51:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
02:51:47 [INFO] 
02:51:47 [INFO] Results:
02:51:47 [INFO] 
02:51:47 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
02:51:47 [INFO] 
02:51:47 [INFO] 
02:51:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health ---
02:51:47 [INFO] 
02:51:47 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health ---
02:51:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar
02:51:47 [INFO] 
02:51:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health ---
02:51:47 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:51:47 [INFO] No previous run data found, generating javadoc.
02:51:50 [WARNING] Javadoc Warnings
02:51:50 [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
02:51:50 [WARNING] package org.eclipse.ditto.internal.utils.health;
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] package org.eclipse.ditto.internal.utils.health.config;
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] protected void shutdownStream(final Shutdown shutdown) {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] default StatusDetailMessage.Level level() {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] String name();
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this);
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] public final StatusInfo getHealth() {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] public Level getLevel() {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] public JsonValue getMessage() {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] public static StatusDetailMessage of(final Level level, final String message) {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) {
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] ERROR;
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] INFO,
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] WARN,
02:51:50 [WARNING] ^
02:51:50 [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
02:51:50 [WARNING] public static final Level DEFAULT = INFO;
02:51:50 [WARNING] ^
02:51:50 [WARNING] 18 warnings
02:51:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
02:51:50 [INFO] 
02:51:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health ---
02:51:50 [INFO] Tests are skipped.
02:51:50 [INFO] 
02:51:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health ---
02:51:50 [INFO] Tests are skipped.
02:51:50 [INFO] 
02:51:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health ---
02:51:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec
02:51:50 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes
02:51:50 [INFO] 
02:51:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health ---
02:51:50 [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
02:51:50 [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
02:51:50 [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
02:51:50 [INFO] 
02:51:50 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------
02:51:50 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT                   [20/77]
02:51:50 [INFO]   from json-cbor/pom.xml
02:51:50 [INFO] -------------------------------[ bundle ]-------------------------------
02:51:53 [INFO] 
02:51:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json-cbor ---
02:51:53 [INFO] 
02:51:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json-cbor ---
02:51:53 [INFO] 
02:51:53 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
02:51:53 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:51:53 [INFO] 
02:51:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
02:51: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/json-cbor/target/jacoco.exec
02:51:53 [INFO] 
02:51:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor ---
02:51:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:51:53 [WARNING] 
02:51:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:51:53 [WARNING] 
02:51:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:51:53 [WARNING] 
02:51:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:51:53 [INFO] 
02:51:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor ---
02:51:53 [INFO] Copying 1 resource from src/main/resources to target/classes
02:51:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:51:53 [INFO] 
02:51:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor ---
02:51:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT...
02:51:53 [INFO] 
02:51:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor ---
02:51:53 [INFO] Changes detected - recompiling the module! :dependency
02:51:53 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
02:51:53 [WARNING] bootstrap class path not set in conjunction with -source 8
02:51:53 [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.
02:51:53 [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.
02:51:53 [INFO] 
02:51:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor ---
02:51:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources
02:51:53 [INFO] 
02:51:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor ---
02:51:53 [INFO] Changes detected - recompiling the module! :dependency
02:51:53 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
02:51:53 [WARNING] bootstrap class path not set in conjunction with -source 8
02:51:53 [INFO] 
02:51:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor ---
02:51:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:51:53 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/surefire-reports
02:51:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:51:53 [INFO] 
02:51:53 [INFO] -------------------------------------------------------
02:51:53 [INFO]  T E S T S
02:51:53 [INFO] -------------------------------------------------------
02:51:54 [INFO] Running org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
02:51:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
02:51:54 [INFO] Running org.eclipse.ditto.json.cbor.CborIllegalValuesTest
02:51:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.json.cbor.CborIllegalValuesTest
02:51:54 [INFO] Running org.eclipse.ditto.json.cbor.SerializationRoundTripTest
02:51:54 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.json.cbor.SerializationRoundTripTest
02:51:54 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
02:51:54 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
02:51:54 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
02:51:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
02:51:54 [INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest
02:51:54 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.json.cbor.CborJsonTest
02:51:54 [INFO] Running org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
02:51:54 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
02:51:54 [INFO] 
02:51:54 [INFO] Results:
02:51:54 [INFO] 
02:51:54 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0
02:51:54 [INFO] 
02:51:54 [INFO] 
02:51:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor ---
02:51:54 [INFO] 
02:51:54 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor ---
02:51:54 [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)
02:51:54 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar
02:51:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF
02:51:54 [INFO] 
02:51:54 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor ---
02:51:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:51:54 [INFO] No previous run data found, generating javadoc.
02:51:56 [WARNING] Javadoc Warnings
02:51:56 [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
02:51:56 [WARNING] public static String toHexString(final byte[] array) throws IOException {
02:51:56 [WARNING] ^
02:51:56 [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
02:51:56 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException {
02:51:56 [WARNING] ^
02:51:56 [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
02:51:56 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException {
02:51:56 [WARNING] ^
02:51:56 [WARNING] 3 warnings
02:51:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
02:51:56 [INFO] 
02:51:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor ---
02:51:56 [INFO] Tests are skipped.
02:51:56 [INFO] 
02:51:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor ---
02:51:56 [INFO] Tests are skipped.
02:51:56 [INFO] 
02:51:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor ---
02:51:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec
02:51:56 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes
02:51:56 [INFO] 
02:51:56 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor ---
02:51:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'.
02:51:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'.
02:51:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'.
02:51:56 [INFO] 
02:51:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor ---
02:51:56 [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
02:51:56 [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
02:51:56 [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
02:51:56 [INFO] 
02:51:56 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor ---
02:51:56 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar
02:51:56 [INFO] Writing OBR metadata
02:51:56 [INFO] 
02:51:56 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------
02:51:56 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT                    [21/77]
02:51:56 [INFO]   from policies/pom.xml
02:51:56 [INFO] --------------------------------[ pom ]---------------------------------
02:51:56 [INFO] 
02:51:56 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies ---
02:51:56 [INFO] 
02:51:56 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies ---
02:51:56 [INFO] 
02:51:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
02:51: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/policies/target/jacoco.exec
02:51:56 [INFO] 
02:51:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies ---
02:51:56 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:51:56 [INFO] The goal is skip due to packaging 'pom'
02:51:56 [INFO] 
02:51:56 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies ---
02:51:56 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT...
02:51:56 [INFO] 
02:51:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies ---
02:51:56 [INFO] 
02:51:56 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies ---
02:51:56 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:51:56 [INFO] 
02:51:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies ---
02:51:56 [INFO] Tests are skipped.
02:51:56 [INFO] 
02:51:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies ---
02:51:56 [INFO] Tests are skipped.
02:51:56 [INFO] 
02:51:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies ---
02:51:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:51:56 [INFO] 
02:51:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies ---
02:51:56 [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
02:51:56 [INFO] 
02:51:56 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >---------------
02:51:56 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT           [22/77]
02:51:56 [INFO]   from policies/model/pom.xml
02:51:56 [INFO] -------------------------------[ bundle ]-------------------------------
02:51:59 [INFO] 
02:51:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-model ---
02:51:59 [INFO] 
02:51:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-model ---
02:51:59 [INFO] 
02:51:59 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
02:51:59 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:51:59 [INFO] 
02:51:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
02:51: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/policies/model/target/jacoco.exec
02:51:59 [INFO] 
02:51:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model ---
02:51:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:51:59 [WARNING] 
02:51:59 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:51:59 [WARNING] 
02:51:59 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:51:59 [WARNING] 
02:51:59 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:51:59 [INFO] 
02:51:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model ---
02:51:59 [INFO] Copying 0 resource from src/main/resources to target/classes
02:51:59 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:51:59 [INFO] 
02:51:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model ---
02:51:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT...
02:51:59 [INFO] 
02:51:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model ---
02:51:59 [INFO] Changes detected - recompiling the module! :dependency
02:51:59 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes
02:52:02 [WARNING] bootstrap class path not set in conjunction with -source 8
02:52:02 [INFO] 
02:52:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model ---
02:52:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources
02:52:02 [INFO] 
02:52:02 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model ---
02:52:02 [INFO] Changes detected - recompiling the module! :dependency
02:52:02 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes
02:52:08 [WARNING] bootstrap class path not set in conjunction with -source 8
02:52:08 [INFO] 
02:52:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model ---
02:52:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:52:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/surefire-reports
02:52:08 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
02:52:08 [INFO] 
02:52:08 [INFO] -------------------------------------------------------
02:52:08 [INFO]  T E S T S
02:52:08 [INFO] -------------------------------------------------------
02:52:10 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
02:52:11 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
02:52:11 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
02:52:11 Apr 09, 2024 6:52:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:52: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.
02:52:11 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
02:52:11 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
02:52:11 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
02:52:11 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
02:52:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s -- in org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
02:52:12 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
02:52:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s -- in org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
02:52:13 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
02:52:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
02:52:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
02:52:13 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
02:52:13 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
02:52:13 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
02:52:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
02:52:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
02:52:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourcesTest
02:52:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.policies.model.ImmutableResourcesTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
02:52:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
02:52:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
02:52:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
02:52:13 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
02:52:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
02:52:13 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest
02:52:13 [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
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest
02:52:13 [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
02:52:13 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest
02:52:14 [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
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest
02:52:14 [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
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
02:52:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest
02:52:14 [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
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest
02:52:14 [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
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
02:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
02:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
02:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
02:52:14 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
02:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest
02:52:14 [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
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest
02:52:14 [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
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
02:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
02:52:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
02:52:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
02:52:14 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
02:52:14 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest
02:52:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest
02:52:14 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest
02:52:15 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
02:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
02:52:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest
02:52:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyIdNotExplicitlySettableExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotModifiableExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotAccessibleExceptionTest
02:52:15 [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
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest
02:52:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
02:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
02:52:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
02:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
02:52:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
02:52:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
02:52:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
02:52:15 [INFO] Running org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
02:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
02:52:16 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
02:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
02:52:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyTest
02:52:16 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
02:52:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
02:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
02:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
02:52:16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
02:52:16 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.PolicyIdTest
02:52:16 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.policies.model.PolicyIdTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePermissionsTest
02:52:16 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePermissionsTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
02:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
02:52:16 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
02:52:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
02:52:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
02:52:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTest
02:52:16 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceTest
02:52:16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.policies.model.ImmutableResourceTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
02:52:16 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableLabelTest
02:52:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableLabelTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectsTest
02:52:16 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectsTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
02:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
02:52:16 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
02:52:16 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
02:52:16 [INFO] Running org.eclipse.ditto.policies.model.PolicyImporterTest
02:52:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.PolicyImporterTest
02:52:16 [INFO] 
02:52:16 [INFO] Results:
02:52:16 [INFO] 
02:52:16 [WARNING] Tests run: 925, Failures: 0, Errors: 0, Skipped: 1
02:52:16 [INFO] 
02:52:16 [INFO] 
02:52:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model ---
02:52:16 [INFO] 
02:52:16 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model ---
02:52:16 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar
02:52:17 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF
02:52:17 [INFO] 
02:52:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model ---
02:52:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:52:17 [INFO] No previous run data found, generating javadoc.
02:52:23 [WARNING] Javadoc Warnings
02:52:23 [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
02:52:23 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements;
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] package org.eclipse.ditto.policies.model.signals.commands;
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions;
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions;
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify;
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query;
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] package org.eclipse.ditto.policies.model.signals.events;
02:52:23 [WARNING] ^
02:52:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment
02:52:23 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId,
02:52:23 [WARNING] ^
02:52:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment
02:52:23 [WARNING] public String getName() {
02:52:23 [WARNING] ^
02:52:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment
02:52:23 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10"));
02:52:23 [WARNING] ^
02:52:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment
02:52:23 [WARNING] default CompletionStage<Policy> withResolvedImports(
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES =
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY =
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) {
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT =
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS =
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) {
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) {
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_ENTRIES,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_ENTRY,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_ENTRY_RESOURCE,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_ENTRY_RESOURCES,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_ENTRY_SUBJECT;
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_ENTRY_SUBJECTS,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_IMPORT,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] POLICY_IMPORTS,
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY =
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified>
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES =
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final String POLICY_IMPORT = "policyImport";
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS =
02:52:23 [WARNING] ^
02:52:23 [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
02:52:23 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS =
02:52:23 [WARNING] ^
02:52:23 [WARNING] 36 warnings
02:52:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar
02:52:24 [INFO] 
02:52:24 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model ---
02:52:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar
02:52:24 [INFO] 
02:52:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model ---
02:52:24 [INFO] Tests are skipped.
02:52:24 [INFO] 
02:52:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model ---
02:52:24 [INFO] Tests are skipped.
02:52:24 [INFO] 
02:52:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model ---
02:52:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec
02:52:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes
02:52:24 [INFO] 
02:52:24 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model ---
02:52:25 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'.
02:52:25 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'.
02:52:25 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'.
02:52:25 [INFO] 
02:52:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model ---
02:52:25 [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
02:52:25 [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
02:52:25 [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
02:52:25 [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
02:52:25 [INFO] 
02:52:25 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model ---
02:52:25 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar
02:52:25 [INFO] Writing OBR metadata
02:52:25 [INFO] 
02:52:25 [INFO] -------------------< org.eclipse.ditto:ditto-things >-------------------
02:52:25 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT                      [23/77]
02:52:25 [INFO]   from things/pom.xml
02:52:25 [INFO] --------------------------------[ pom ]---------------------------------
02:52:25 [INFO] 
02:52:25 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things ---
02:52:25 [INFO] 
02:52:25 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things ---
02:52:25 [INFO] 
02:52:25 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
02:52:25 [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
02:52:25 [INFO] 
02:52:25 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things ---
02:52:25 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:52:25 [INFO] The goal is skip due to packaging 'pom'
02:52:25 [INFO] 
02:52:25 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things ---
02:52:25 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT...
02:52:25 [INFO] 
02:52:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things ---
02:52:25 [INFO] 
02:52:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things ---
02:52:25 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:52:25 [INFO] 
02:52:25 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things ---
02:52:25 [INFO] Tests are skipped.
02:52:25 [INFO] 
02:52:25 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things ---
02:52:25 [INFO] Tests are skipped.
02:52:25 [INFO] 
02:52:25 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things ---
02:52:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:52:25 [INFO] 
02:52:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-things ---
02:52:25 [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
02:52:25 [INFO] 
02:52:25 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >----------------
02:52:25 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT             [24/77]
02:52:25 [INFO]   from things/model/pom.xml
02:52:25 [INFO] -------------------------------[ bundle ]-------------------------------
02:52:25 [INFO] 
02:52:25 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-model ---
02:52:25 [INFO] 
02:52:25 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-model ---
02:52:25 [INFO] 
02:52:25 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
02:52:25 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:52:25 [INFO] 
02:52:25 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
02:52:25 [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
02:52:25 [INFO] 
02:52:25 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model ---
02:52:25 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:52:25 [WARNING] 
02:52:25 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:52:25 [WARNING] 
02:52:25 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:52:25 [WARNING] 
02:52:25 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:52:25 [INFO] 
02:52:25 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model ---
02:52:25 [INFO] Copying 0 resource from src/main/resources to target/classes
02:52:25 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:52:25 [INFO] 
02:52:25 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model ---
02:52:25 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT...
02:52:25 [INFO] 
02:52:25 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model ---
02:52:25 [INFO] Changes detected - recompiling the module! :dependency
02:52:25 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes
02:52:28 [WARNING] bootstrap class path not set in conjunction with -source 8
02:52:28 [INFO] 
02:52:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model ---
02:52:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources
02:52:28 [INFO] 
02:52:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model ---
02:52:28 [INFO] Changes detected - recompiling the module! :dependency
02:52:28 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes
02:52:31 [WARNING] bootstrap class path not set in conjunction with -source 8
02:52:31 [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.
02:52:31 [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.
02:52:31 [INFO] 
02:52:31 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model ---
02:52:31 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:52:31 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/model/target/surefire-reports
02:52:31 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
02:52:31 [INFO] 
02:52:31 [INFO] -------------------------------------------------------
02:52:31 [INFO]  T E S T S
02:52:31 [INFO] -------------------------------------------------------
02:52:33 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
02:52:33 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
02:52:33 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
02:52:33 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
02:52:33 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
02:52:34 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
02:52:34 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
02:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
02:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
02:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
02:52:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
02:52:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
02:52:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
02:52:35 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
02:52:35 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
02:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
02:52:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
02:52:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest
02:52:35 [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
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
02:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
02:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
02:52:35 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
02:52:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
02:52:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
02:52:35 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
02:52:35 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest
02:52:35 [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
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest
02:52:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest
02:52:35 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
02:52:37 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.347 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
02:52:37 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest
02:52:37 [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
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
02:52:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
02:52:37 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
02:52:37 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
02:52:37 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest
02:52:37 [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
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
02:52:37 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
02:52:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
02:52:37 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest
02:52:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
02:52:37 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest
02:52:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
02:52:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest
02:52:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest
02:52:37 [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
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
02:52:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
02:52:37 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
02:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest
02:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
02:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
02:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
02:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
02:52:38 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
02:52:38 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
02:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
02:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
02:52:38 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
02:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
02:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest
02:52:38 [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
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
02:52:38 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
02:52:38 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
02:52:38 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
02:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
02:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
02:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest
02:52:38 [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
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
02:52:38 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
02:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
02:52:38 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
02:52:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
02:52:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
02:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
02:52:38 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
02:52:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
02:52:38 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
02:52:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
02:52:39 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest
02:52:39 [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
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
02:52:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
02:52:39 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
02:52:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
02:52:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
02:52:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
02:52:39 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
02:52:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
02:52:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
02:52:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
02:52:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
02:52:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
02:52:39 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
02:52:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
02:52:39 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
02:52:39 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
02:52:39 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
02:52:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
02:52:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
02:52:40 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
02:52:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
02:52:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
02:52:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
02:52:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
02:52:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
02:52:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
02:52:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
02:52:40 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingMergedTest
02:52:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.ThingMergedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
02:52:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
02:52:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
02:52:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
02:52:40 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
02:52:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
02:52:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ImmutableAttributesTest
02:52:40 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.ImmutableAttributesTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ThingIdTest
02:52:40 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.eclipse.ditto.things.model.ThingIdTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
02:52:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureTest
02:52:40 [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.ImmutableFeatureTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.NullThingDefinitionTest
02:52:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.NullThingDefinitionTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.AttributesModelFactoryTest
02:52:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.AttributesModelFactoryTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
02:52:40 [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ThingsModelFactoryTest
02:52:40 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.ThingsModelFactoryTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ThingsJsonTest
02:52:40 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.ThingsJsonTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.NullFeatureTest
02:52:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeatureTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.NullFeaturePropertiesTest
02:52:40 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.model.NullFeaturePropertiesTest
02:52:40 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturesTest
02:52:41 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.eclipse.ditto.things.model.ImmutableFeaturesTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.NullFeaturesTest
02:52:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeaturesTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
02:52:41 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ThingFieldSelectorTest
02:52:41 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.ThingFieldSelectorTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
02:52:41 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingRevisionTest
02:52:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.ImmutableThingRevisionTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
02:52:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingTest
02:52:41 [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.things.model.ImmutableThingTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
02:52:41 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.NullAttributesTest
02:52:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.NullAttributesTest
02:52:41 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
02:52:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
02:52:41 [INFO] 
02:52:41 [INFO] Results:
02:52:41 [INFO] 
02:52:41 [INFO] Tests run: 1438, Failures: 0, Errors: 0, Skipped: 0
02:52:41 [INFO] 
02:52:41 [INFO] 
02:52:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model ---
02:52:41 [INFO] 
02:52:41 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model ---
02:52:41 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar
02:52:41 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF
02:52:41 [INFO] 
02:52:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model ---
02:52:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:52:41 [INFO] No previous run data found, generating javadoc.
02:52:49 [WARNING] Javadoc Warnings
02:52:49 [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
02:52:49 [WARNING] package org.eclipse.ditto.things.model.signals.commands;
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions;
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify;
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query;
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] package org.eclipse.ditto.things.model.signals.events;
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING =
02:52:49 [WARNING] ^
02:52:49 [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>
02:52:49 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers);
02:52:49 [WARNING] ^
02:52:49 [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>
02:52:49 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers);
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public RetrieveThing build() {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS =
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public final class ThingCommandToModifyExceptionRegistry
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Builder newBuilder(final String condition, final String description) {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Builder forDittoProtocol() {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Builder forPostMethod() {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Builder forPutMethod() {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Builder forPutOrPatchMethod() {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH =
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE =
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] ATTRIBUTE,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] ATTRIBUTES,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] DEFINITION,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] FEATURE,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] FEATURE_DEFINITION,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] FEATURE_DESIRED_PROPERTIES,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] FEATURE_DESIRED_PROPERTY;
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] FEATURE_PROPERTIES,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] FEATURE_PROPERTY,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] FEATURES,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY_ENTRIES,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY_ENTRY,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY_ENTRY_RESOURCE,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY_ENTRY_RESOURCES,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY_ENTRY_SUBJECT,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY_ENTRY_SUBJECTS,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] POLICY_ID,
02:52:49 [WARNING] ^
02:52:49 [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
02:52:49 [WARNING] THING,
02:52:49 [WARNING] ^
02:52:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment
02:52:49 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*");
02:52:49 [WARNING] ^
02:52:49 [WARNING] 54 warnings
02:52:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar
02:52:50 [INFO] 
02:52:50 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model ---
02:52:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar
02:52:50 [INFO] 
02:52:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model ---
02:52:50 [INFO] Tests are skipped.
02:52:50 [INFO] 
02:52:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model ---
02:52:50 [INFO] Tests are skipped.
02:52:50 [INFO] 
02:52:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model ---
02:52:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec
02:52:50 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes
02:52:50 [INFO] 
02:52:50 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model ---
02:52:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'.
02:52:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'.
02:52:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'.
02:52:52 [INFO] 
02:52:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model ---
02:52:52 [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
02:52:52 [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
02:52:52 [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
02:52:52 [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
02:52:52 [INFO] 
02:52:52 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model ---
02:52:52 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar
02:52:52 [INFO] Writing OBR metadata
02:52:52 [INFO] 
02:52:52 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >-----------
02:52:52 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77]
02:52:52 [INFO]   from internal/utils/cluster/pom.xml
02:52:52 [INFO] --------------------------------[ jar ]---------------------------------
02:52:58 [INFO] 
02:52:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cluster ---
02:52:58 [INFO] 
02:52:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cluster ---
02:52:58 [INFO] 
02:52:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
02:52: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/internal/utils/cluster/target/jacoco.exec
02:52:58 [INFO] 
02:52:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster ---
02:52:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:52:58 [WARNING] 
02:52:58 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:52:58 [WARNING] 
02:52:58 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:52:58 [WARNING] 
02:52:58 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:52:58 [INFO] 
02:52:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster ---
02:52:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources
02:52:58 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:52:58 [INFO] 
02:52:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster ---
02:52:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT...
02:52:58 [INFO] 
02:52:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster ---
02:52:58 [INFO] Changes detected - recompiling the module! :dependency
02:52:58 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes
02:52:59 [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.
02:52:59 [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.
02:52:59 [INFO] 
02:52:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster ---
02:52:59 [INFO] Copying 3 resources from src/test/resources to target/test-classes
02:52:59 [INFO] 
02:52:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster ---
02:52:59 [INFO] Changes detected - recompiling the module! :dependency
02:52:59 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
02:52:59 [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.
02:52:59 [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.
02:52:59 [INFO] 
02:52:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster ---
02:52:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:52:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/surefire-reports
02:52:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:52:59 [INFO] 
02:52:59 [INFO] -------------------------------------------------------
02:52:59 [INFO]  T E S T S
02:52:59 [INFO] -------------------------------------------------------
02:53:00 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
02:53:00 SLF4J(W): No SLF4J providers were found.
02:53:00 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
02:53:00 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
02:53:05 [WARN] [04/09/2024 06:53:05.646] [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:33073], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
02:53:05 [WARN] [04/09/2024 06:53:05.646] [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:33073], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
02:53:08 [WARN] [04/09/2024 06:53:08.216] [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:36611], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
02:53:08 [WARN] [04/09/2024 06:53:08.216] [system-pekko.remote.default-remote-dispatcher-6] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-7)] [outbound connection to [pekko://system@127.0.0.1:36611], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
02:53:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.102 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
02:53:09 [INFO] Running org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
02:53:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.183 s -- in org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
02:53:11 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
02:53:11 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
02:53:11 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
02:53:11 [INFO] [04/09/2024 06:53:11.560] [main] [CoordinatedShutdown(pekko://CborJsonValueSerializer)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:53:11 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
02:53:11 [INFO] Running org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
02:53:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
02:53:11 [INFO] Running org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
02:53:11 [INFO] [04/09/2024 06:53:11.868] [main] [CoordinatedShutdown(pekko://JsonValueSourceRefTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:53:11 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
02:53:11 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
02:53:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
02:53:11 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
02:53:12 [INFO] [04/09/2024 06:53:11.980] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:53:13 [INFO] [04/09/2024 06:53:13.006] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:53:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s -- in org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
02:53:13 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
02:53:13 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
02:53:13 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
02:53:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
02:53:13 [INFO] Running org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
02:53:13 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
02:53:13 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
02:53:13 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
02:53:13 [INFO] Running org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
02:53:13 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
02:53:13 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
02:53:13 [INFO] [04/09/2024 06:53:13.246] [main] [ArteryTransport(pekko://ShardRegionProxyActorFactoryTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] with UID [6074741715503784225]
02:53:13 [INFO] [04/09/2024 06:53:13.246] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - Starting up, Pekko version [1.0.1] ...
02:53:13 [INFO] [04/09/2024 06:53:13.249] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - Registered cluster JMX MBean [pekko:type=Cluster]
02:53:13 [INFO] [04/09/2024 06:53:13.249] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - Started up successfully
02:53:13 [INFO] [04/09/2024 06:53:13.250] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
02:53:13 [INFO] [04/09/2024 06:53:13.250] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
02:53:13 [INFO] [04/09/2024 06:53:13.288] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-2] [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355/system/sharding/myShardRegionNameProxy] myShardRegionName: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min]
02:53:13 [INFO] [04/09/2024 06:53:13.320] [main] [CoordinatedShutdown(pekko://ShardRegionProxyActorFactoryTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:53:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
02:53:13 [INFO] [04/09/2024 06:53:13.327] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - Exiting completed
02:53:13 [INFO] [04/09/2024 06:53:13.327] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - Shutting down...
02:53:13 [INFO] [04/09/2024 06:53:13.327] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355] - Successfully shut down
02:53:13 [INFO] [pekkoDeadLetter][04/09/2024 06:53:13.327] [ShardRegionProxyActorFactoryTest-pekko.actor.default-dispatcher-10] [pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon#-1406778914] 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'.
02:53:13 [INFO] [04/09/2024 06:53:13.328] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-6] [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355/system/remoting-terminator] Shutting down remote daemon.
02:53:13 [INFO] [04/09/2024 06:53:13.329] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-6] [pekko://ShardRegionProxyActorFactoryTest@10.40.70.253:17355/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
02:53:13 [INFO] 
02:53:13 [INFO] Results:
02:53:13 [INFO] 
02:53:13 [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0
02:53:13 [INFO] 
02:53:13 [INFO] 
02:53:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster ---
02:53:13 [INFO] 
02:53:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster ---
02:53:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar
02:53:13 [INFO] 
02:53:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster ---
02:53:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:53:13 [INFO] No previous run data found, generating javadoc.
02:53:15 [WARNING] Javadoc Warnings
02:53:15 [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
02:53:15 [WARNING] package org.eclipse.ditto.internal.utils.cluster;
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config;
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8;
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group,
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group,
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies {
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) {
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) {
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public UnsupportedManifest(final String manifest) {
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) {
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) {
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) {
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
02:53:15 [WARNING] ^
02:53:15 [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
02:53:15 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
02:53:15 [WARNING] ^
02:53:15 [WARNING] 14 warnings
02:53:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
02:53:15 [INFO] 
02:53:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster ---
02:53:15 [INFO] Tests are skipped.
02:53:15 [INFO] 
02:53:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster ---
02:53:15 [INFO] Tests are skipped.
02:53:15 [INFO] 
02:53:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster ---
02:53:15 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec
02:53:15 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes
02:53:15 [INFO] 
02:53:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster ---
02:53:15 [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
02:53:15 [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
02:53:15 [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
02:53:15 [INFO] 
02:53:15 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >----------
02:53:15 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77]
02:53:15 [INFO]   from internal/utils/extension/pom.xml
02:53:15 [INFO] --------------------------------[ jar ]---------------------------------
02:53:15 [INFO] 
02:53:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-extension ---
02:53:15 [INFO] 
02:53:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-extension ---
02:53:15 [INFO] 
02:53:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
02:53: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/extension/target/jacoco.exec
02:53:15 [INFO] 
02:53:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension ---
02:53:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:53:15 [WARNING] 
02:53:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:53:15 [WARNING] 
02:53:15 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:53:15 [WARNING] 
02:53:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:53:15 [INFO] 
02:53:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension ---
02:53:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources
02:53:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:53:15 [INFO] 
02:53:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension ---
02:53:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT...
02:53:15 [INFO] 
02:53:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension ---
02:53:15 [INFO] Changes detected - recompiling the module! :dependency
02:53:15 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
02:53:16 [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.
02:53:16 [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.
02:53:16 [INFO] 
02:53:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension ---
02:53:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources
02:53:16 [INFO] 
02:53:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension ---
02:53:16 [INFO] No sources to compile
02:53:16 [INFO] 
02:53:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension ---
02:53:16 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:53:16 [INFO] No tests to run.
02:53:16 [INFO] 
02:53:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension ---
02:53:16 [INFO] 
02:53:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension ---
02:53:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar
02:53:16 [INFO] 
02:53:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension ---
02:53:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:53:16 [INFO] No previous run data found, generating javadoc.
02:53:17 [WARNING] Javadoc Warnings
02:53:17 [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
02:53:17 [WARNING] public final class DittoExtensionIds implements Extension {
02:53:17 [WARNING] ^
02:53:17 [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
02:53:17 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent(
02:53:17 [WARNING] ^
02:53:17 [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
02:53:17 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) {
02:53:17 [WARNING] ^
02:53:17 [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
02:53:17 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass,
02:53:17 [WARNING] ^
02:53:17 [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
02:53:17 [WARNING] protected abstract String getConfigKey();
02:53:17 [WARNING] ^
02:53:17 [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
02:53:17 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) {
02:53:17 [WARNING] ^
02:53:17 [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
02:53:17 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) {
02:53:17 [WARNING] ^
02:53:17 [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
02:53:17 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass,
02:53:17 [WARNING] ^
02:53:17 [WARNING] 8 warnings
02:53:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
02:53:17 [INFO] 
02:53:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension ---
02:53:17 [INFO] Tests are skipped.
02:53:17 [INFO] 
02:53:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension ---
02:53:17 [INFO] Tests are skipped.
02:53:17 [INFO] 
02:53:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension ---
02:53:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:53:17 [INFO] 
02:53:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension ---
02:53:17 [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
02:53:17 [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
02:53:17 [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
02:53:17 [INFO] 
02:53:17 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >----------------
02:53:17 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT                [27/77]
02:53:17 [INFO]   from placeholders/pom.xml
02:53:17 [INFO] -------------------------------[ bundle ]-------------------------------
02:53:17 [INFO] 
02:53:17 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-placeholders ---
02:53:17 [INFO] 
02:53:17 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-placeholders ---
02:53:17 [INFO] 
02:53:17 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
02:53:17 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:53:17 [INFO] 
02:53:17 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
02:53: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/placeholders/target/jacoco.exec
02:53:17 [INFO] 
02:53:17 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders ---
02:53:17 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:53:17 [WARNING] 
02:53:17 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:53:17 [WARNING] 
02:53:17 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:53:17 [WARNING] 
02:53:17 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:53:17 [INFO] 
02:53:17 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders ---
02:53:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources
02:53:17 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:53:17 [INFO] 
02:53:17 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders ---
02:53:17 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT...
02:53:17 [INFO] 
02:53:17 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders ---
02:53:17 [INFO] Changes detected - recompiling the module! :dependency
02:53:17 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes
02:53:17 [WARNING] bootstrap class path not set in conjunction with -source 8
02:53:17 [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.
02:53:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details.
02:53:17 [INFO] 
02:53:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders ---
02:53:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources
02:53:17 [INFO] 
02:53:17 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders ---
02:53:17 [INFO] Changes detected - recompiling the module! :dependency
02:53:17 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
02:53:18 [WARNING] bootstrap class path not set in conjunction with -source 8
02:53:18 [INFO] 
02:53:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders ---
02:53:18 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:53:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/surefire-reports
02:53:18 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:53:18 [INFO] 
02:53:18 [INFO] -------------------------------------------------------
02:53:18 [INFO]  T E S T S
02:53:18 [INFO] -------------------------------------------------------
02:53:18 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
02:53:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
02:53:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
02:53:20 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s -- in org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
02:53:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
02:53:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
02:53:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
02:53:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
02:53:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
02:53:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
02:53:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderFilterTest
02:53:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.placeholders.PlaceholderFilterTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
02:53:20 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
02:53:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.ExpressionResolverTest
02:53:20 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.ExpressionResolverTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
02:53:20 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
02:53:20 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
02:53:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
02:53:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
02:53:21 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePipelineTest
02:53:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.placeholders.ImmutablePipelineTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
02:53:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
02:53:21 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
02:53:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
02:53:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.PipelineElementResolvedTest
02:53:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineElementResolvedTest
02:53:21 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
02:53:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
02:53:21 [INFO] 
02:53:21 [INFO] Results:
02:53:21 [INFO] 
02:53:21 [INFO] Tests run: 202, Failures: 0, Errors: 0, Skipped: 0
02:53:21 [INFO] 
02:53:21 [INFO] 
02:53:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders ---
02:53:21 [INFO] 
02:53:21 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders ---
02:53:21 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar
02:53:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF
02:53:21 [INFO] 
02:53:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders ---
02:53:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:53:21 [INFO] No previous run data found, generating javadoc.
02:53:23 [WARNING] Javadoc Warnings
02:53:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T>
02:53:23 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder,
02:53:23 [WARNING] ^
02:53:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return
02:53:23 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) {
02:53:23 [WARNING] ^
02:53:23 [WARNING] 2 warnings
02:53:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar
02:53:23 [INFO] 
02:53:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders ---
02:53:23 [INFO] Tests are skipped.
02:53:23 [INFO] 
02:53:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders ---
02:53:23 [INFO] Tests are skipped.
02:53:23 [INFO] 
02:53:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders ---
02:53:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec
02:53:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes
02:53:23 [INFO] 
02:53:23 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders ---
02:53:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'.
02:53:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'.
02:53:24 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'.
02:53:24 [INFO] 
02:53:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders ---
02:53:24 [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
02:53:24 [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
02:53:24 [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
02:53:24 [INFO] 
02:53:24 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders ---
02:53:24 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar
02:53:24 [INFO] Writing OBR metadata
02:53:24 [INFO] 
02:53:24 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >----------------
02:53:24 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT             [28/77]
02:53:24 [INFO]   from base/service/pom.xml
02:53:24 [INFO] --------------------------------[ jar ]---------------------------------
02:53:26 [INFO] 
02:53:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-service ---
02:53:26 [INFO] 
02:53:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-service ---
02:53:26 [INFO] 
02:53:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
02:53:26 [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
02:53:26 [INFO] 
02:53:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service ---
02:53:26 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:53:26 [WARNING] 
02:53:26 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:53:26 [WARNING] 
02:53:26 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:53:26 [WARNING] 
02:53:26 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:53:26 [INFO] 
02:53:26 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service ---
02:53:26 [INFO] Copying 1 resource from src/main/resources to target/classes
02:53:26 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:53:26 [INFO] 
02:53:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service ---
02:53:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT...
02:53:26 [INFO] 
02:53:26 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service ---
02:53:26 [INFO] Changes detected - recompiling the module! :dependency
02:53:26 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes
02:53:27 [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.
02:53:27 [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.
02:53:27 [INFO] 
02:53:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service ---
02:53:27 [INFO] Copying 7 resources from src/test/resources to target/test-classes
02:53:27 [INFO] 
02:53:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service ---
02:53:27 [INFO] Changes detected - recompiling the module! :dependency
02:53:27 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
02:53:27 [INFO] 
02:53:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service ---
02:53:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:53:27 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/service/target/surefire-reports
02:53:27 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:53:27 [INFO] 
02:53:27 [INFO] -------------------------------------------------------
02:53:27 [INFO]  T E S T S
02:53:27 [INFO] -------------------------------------------------------
02:53:28 [INFO] Running org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
02:53:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.069 s -- in org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
02:53:31 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
02:53:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.651 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
02:53:33 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
02:53:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
02:53:33 [INFO] Running org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
02:53:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.129 s -- in org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
02:53:39 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
02:53:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
02:53:39 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
02:53:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
02:53:40 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
02:53:40 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
02:53:40 [INFO] Running org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
02:53:40 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
02:53:40 [INFO] Running org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
02:53:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
02:53:40 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
02:53:41 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
02:53:41 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
02:53:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
02:53:41 [INFO] Running org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
02:53:41 Apr 09, 2024 6:53:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:53:41 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.
02:53:41 Apr 09, 2024 6:53:41 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
02:53:41 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.
02:53:41 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 s -- in org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
02:53:41 [INFO] Running org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
02:53:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
02:53:41 [INFO] 
02:53:41 [INFO] Results:
02:53:41 [INFO] 
02:53:41 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
02:53:41 [INFO] 
02:53:41 [INFO] 
02:53:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service ---
02:53:41 [INFO] 
02:53:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service ---
02:53:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar
02:53:41 [INFO] 
02:53:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service ---
02:53:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:53:41 [INFO] No previous run data found, generating javadoc.
02:53:44 [WARNING] Javadoc Warnings
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment
02:53:44 [WARNING] package org.eclipse.ditto.base.service;
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] package org.eclipse.ditto.base.service.cluster;
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] package org.eclipse.ditto.base.service.config;
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] package org.eclipse.ditto.base.service.config.http;
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] package org.eclipse.ditto.base.service.config.limits;
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] package org.eclipse.ditto.base.service.config.supervision;
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] package org.eclipse.ditto.base.service.devops;
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) {
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) {
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] protected static Policy substitutePolicy(final Policy policy,
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries,
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry,
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects,
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment
02:53:44 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment
02:53:44 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri";
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment
02:53:44 [WARNING] protected final Config rawConfig;
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment
02:53:44 [WARNING] protected final C serviceSpecificConfig;
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment
02:53:44 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() {
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65));
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment
02:53:44 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment
02:53:44 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY =
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment
02:53:44 [WARNING] public static final String TYPE = PREFIX + NAME;
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment
02:53:44 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment
02:53:44 [WARNING] public boolean isEnabled() {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment
02:53:44 [WARNING] public final class ModifySplitBrainResolverResponse
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment
02:53:44 [WARNING] public static final String TYPE = PREFIX + NAME;
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment
02:53:44 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject,
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment
02:53:44 [WARNING] public boolean isEnabled() {
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment
02:53:44 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment
02:53:44 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> {
02:53:44 [WARNING] ^
02:53:44 [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
02:53:44 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment
02:53:44 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment
02:53:44 [WARNING] public String getActorName() {
02:53:44 [WARNING] ^
02:53:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment
02:53:44 [WARNING] public Props getProps() {
02:53:44 [WARNING] ^
02:53:44 [WARNING] 36 warnings
02:53:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar
02:53:44 [INFO] 
02:53:44 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service ---
02:53:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar
02:53:44 [INFO] 
02:53:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service ---
02:53:44 [INFO] Tests are skipped.
02:53:44 [INFO] 
02:53:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service ---
02:53:44 [INFO] Tests are skipped.
02:53:44 [INFO] 
02:53:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service ---
02:53:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec
02:53:44 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes
02:53:44 [INFO] 
02:53:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service ---
02:53:44 [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
02:53:44 [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
02:53:44 [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
02:53:44 [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
02:53:44 [INFO] 
02:53:44 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >----------------
02:53:44 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT                [29/77]
02:53:44 [INFO]   from connectivity/pom.xml
02:53:44 [INFO] --------------------------------[ pom ]---------------------------------
02:53:44 [INFO] 
02:53:44 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity ---
02:53:44 [INFO] 
02:53:44 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity ---
02:53:44 [INFO] 
02:53:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
02:53:44 [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
02:53:44 [INFO] 
02:53:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity ---
02:53:44 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:53:44 [INFO] The goal is skip due to packaging 'pom'
02:53:44 [INFO] 
02:53:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity ---
02:53:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT...
02:53:44 [INFO] 
02:53:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity ---
02:53:44 [INFO] 
02:53:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity ---
02:53:44 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:53:44 [INFO] 
02:53:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity ---
02:53:44 [INFO] Tests are skipped.
02:53:44 [INFO] 
02:53:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity ---
02:53:44 [INFO] Tests are skipped.
02:53:44 [INFO] 
02:53:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity ---
02:53:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:53:44 [INFO] 
02:53:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity ---
02:53:44 [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
02:53:44 [INFO] 
02:53:44 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >-------------
02:53:44 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT       [30/77]
02:53:44 [INFO]   from connectivity/model/pom.xml
02:53:44 [INFO] -------------------------------[ bundle ]-------------------------------
02:53:44 [INFO] 
02:53:44 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-model ---
02:53:44 [INFO] 
02:53:44 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-model ---
02:53:44 [INFO] 
02:53:44 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
02:53:44 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:53:44 [INFO] 
02:53:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
02:53:44 [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
02:53:44 [INFO] 
02:53:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model ---
02:53:44 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:53:44 [WARNING] 
02:53:44 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:53:44 [WARNING] 
02:53:44 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:53:44 [WARNING] 
02:53:44 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:53:44 [INFO] 
02:53:44 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model ---
02:53:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources
02:53:44 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:53:44 [INFO] 
02:53:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model ---
02:53:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT...
02:53:44 [INFO] 
02:53:44 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model ---
02:53:44 [INFO] Changes detected - recompiling the module! :dependency
02:53:44 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes
02:53:46 [WARNING] bootstrap class path not set in conjunction with -source 8
02:53:46 [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.
02:53:46 [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.
02:53:46 [INFO] 
02:53:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model ---
02:53:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources
02:53:46 [INFO] 
02:53:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model ---
02:53:46 [INFO] Changes detected - recompiling the module! :dependency
02:53:46 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes
02:53:47 [WARNING] bootstrap class path not set in conjunction with -source 8
02:53:47 [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.
02:53:47 [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.
02:53:47 [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.
02:53:47 [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.
02:53:47 [INFO] 
02:53:47 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model ---
02:53:47 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:53:47 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/surefire-reports
02:53:47 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:53:47 [INFO] 
02:53:47 [INFO] -------------------------------------------------------
02:53:47 [INFO]  T E S T S
02:53:47 [INFO] -------------------------------------------------------
02:53:47 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
02:53:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s -- in org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
02:53:48 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
02:53:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
02:53:49 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
02:53:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
02:53:49 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
02:53:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
02:53:49 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
02:53:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
02:53:49 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
02:53:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
02:53:49 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
02:53:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
02:53:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest
02:53:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
02:53:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
02:53:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest
02:53:50 [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
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
02:53:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
02:53:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
02:53:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
02:53:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest
02:53:50 [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
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest
02:53:50 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
02:53:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
02:53:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest
02:53:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest
02:53:50 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
02:53:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
02:53:51 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest
02:53:51 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest
02:53:51 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
02:53:51 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
02:53:51 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
02:53:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
02:53:51 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
02:53:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
02:53:51 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest
02:53:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest
02:53:51 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
02:53:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
02:53:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
02:53:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
02:53:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
02:53:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
02:53:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
02:53:52 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
02:53:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
02:53:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.CredentialsTest
02:53:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.CredentialsTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.HmacCredentialsTest
02:53:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.HmacCredentialsTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
02:53:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionIdTest
02:53:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.ConnectionIdTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
02:53:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
02:53:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
02:53:52 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
02:53:53 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
02:53:53 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionUriTest
02:53:53 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.ConnectionUriTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceTest
02:53:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.HonoConnectionTest
02:53:53 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.connectivity.model.HonoConnectionTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
02:53:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
02:53:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionTypeTest
02:53:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.ConnectionTypeTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
02:53:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
02:53:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
02:53:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
02:53:53 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.LogTypeTest
02:53:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.model.LogTypeTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
02:53:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
02:53:53 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
02:53:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
02:53:53 [INFO] 
02:53:53 [INFO] Results:
02:53:53 [INFO] 
02:53:53 [INFO] Tests run: 457, Failures: 0, Errors: 0, Skipped: 0
02:53:53 [INFO] 
02:53:53 [INFO] 
02:53:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model ---
02:53:53 [INFO] 
02:53:53 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model ---
02:53:53 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar
02:53:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF
02:53:53 [INFO] 
02:53:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model ---
02:53:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:53:54 [INFO] No previous run data found, generating javadoc.
02:53:58 [WARNING] Javadoc Warnings
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment
02:53:58 [WARNING] package org.eclipse.ditto.connectivity.model;
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt;
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements;
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder(
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] protected AbstractConnectivityEvent(final String type,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] protected AbstractConnectivityEvent(final String type,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Instant getTimestamp() {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static Builder newBuilder(final ConnectionId connectionId,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static Builder newBuilder(final String invalidCommand) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) {
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment
02:53:58 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) {
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment
02:53:58 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L;
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment
02:53:58 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L;
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return
02:53:58 [WARNING] ReplyTarget build();
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Optional<Boolean> getContainsFailure() {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public RetrieveConnectionMetricsResponse build() {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public RetrieveConnectionStatusResponse build() {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) {
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources,
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS =
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE =
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS =
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS =
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS =
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS =
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS =
02:53:58 [WARNING] ^
02:53:58 [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
02:53:58 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS =
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment
02:53:58 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey,
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment
02:53:58 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"),
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment
02:53:58 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"),
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment
02:53:58 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"),
02:53:58 [WARNING] ^
02:53:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment
02:53:58 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"),
02:53:58 [WARNING] ^
02:53:58 [WARNING] 63 warnings
02:53:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
02:53:58 [INFO] 
02:53:58 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model ---
02:53:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar
02:53:58 [INFO] 
02:53:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model ---
02:53:58 [INFO] Tests are skipped.
02:53:58 [INFO] 
02:53:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model ---
02:53:58 [INFO] Tests are skipped.
02:53:58 [INFO] 
02:53:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model ---
02:53:58 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec
02:53:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes
02:53:59 [INFO] 
02:53:59 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model ---
02:54:00 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'.
02:54:00 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'.
02:54:00 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'.
02:54:00 [INFO] 
02:54:00 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model ---
02:54:00 [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
02:54:00 [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
02:54:00 [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
02:54:00 [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
02:54:00 [INFO] 
02:54:00 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model ---
02:54:00 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar
02:54:00 [INFO] Writing OBR metadata
02:54:00 [INFO] 
02:54:00 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >-----------------
02:54:00 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT                [31/77]
02:54:00 [INFO]   from thingsearch/pom.xml
02:54:00 [INFO] --------------------------------[ pom ]---------------------------------
02:54:00 [INFO] 
02:54:00 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch ---
02:54:00 [INFO] 
02:54:00 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch ---
02:54:00 [INFO] 
02:54:00 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
02:54:00 [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
02:54:00 [INFO] 
02:54:00 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch ---
02:54:00 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:00 [INFO] The goal is skip due to packaging 'pom'
02:54:00 [INFO] 
02:54:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch ---
02:54:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT...
02:54:00 [INFO] 
02:54:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch ---
02:54:00 [INFO] 
02:54:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch ---
02:54:00 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:54:00 [INFO] 
02:54:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch ---
02:54:00 [INFO] Tests are skipped.
02:54:00 [INFO] 
02:54:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch ---
02:54:00 [INFO] Tests are skipped.
02:54:00 [INFO] 
02:54:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch ---
02:54:00 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:54:00 [INFO] 
02:54:00 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch ---
02:54:00 [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
02:54:00 [INFO] 
02:54:00 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >--------------
02:54:00 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT       [32/77]
02:54:00 [INFO]   from thingsearch/model/pom.xml
02:54:00 [INFO] -------------------------------[ bundle ]-------------------------------
02:54:00 [INFO] 
02:54:00 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-model ---
02:54:00 [INFO] 
02:54:00 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-model ---
02:54:00 [INFO] 
02:54:00 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
02:54:00 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:54:00 [INFO] 
02:54:00 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
02:54:00 [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
02:54:00 [INFO] 
02:54:00 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model ---
02:54:00 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:00 [WARNING] 
02:54:00 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:54:00 [WARNING] 
02:54:00 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:54:00 [WARNING] 
02:54:00 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:54:00 [INFO] 
02:54:00 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model ---
02:54:00 [INFO] Copying 0 resource from src/main/resources to target/classes
02:54:00 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:54:00 [INFO] 
02:54:00 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model ---
02:54:00 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT...
02:54:00 [INFO] 
02:54:00 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model ---
02:54:00 [INFO] Changes detected - recompiling the module! :dependency
02:54:00 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes
02:54:00 [WARNING] bootstrap class path not set in conjunction with -source 8
02:54:00 [INFO] 
02:54:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model ---
02:54:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources
02:54:00 [INFO] 
02:54:00 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model ---
02:54:00 [INFO] Changes detected - recompiling the module! :dependency
02:54:00 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes
02:54:01 [WARNING] bootstrap class path not set in conjunction with -source 8
02:54:01 [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;
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
02:54:01 [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;
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
02:54:01 [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;
02:54:01   cast to java.lang.String for a varargs call
02:54:01   cast to java.lang.String[] for a non-varargs call and to suppress this warning
02:54:01 [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;
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
02:54:01 [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;
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
02:54:01   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
02:54:01 [INFO] 
02:54:01 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model ---
02:54:01 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:54:01 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/surefire-reports
02:54:01 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:54:01 [INFO] 
02:54:01 [INFO] -------------------------------------------------------
02:54:01 [INFO]  T E S T S
02:54:01 [INFO] -------------------------------------------------------
02:54:01 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
02:54:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.944 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
02:54:02 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
02:54:02 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
02:54:02 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
02:54:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
02:54:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
02:54:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
02:54:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
02:54:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
02:54:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
02:54:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
02:54:03 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
02:54:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
02:54:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
02:54:03 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
02:54:04 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.460 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
02:54:04 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
02:54:04 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
02:54:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
02:54:04 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
02:54:04 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
02:54:04 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
02:54:04 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
02:54:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
02:54:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
02:54:04 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
02:54:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
02:54:04 [INFO] 
02:54:04 [INFO] Results:
02:54:04 [INFO] 
02:54:04 [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
02:54:04 [INFO] 
02:54:04 [INFO] 
02:54:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model ---
02:54:04 [INFO] 
02:54:04 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model ---
02:54:04 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar
02:54:04 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF
02:54:04 [INFO] 
02:54:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model ---
02:54:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:54:04 [INFO] No previous run data found, generating javadoc.
02:54:07 [WARNING] Javadoc Warnings
02:54:07 [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
02:54:07 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands;
02:54:07 [WARNING] ^
02:54:07 [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
02:54:07 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions;
02:54:07 [WARNING] ^
02:54:07 [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
02:54:07 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query;
02:54:07 [WARNING] ^
02:54:07 [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
02:54:07 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription;
02:54:07 [WARNING] ^
02:54:07 [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
02:54:07 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events;
02:54:07 [WARNING] ^
02:54:07 [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
02:54:07 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces,
02:54:07 [WARNING] ^
02:54:07 [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
02:54:07 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options,
02:54:07 [WARNING] ^
02:54:07 [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
02:54:07 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options,
02:54:07 [WARNING] ^
02:54:07 [WARNING] 8 warnings
02:54:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
02:54:07 [INFO] 
02:54:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model ---
02:54:07 [INFO] Tests are skipped.
02:54:07 [INFO] 
02:54:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model ---
02:54:07 [INFO] Tests are skipped.
02:54:07 [INFO] 
02:54:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model ---
02:54:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec
02:54:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes
02:54:07 [INFO] 
02:54:07 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model ---
02:54:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'.
02:54:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'.
02:54:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'.
02:54:08 [INFO] 
02:54:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model ---
02:54:08 [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
02:54:08 [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
02:54:08 [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
02:54:08 [INFO] 
02:54:08 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model ---
02:54:08 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar
02:54:08 [INFO] Writing OBR metadata
02:54:08 [INFO] 
02:54:08 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------
02:54:08 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT                    [33/77]
02:54:08 [INFO]   from messages/pom.xml
02:54:08 [INFO] --------------------------------[ pom ]---------------------------------
02:54:08 [INFO] 
02:54:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages ---
02:54:08 [INFO] 
02:54:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages ---
02:54:08 [INFO] 
02:54:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
02:54: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/messages/target/jacoco.exec
02:54:08 [INFO] 
02:54:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages ---
02:54:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:08 [INFO] The goal is skip due to packaging 'pom'
02:54:08 [INFO] 
02:54:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages ---
02:54:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT...
02:54:08 [INFO] 
02:54:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages ---
02:54:08 [INFO] 
02:54:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages ---
02:54:08 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:54:08 [INFO] 
02:54:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages ---
02:54:08 [INFO] Tests are skipped.
02:54:08 [INFO] 
02:54:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages ---
02:54:08 [INFO] Tests are skipped.
02:54:08 [INFO] 
02:54:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages ---
02:54:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:54:08 [INFO] 
02:54:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages ---
02:54:08 [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
02:54:08 [INFO] 
02:54:08 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >---------------
02:54:08 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT           [34/77]
02:54:08 [INFO]   from messages/model/pom.xml
02:54:08 [INFO] -------------------------------[ bundle ]-------------------------------
02:54:08 [INFO] 
02:54:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages-model ---
02:54:08 [INFO] 
02:54:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages-model ---
02:54:08 [INFO] 
02:54:08 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
02:54:08 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:54:08 [INFO] 
02:54:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
02:54: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/messages/model/target/jacoco.exec
02:54:08 [INFO] 
02:54:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model ---
02:54:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:08 [WARNING] 
02:54:08 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:54:08 [WARNING] 
02:54:08 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:54:08 [WARNING] 
02:54:08 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:54:08 [INFO] 
02:54:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model ---
02:54:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources
02:54:08 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:54:08 [INFO] 
02:54:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model ---
02:54:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT...
02:54:08 [INFO] 
02:54:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model ---
02:54:08 [INFO] Changes detected - recompiling the module! :dependency
02:54:08 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes
02:54:08 [WARNING] bootstrap class path not set in conjunction with -source 8
02:54:08 [INFO] 
02:54:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model ---
02:54:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources
02:54:08 [INFO] 
02:54:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model ---
02:54:08 [INFO] Changes detected - recompiling the module! :dependency
02:54:08 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes
02:54:08 [WARNING] bootstrap class path not set in conjunction with -source 8
02:54:08 [INFO] 
02:54:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model ---
02:54:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:54:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/surefire-reports
02:54:08 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:54:08 [INFO] 
02:54:08 [INFO] -------------------------------------------------------
02:54:08 [INFO]  T E S T S
02:54:08 [INFO] -------------------------------------------------------
02:54:09 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
02:54:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
02:54:09 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
02:54:10 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s -- in org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
02:54:10 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
02:54:11 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
02:54:11 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
02:54:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
02:54:11 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.MessagesModelFactoryTest
02:54:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.messages.model.MessagesModelFactoryTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
02:54:11 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
02:54:11 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.TimestampValueValidatorTest
02:54:11 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.messages.model.TimestampValueValidatorTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
02:54:11 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
02:54:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
02:54:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
02:54:11 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
02:54:11 [INFO] Running org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
02:54:12 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
02:54:12 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageTest
02:54:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.messages.model.ImmutableMessageTest
02:54:12 [INFO] 
02:54:12 [INFO] Results:
02:54:12 [INFO] 
02:54:12 [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0
02:54:12 [INFO] 
02:54:12 [INFO] 
02:54:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model ---
02:54:12 [INFO] 
02:54:12 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model ---
02:54:12 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar
02:54:12 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF
02:54:12 [INFO] 
02:54:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model ---
02:54:12 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:54:12 [INFO] No previous run data found, generating javadoc.
02:54:14 [WARNING] Javadoc Warnings
02:54:14 [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
02:54:14 [WARNING] package org.eclipse.ditto.messages.model.signals.commands;
02:54:14 [WARNING] ^
02:54:14 [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
02:54:14 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder,
02:54:14 [WARNING] ^
02:54:14 [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
02:54:14 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) {
02:54:14 [WARNING] ^
02:54:14 [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
02:54:14 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders,
02:54:14 [WARNING] ^
02:54:14 [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
02:54:14 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId,
02:54:14 [WARNING] ^
02:54:14 [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
02:54:14 [WARNING] public Optional<String> getCorrelationId() {
02:54:14 [WARNING] ^
02:54:14 [WARNING] 6 warnings
02:54:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar
02:54:14 [INFO] 
02:54:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model ---
02:54:14 [INFO] Tests are skipped.
02:54:14 [INFO] 
02:54:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model ---
02:54:14 [INFO] Tests are skipped.
02:54:14 [INFO] 
02:54:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model ---
02:54:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec
02:54:14 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes
02:54:14 [INFO] 
02:54:14 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model ---
02:54:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'.
02:54:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'.
02:54:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'.
02:54:15 [INFO] 
02:54:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model ---
02:54:15 [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
02:54:15 [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
02:54:15 [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
02:54:15 [INFO] 
02:54:15 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model ---
02:54:15 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar
02:54:15 [INFO] Writing OBR metadata
02:54:15 [INFO] 
02:54:15 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------
02:54:15 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT                    [35/77]
02:54:15 [INFO]   from protocol/pom.xml
02:54:15 [INFO] -------------------------------[ bundle ]-------------------------------
02:54:15 [INFO] 
02:54:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-protocol ---
02:54:15 [INFO] 
02:54:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-protocol ---
02:54:15 [INFO] 
02:54:15 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
02:54:15 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:54:15 [INFO] 
02:54:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
02:54: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/protocol/target/jacoco.exec
02:54:15 [INFO] 
02:54:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol ---
02:54:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:15 [WARNING] 
02:54:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:54:15 [WARNING] 
02:54:15 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:54:15 [WARNING] 
02:54:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:54:15 [INFO] 
02:54:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol ---
02:54:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources
02:54:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:54:15 [INFO] 
02:54:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol ---
02:54:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT...
02:54:15 [INFO] 
02:54:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol ---
02:54:15 [INFO] Changes detected - recompiling the module! :dependency
02:54:15 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes
02:54:16 [WARNING] bootstrap class path not set in conjunction with -source 8
02:54:16 [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.
02:54:16 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details.
02:54:16 [INFO] 
02:54:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol ---
02:54:16 [INFO] Copying 1 resource from src/test/resources to target/test-classes
02:54:16 [INFO] 
02:54:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol ---
02:54:16 [INFO] Changes detected - recompiling the module! :dependency
02:54:16 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes
02:54:17 [WARNING] bootstrap class path not set in conjunction with -source 8
02:54:17 [INFO] 
02:54:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol ---
02:54:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:54:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/protocol/target/surefire-reports
02:54:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:54:17 [INFO] 
02:54:17 [INFO] -------------------------------------------------------
02:54:17 [INFO]  T E S T S
02:54:17 [INFO] -------------------------------------------------------
02:54:18 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
02:54:18 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 s -- in org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
02:54:18 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
02:54:18 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
02:54:18 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
02:54:18 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
02:54:18 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
02:54:19 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
02:54:19 [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
02:54:19 [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
02:54:19 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
02:54:19 [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
02:54:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
02:54:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
02:54:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
02:54:19 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
02:54:19 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
02:54:19 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
02:54:20 [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
02:54:20 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
02:54:20 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
02:54:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
02:54:20 [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
02:54:20 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
02:54:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
02:54:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
02:54:20 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
02:54:20 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
02:54:20 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
02:54:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
02:54:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
02:54:20 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
02:54:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
02:54:20 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
02:54:20 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
02:54:20 SLF4J: Defaulting to no-operation (NOP) logger implementation
02:54:20 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
02:54:21 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
02:54:24 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
02:54:24 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
02:54:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
02:54:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
02:54:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
02:54:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
02:54:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
02:54:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
02:54:24 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
02:54:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.872 s -- in org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
02:54:26 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
02:54:27 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
02:54:27 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
02:54:27 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.ProtocolFactoryTest
02:54:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s -- in org.eclipse.ditto.protocol.ProtocolFactoryTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
02:54:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
02:54:27 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.ImmutableAdaptableTest
02:54:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.protocol.ImmutableAdaptableTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
02:54:27 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathTest
02:54:27 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathTest
02:54:27 [INFO] Running org.eclipse.ditto.protocol.ImmutableMessagePathTest
02:54:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.protocol.ImmutableMessagePathTest
02:54:28 [INFO] Running org.eclipse.ditto.protocol.ImmutablePayloadTest
02:54:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.protocol.ImmutablePayloadTest
02:54:28 [INFO] Running com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
02:54:28 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
02:54:28 [INFO] 
02:54:28 [INFO] Results:
02:54:28 [INFO] 
02:54:28 [INFO] Tests run: 1344, Failures: 0, Errors: 0, Skipped: 0
02:54:28 [INFO] 
02:54:28 [INFO] 
02:54:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol ---
02:54:28 [INFO] 
02:54:28 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol ---
02:54:28 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar
02:54:28 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF
02:54:28 [INFO] 
02:54:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol ---
02:54:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:54:28 [INFO] No previous run data found, generating javadoc.
02:54:31 [WARNING] Javadoc Warnings
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag
02:54:31 [WARNING] * <p>
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment
02:54:31 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements;
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment
02:54:31 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity;
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment
02:54:31 [WARNING] package org.eclipse.ditto.protocol.adapter.policies;
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment
02:54:31 [WARNING] package org.eclipse.ditto.protocol.adapter.provider;
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment
02:54:31 [WARNING] protected final PayloadPathMatcher payloadPathMatcher;
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment
02:54:31 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies,
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment
02:54:31 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator,
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment
02:54:31 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder,
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name
02:54:31 [WARNING] AnnouncementsTopicPathBuilder name(String name);
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment
02:54:31 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment
02:54:31 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment
02:54:31 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment
02:54:31 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment
02:54:31 [WARNING] public static EmptyPathMatcher getInstance() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return
02:54:31 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return
02:54:31 [WARNING] public static IllegalAdaptableException newInstance(final String message,
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment
02:54:31 [WARNING] public Builder(final JsonPointer path) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment
02:54:31 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment
02:54:31 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment
02:54:31 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment
02:54:31 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment
02:54:31 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment
02:54:31 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment
02:54:31 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment
02:54:31 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment
02:54:31 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment
02:54:31 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment
02:54:31 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment
02:54:31 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies(
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment
02:54:31 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies(
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment
02:54:31 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment
02:54:31 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment
02:54:31 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment
02:54:31 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment
02:54:31 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment
02:54:31 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment
02:54:31 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment
02:54:31 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment
02:54:31 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment
02:54:31 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment
02:54:31 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment
02:54:31 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings>
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment
02:54:31 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment
02:54:31 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment
02:54:31 [WARNING] protected RetrieveThingsCommandMappingStrategies() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment
02:54:31 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment
02:54:31 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment
02:54:31 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment
02:54:31 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment
02:54:31 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment
02:54:31 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment
02:54:31 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment
02:54:31 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment
02:54:31 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment
02:54:31 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment
02:54:31 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment
02:54:31 [WARNING] protected static String leafValue(final JsonPointer path) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment
02:54:31 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment
02:54:31 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment
02:54:31 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment
02:54:31 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment
02:54:31 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment
02:54:31 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment
02:54:31 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment
02:54:31 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse>
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment
02:54:31 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment
02:54:31 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment
02:54:31 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment
02:54:31 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment
02:54:31 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment
02:54:31 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment
02:54:31 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment
02:54:31 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment
02:54:31 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment
02:54:31 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment
02:54:31 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment
02:54:31 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment
02:54:31 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment
02:54:31 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment
02:54:31 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment
02:54:31 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment
02:54:31 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment
02:54:31 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName
02:54:31 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName);
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment
02:54:31 [WARNING] String ID_PLACEHOLDER = "_";
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment
02:54:31 [WARNING] String PATH_DELIMITER = "/";
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment
02:54:31 [WARNING] default boolean isWildcardTopic() {
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment
02:54:31 [WARNING] CREATE("create"),
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment
02:54:31 [WARNING] CREATED("created"),
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment
02:54:31 [WARNING] DELETE("delete"),
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment
02:54:31 [WARNING] DELETED("deleted");
02:54:31 [WARNING] ^
02:54:31 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment
02:54:31 [WARNING] MERGE("merge"),
02:54:31 [WARNING] ^
02:54:31 [WARNING] 100 warnings
02:54:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar
02:54:31 [INFO] 
02:54:31 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol ---
02:54:31 [INFO] Tests are skipped.
02:54:31 [INFO] 
02:54:31 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol ---
02:54:31 [INFO] Tests are skipped.
02:54:31 [INFO] 
02:54:31 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol ---
02:54:31 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec
02:54:31 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes
02:54:32 [INFO] 
02:54:32 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol ---
02:54:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'.
02:54:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'.
02:54:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'.
02:54:32 [INFO] 
02:54:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol ---
02:54:32 [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
02:54:32 [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
02:54:32 [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
02:54:32 [INFO] 
02:54:32 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol ---
02:54:32 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar
02:54:32 [INFO] Writing OBR metadata
02:54:32 [INFO] 
02:54:32 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >-----------
02:54:32 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77]
02:54:32 [INFO]   from internal/models/signal/pom.xml
02:54:32 [INFO] --------------------------------[ jar ]---------------------------------
02:54:33 [INFO] 
02:54:33 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signal ---
02:54:33 [INFO] 
02:54:33 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signal ---
02:54:33 [INFO] 
02:54:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
02:54:33 [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
02:54:33 [INFO] 
02:54:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal ---
02:54:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:33 [WARNING] 
02:54:33 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:54:33 [WARNING] 
02:54:33 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:54:33 [WARNING] 
02:54:33 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:54:33 [INFO] 
02:54:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal ---
02:54:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources
02:54:33 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:54:33 [INFO] 
02:54:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal ---
02:54:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT...
02:54:33 [INFO] 
02:54:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal ---
02:54:33 [INFO] Changes detected - recompiling the module! :dependency
02:54:33 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
02:54:33 [INFO] 
02:54:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal ---
02:54:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources
02:54:33 [INFO] 
02:54:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal ---
02:54:33 [INFO] Changes detected - recompiling the module! :dependency
02:54:33 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes
02:54:33 [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.
02:54:33 [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.
02:54:33 [INFO] 
02:54:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal ---
02:54:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:54:33 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/surefire-reports
02:54:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:54:33 [INFO] 
02:54:33 [INFO] -------------------------------------------------------
02:54:33 [INFO]  T E S T S
02:54:33 [INFO] -------------------------------------------------------
02:54:34 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
02:54:36 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.906 s -- in org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
02:54:36 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
02:54:37 [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
02:54:37 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
02:54:38 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.863 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
02:54:38 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
02:54:38 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
02:54:38 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
02:54:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
02:54:38 [INFO] Running org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
02:54:39 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.540 s -- in org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
02:54:39 [INFO] 
02:54:39 [INFO] Results:
02:54:39 [INFO] 
02:54:39 [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0
02:54:39 [INFO] 
02:54:39 [INFO] 
02:54:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal ---
02:54:39 [INFO] 
02:54:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal ---
02:54:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar
02:54:39 [INFO] 
02:54:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal ---
02:54:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:54:39 [INFO] No previous run data found, generating javadoc.
02:54:41 [WARNING] Javadoc Warnings
02:54:41 [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
02:54:41 [WARNING] * <p>
02:54:41 [WARNING] ^
02:54:41 [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
02:54:41 [WARNING] ANNOUNCEMENT,
02:54:41 [WARNING] ^
02:54:41 [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
02:54:41 [WARNING] COMMAND,
02:54:41 [WARNING] ^
02:54:41 [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
02:54:41 [WARNING] EVENT,
02:54:41 [WARNING] ^
02:54:41 [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
02:54:41 [WARNING] RESPONSE;
02:54:41 [WARNING] ^
02:54:41 [WARNING] 5 warnings
02:54:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
02:54:41 [INFO] 
02:54:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal ---
02:54:41 [INFO] Tests are skipped.
02:54:41 [INFO] 
02:54:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal ---
02:54:41 [INFO] Tests are skipped.
02:54:41 [INFO] 
02:54:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal ---
02:54:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec
02:54:41 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes
02:54:41 [INFO] 
02:54:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal ---
02:54:41 [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
02:54:41 [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
02:54:41 [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
02:54:41 [INFO] 
02:54:41 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >----------------
02:54:41 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT             [37/77]
02:54:41 [INFO]   from policies/api/pom.xml
02:54:41 [INFO] --------------------------------[ jar ]---------------------------------
02:54:41 [INFO] 
02:54:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-api ---
02:54:41 [INFO] 
02:54:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-api ---
02:54:41 [INFO] 
02:54:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
02:54: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/policies/api/target/jacoco.exec
02:54:41 [INFO] 
02:54:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api ---
02:54:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:41 [WARNING] 
02:54:41 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:54:41 [WARNING] 
02:54:41 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:54:41 [WARNING] 
02:54:41 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:54:41 [INFO] 
02:54:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api ---
02:54:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources
02:54:41 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:54:41 [INFO] 
02:54:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api ---
02:54:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT...
02:54:41 [INFO] 
02:54:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api ---
02:54:41 [INFO] Changes detected - recompiling the module! :dependency
02:54:41 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
02:54:41 [INFO] 
02:54:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api ---
02:54:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources
02:54:41 [INFO] 
02:54:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api ---
02:54:41 [INFO] Changes detected - recompiling the module! :dependency
02:54:41 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
02:54:41 [INFO] 
02:54:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api ---
02:54:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:54:41 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/surefire-reports
02:54:41 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:54:41 [INFO] 
02:54:41 [INFO] -------------------------------------------------------
02:54:41 [INFO]  T E S T S
02:54:41 [INFO] -------------------------------------------------------
02:54:42 [INFO] Running org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
02:54:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s -- in org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
02:54:43 [INFO] Running org.eclipse.ditto.policies.api.PoliciesValidatorTest
02:54:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.policies.api.PoliciesValidatorTest
02:54:43 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
02:54:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
02:54:44 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
02:54:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
02:54:44 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
02:54:44 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
02:54:44 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
02:54:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
02:54:44 [INFO] Running org.eclipse.ditto.policies.api.PolicyTagTest
02:54:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.policies.api.PolicyTagTest
02:54:44 [INFO] 
02:54:44 [INFO] Results:
02:54:44 [INFO] 
02:54:44 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
02:54:44 [INFO] 
02:54:44 [INFO] 
02:54:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api ---
02:54:44 [INFO] 
02:54:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api ---
02:54:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar
02:54:44 [INFO] 
02:54:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api ---
02:54:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:54:44 [INFO] No previous run data found, generating javadoc.
02:54:46 [WARNING] Javadoc Warnings
02:54:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment
02:54:46 [WARNING] package org.eclipse.ditto.policies.api;
02:54:46 [WARNING] ^
02:54:46 [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
02:54:46 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo;
02:54:46 [WARNING] ^
02:54:46 [WARNING] 2 warnings
02:54:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar
02:54:46 [INFO] 
02:54:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api ---
02:54:46 [INFO] Tests are skipped.
02:54:46 [INFO] 
02:54:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api ---
02:54:46 [INFO] Tests are skipped.
02:54:46 [INFO] 
02:54:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api ---
02:54:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
02:54:46 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes
02:54:46 [INFO] 
02:54:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api ---
02:54:46 [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
02:54:46 [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
02:54:46 [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
02:54:46 [INFO] 
02:54:46 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------
02:54:46 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77]
02:54:46 [INFO]   from internal/utils/ddata/pom.xml
02:54:46 [INFO] --------------------------------[ jar ]---------------------------------
02:54:46 [INFO] 
02:54:46 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-ddata ---
02:54:46 [INFO] 
02:54:46 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-ddata ---
02:54:46 [INFO] 
02:54:46 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
02:54:46 [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
02:54:46 [INFO] 
02:54:46 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata ---
02:54:46 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:46 [WARNING] 
02:54:46 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:54:46 [WARNING] 
02:54:46 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:54:46 [WARNING] 
02:54:46 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:54:46 [INFO] 
02:54:46 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata ---
02:54:46 [INFO] Copying 1 resource from src/main/resources to target/classes
02:54:46 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:54:46 [INFO] 
02:54:46 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata ---
02:54:46 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT...
02:54:46 [INFO] 
02:54:46 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata ---
02:54:46 [INFO] Changes detected - recompiling the module! :dependency
02:54:46 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
02:54:46 [INFO] 
02:54:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata ---
02:54:46 [INFO] Copying 2 resources from src/test/resources to target/test-classes
02:54:46 [INFO] 
02:54:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata ---
02:54:47 [INFO] Changes detected - recompiling the module! :dependency
02:54:47 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
02:54:47 [INFO] 
02:54:47 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata ---
02:54:47 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:54:47 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/surefire-reports
02:54:47 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:54:47 [INFO] 
02:54:47 [INFO] -------------------------------------------------------
02:54:47 [INFO]  T E S T S
02:54:47 [INFO] -------------------------------------------------------
02:54:47 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
02:54:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.873 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
02:54:50 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
02:54:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
02:54:50 [INFO] 
02:54:50 [INFO] Results:
02:54:50 [INFO] 
02:54:50 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
02:54:50 [INFO] 
02:54:50 [INFO] 
02:54:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata ---
02:54:50 [INFO] 
02:54:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata ---
02:54:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar
02:54:51 [INFO] 
02:54:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata ---
02:54:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:54:51 [INFO] No previous run data found, generating javadoc.
02:54:52 [WARNING] Javadoc Warnings
02:54:52 [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
02:54:52 [WARNING] package org.eclipse.ditto.internal.utils.ddata;
02:54:52 [WARNING] ^
02:54:52 [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
02:54:52 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory,
02:54:52 [WARNING] ^
02:54:52 [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
02:54:52 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem,
02:54:52 [WARNING] ^
02:54:52 [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
02:54:52 [WARNING] protected final int numberOfShards;
02:54:52 [WARNING] ^
02:54:52 [WARNING] 4 warnings
02:54:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
02:54:52 [INFO] 
02:54:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata ---
02:54:52 [INFO] Tests are skipped.
02:54:52 [INFO] 
02:54:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata ---
02:54:52 [INFO] Tests are skipped.
02:54:52 [INFO] 
02:54:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata ---
02:54:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec
02:54:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes
02:54:52 [INFO] 
02:54:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata ---
02:54:52 [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
02:54:52 [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
02:54:52 [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
02:54:52 [INFO] 
02:54:52 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------
02:54:52 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77]
02:54:52 [INFO]   from internal/utils/pubsub/pom.xml
02:54:52 [INFO] --------------------------------[ jar ]---------------------------------
02:54:52 [INFO] 
02:54:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub ---
02:54:52 [INFO] 
02:54:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub ---
02:54:52 [INFO] 
02:54:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
02:54:52 [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
02:54:52 [INFO] 
02:54:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub ---
02:54:52 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:54:52 [WARNING] 
02:54:52 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:54:52 [WARNING] 
02:54:52 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:54:52 [WARNING] 
02:54:52 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:54:52 [INFO] 
02:54:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub ---
02:54:52 [INFO] Copying 1 resource from src/main/resources to target/classes
02:54:52 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:54:52 [INFO] 
02:54:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub ---
02:54:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT...
02:54:52 [INFO] 
02:54:52 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub ---
02:54:52 [INFO] Changes detected - recompiling the module! :dependency
02:54:52 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes
02:54:53 [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.
02:54:53 [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.
02:54:53 [INFO] 
02:54:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub ---
02:54:53 [INFO] Copying 4 resources from src/test/resources to target/test-classes
02:54:53 [INFO] 
02:54:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub ---
02:54:53 [INFO] Changes detected - recompiling the module! :dependency
02:54:53 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
02:54:56 [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.
02:54:56 [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.
02:54:56 [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.
02:54:56 [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.
02:54:56 [INFO] 
02:54:56 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub ---
02:54:56 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:54:56 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/surefire-reports
02:54:56 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:54:56 [INFO] 
02:54:56 [INFO] -------------------------------------------------------
02:54:56 [INFO]  T E S T S
02:54:56 [INFO] -------------------------------------------------------
02:54:56 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
02:54:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.765 s -- in org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
02:54:59 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
02:57:27 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 147.4 s -- in org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
02:57:27 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
02:57:41 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
02:57:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.99 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
02:57:52 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
02:57:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.380 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
02:58:00 [INFO] 
02:58:00 [INFO] Results:
02:58:00 [INFO] 
02:58:00 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
02:58:00 [INFO] 
02:58:00 [INFO] 
02:58:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub ---
02:58:00 [INFO] 
02:58:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub ---
02:58:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
02:58:00 [INFO] 
02:58:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub ---
02:58:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:58:00 [INFO] No previous run data found, generating javadoc.
02:58:03 [WARNING] Javadoc Warnings
02:58:03 [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
02:58:03 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final SelfUniqueAddress selfUniqueAddress;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config,
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final AckExtractor<T> ackExtractor;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final ActorRefFactory actorRefFactory;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final CompressedDData ddata;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final DistributedDataConfig ddataConfig;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final DistributedAcks distributedAcks;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final String factoryId;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final Class<T> messageClass;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor;
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() {
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] static DistributedAcks empty(final ActorSystem system) {
02:58:03 [WARNING] ^
02:58:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:55: warning: no @param for <S>
02:58:03 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, CharSequence groupIndexKey,
02:58:03 [WARNING] ^
02:58:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:90: warning: no @param for <S>
02:58:03 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) {
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] public Set<V> getValues(final Collection<String> groups) {
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) {
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) {
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] public static Subscribe of(final Collection<String> topics,
02:58:03 [WARNING] ^
02:58:03 [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
02:58:03 [WARNING] public static final int MAX_ERROR_COUNTER = 3;
02:58:03 [WARNING] ^
02:58:03 [WARNING] 20 warnings
02:58:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
02:58:03 [INFO] 
02:58:03 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub ---
02:58:03 [INFO] Copying 1 resource from src/main/resources to target
02:58:03 [INFO] 
02:58:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub ---
02:58:03 [INFO] Tests are skipped.
02:58:03 [INFO] 
02:58:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub ---
02:58:03 [INFO] Tests are skipped.
02:58:03 [INFO] 
02:58:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub ---
02:58:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec
02:58:03 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes
02:58:03 [INFO] 
02:58:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub ---
02:58:03 [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
02:58:03 [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
02:58:03 [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
02:58:03 [INFO] 
02:58:03 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------
02:58:03 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT  [40/77]
02:58:03 [INFO]   from internal/utils/cache/pom.xml
02:58:03 [INFO] --------------------------------[ jar ]---------------------------------
02:58:04 [INFO] 
02:58:04 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache ---
02:58:04 [INFO] 
02:58:04 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache ---
02:58:04 [INFO] 
02:58:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
02:58:04 [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
02:58:04 [INFO] 
02:58:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache ---
02:58:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:04 [WARNING] 
02:58:04 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:58:04 [WARNING] 
02:58:04 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:58:04 [WARNING] 
02:58:04 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:58:04 [INFO] 
02:58:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache ---
02:58:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources
02:58:04 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:58:04 [INFO] 
02:58:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache ---
02:58:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT...
02:58:04 [INFO] 
02:58:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache ---
02:58:04 [INFO] Changes detected - recompiling the module! :dependency
02:58:04 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes
02:58:04 [INFO] 
02:58:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache ---
02:58:04 [INFO] Copying 1 resource from src/test/resources to target/test-classes
02:58:04 [INFO] 
02:58:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache ---
02:58:04 [INFO] Changes detected - recompiling the module! :dependency
02:58:04 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
02:58:04 [INFO] 
02:58:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache ---
02:58:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:58:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/surefire-reports
02:58:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:58:04 [INFO] 
02:58:04 [INFO] -------------------------------------------------------
02:58:04 [INFO]  T E S T S
02:58:04 [INFO] -------------------------------------------------------
02:58:05 [INFO] Running org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
02:58:05 SLF4J(W): No SLF4J providers were found.
02:58:05 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
02:58:05 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
02:58:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
02:58:05 [INFO] Running org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
02:58:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.057 s -- in org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
02:58:07 [INFO] Running org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
02:58:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s -- in org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
02:58:08 [INFO] 
02:58:08 [INFO] Results:
02:58:08 [INFO] 
02:58:08 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
02:58:08 [INFO] 
02:58:08 [INFO] 
02:58:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache ---
02:58:08 [INFO] 
02:58:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache ---
02:58:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar
02:58:08 [INFO] 
02:58:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache ---
02:58:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:58:08 [INFO] No previous run data found, generating javadoc.
02:58:10 [WARNING] Javadoc Warnings
02:58:10 [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
02:58:10 [WARNING] package org.eclipse.ditto.internal.utils.cache;
02:58:10 [WARNING] ^
02:58:10 [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
02:58:10 [WARNING] package org.eclipse.ditto.internal.utils.cache.config;
02:58:10 [WARNING] ^
02:58:10 [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
02:58:10 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry;
02:58:10 [WARNING] ^
02:58:10 [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
02:58:10 [WARNING] boolean exists();
02:58:10 [WARNING] ^
02:58:10 [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
02:58:10 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) {
02:58:10 [WARNING] ^
02:58:10 [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
02:58:10 [WARNING] default Optional<T> get() {
02:58:10 [WARNING] ^
02:58:10 [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
02:58:10 [WARNING] static <T> Entry<T> nonexistent() {
02:58:10 [WARNING] ^
02:58:10 [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
02:58:10 [WARNING] static <T> Entry<T> of(final long revision, final T value) {
02:58:10 [WARNING] ^
02:58:10 [WARNING] 8 warnings
02:58:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
02:58:10 [INFO] 
02:58:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache ---
02:58:10 [INFO] Tests are skipped.
02:58:10 [INFO] 
02:58:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache ---
02:58:10 [INFO] Tests are skipped.
02:58:10 [INFO] 
02:58:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache ---
02:58:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec
02:58:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes
02:58:10 [INFO] 
02:58:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache ---
02:58:10 [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
02:58:10 [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
02:58:10 [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
02:58:10 [INFO] 
02:58:10 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >-------------
02:58:10 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT   [41/77]
02:58:10 [INFO]   from internal/utils/test/pom.xml
02:58:10 [INFO] --------------------------------[ jar ]---------------------------------
02:58:13 [INFO] 
02:58:13 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-test ---
02:58:13 [INFO] 
02:58:13 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-test ---
02:58:13 [INFO] 
02:58:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
02:58:13 [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
02:58:13 [INFO] 
02:58:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test ---
02:58:13 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:13 [WARNING] 
02:58:13 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:58:13 [WARNING] 
02:58:13 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:58:13 [WARNING] 
02:58:13 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:58:13 [INFO] 
02:58:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test ---
02:58:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources
02:58:13 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:58:13 [INFO] 
02:58:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test ---
02:58:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT...
02:58:13 [INFO] 
02:58:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test ---
02:58:13 [INFO] No sources to compile
02:58:13 [INFO] 
02:58:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test ---
02:58:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources
02:58:13 [INFO] 
02:58:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test ---
02:58:13 [INFO] Changes detected - recompiling the module! :dependency
02:58:13 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes
02:58:14 [INFO] 
02:58:14 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test ---
02:58:14 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:58:14 [INFO] 
02:58:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test ---
02:58:14 [INFO] 
02:58:14 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test ---
02:58:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar
02:58:14 [INFO] 
02:58:14 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test ---
02:58:14 [INFO] 
02:58:14 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test ---
02:58:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
02:58:14 [INFO] 
02:58:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test ---
02:58:14 [INFO] Tests are skipped.
02:58:14 [INFO] 
02:58:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test ---
02:58:14 [INFO] Tests are skipped.
02:58:14 [INFO] 
02:58:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test ---
02:58:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:58:14 [INFO] 
02:58:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test ---
02:58:14 [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
02:58:14 [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
02:58:14 [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
02:58:14 [INFO] 
02:58:14 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >---------
02:58:14 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77]
02:58:14 [INFO]   from internal/utils/persistence/pom.xml
02:58:14 [INFO] --------------------------------[ jar ]---------------------------------
02:58:14 [INFO] 
02:58:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistence ---
02:58:14 [INFO] 
02:58:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistence ---
02:58:14 [INFO] 
02:58:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
02:58: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/persistence/target/jacoco.exec
02:58:14 [INFO] 
02:58:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence ---
02:58:14 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:14 [WARNING] 
02:58:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:58:14 [WARNING] 
02:58:14 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:58:14 [WARNING] 
02:58:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:58:14 [INFO] 
02:58:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence ---
02:58:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources
02:58:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:58:14 [INFO] 
02:58:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence ---
02:58:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT...
02:58:14 [INFO] 
02:58:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence ---
02:58:14 [INFO] Changes detected - recompiling the module! :dependency
02:58:14 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes
02:58:15 [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.
02:58:15 [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.
02:58:15 [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.
02:58:15 [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.
02:58:15 [INFO] 
02:58:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence ---
02:58:15 [INFO] Copying 12 resources from src/test/resources to target/test-classes
02:58:15 [INFO] 
02:58:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence ---
02:58:15 [INFO] Changes detected - recompiling the module! :dependency
02:58:15 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
02:58:15 [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.
02:58:15 [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.
02:58:15 [INFO] 
02:58:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence ---
02:58:15 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:58:15 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/surefire-reports
02:58:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:58:15 [INFO] 
02:58:15 [INFO] -------------------------------------------------------
02:58:15 [INFO]  T E S T S
02:58:15 [INFO] -------------------------------------------------------
02:58:16 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
02:58:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.599 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
02:58:19 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
02:58:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
02:58:19 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
02:58:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
02:58:19 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
02:58:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
02:58:19 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest
02:58:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest
02:58:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
02:58:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
02:58:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
02:58:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
02:58:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
02:58:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
02:58:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest
02:58:20 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest
02:58:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
02:58:20 06:58:20,677 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
02:58:20 06:58:20,679 |-INFO in ch.qos.logback.classic.util.ContextInitializer@21ce3b22 - No custom configurators were discovered as a service.
02:58:20 06:58:20,679 |-INFO in ch.qos.logback.classic.util.ContextInitializer@21ce3b22 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
02:58:20 06:58:20,681 |-INFO in ch.qos.logback.classic.util.ContextInitializer@21ce3b22 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
02:58:20 06:58:20,682 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
02:58:20 06:58:20,682 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
02:58:20 06:58:20,685 |-INFO in ch.qos.logback.classic.util.ContextInitializer@21ce3b22 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
02:58:20 06:58:20,685 |-INFO in ch.qos.logback.classic.util.ContextInitializer@21ce3b22 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
02:58:20 06:58:20,686 |-INFO in ch.qos.logback.classic.util.ContextInitializer@21ce3b22 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
02:58:20 06:58:20,686 |-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]
02:58:20 06:58:20,831 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
02:58:20 06:58:20,844 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
02:58:20 06:58:20,845 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
02:58:20 06:58:20,855 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
02:58:20 06:58:20,886 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
02:58:20 06:58:20,886 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
02:58:20 06:58:20,887 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
02:58:20 06:58:20,889 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
02:58:20 06:58:20,890 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
02:58:20 06:58:20,890 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
02:58:20 06:58:20,891 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
02:58:20 06:58:20,891 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@5ae16aa - End of configuration.
02:58:20 06:58:20,892 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2aeb7c4c - Registering current configuration as safe fallback point
02:58:20 06:58:20,892 |-INFO in ch.qos.logback.classic.util.ContextInitializer@21ce3b22 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 206 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
02:58:21 2024-04-09 06:58:21,465 WARN  [] o.mongodb.driver.uri  - Connection string contains unsupported option 'writeconcern'.
02:58:21 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
02:58:21 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
02:58:24 2024-04-09 06:58:24,847 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
02:58:24 2024-04-09 06:58:24,848 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
02:58:24 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
02:58:26 2024-04-09 06:58:26,428 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
02:58:26 [WARN] [04/09/2024 06:58:26.648] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1515363430]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:26 [WARN] [04/09/2024 06:58:26.655] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] [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#-1515363430]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:26 2024-04-09 06:58:26,921 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
02:58:26 2024-04-09 06:58:26,922 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
02:58:27 [WARN] [04/09/2024 06:58:27.052] [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#1442668539]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 [WARN] [04/09/2024 06:58:27.053] [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#1442668539]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 2024-04-09 06:58:27,246 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
02:58:27 2024-04-09 06:58:27,246 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
02:58:27 [WARN] [04/09/2024 06:58:27.316] [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#18257350]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 [WARN] [04/09/2024 06:58:27.317] [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#18257350]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 2024-04-09 06:58:27,450 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
02:58:27 2024-04-09 06:58:27,451 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
02:58:27 [WARN] [04/09/2024 06:58:27.522] [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#-2060776334]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 [WARN] [04/09/2024 06:58:27.523] [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#-2060776334]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 2024-04-09 06:58:27,651 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
02:58:27 2024-04-09 06:58:27,651 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
02:58:27 [WARN] [04/09/2024 06:58:27.719] [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#-634646820]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 [WARN] [04/09/2024 06:58:27.720] [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#-634646820]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
02:58:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
02:58:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
02:58:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
02:58:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
02:58:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
02:58:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
02:58:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
02:58:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
02:58:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
02:58:28 2024-04-09 06:58:28,346 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
02:58:28 2024-04-09 06:58:28,346 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
02:58:28 2024-04-09 06:58:28,476 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
02:58:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
02:58:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
02:58:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest
02:58:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
02:58:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest
02:58:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
02:58:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
02:58:28 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
02:58:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
02:58:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
02:58:29 [INFO] 
02:58:29 [INFO] Results:
02:58:29 [INFO] 
02:58:29 [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0
02:58:29 [INFO] 
02:58:29 [INFO] 
02:58:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence ---
02:58:29 [INFO] 
02:58:29 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence ---
02:58:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar
02:58:29 [INFO] 
02:58:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence ---
02:58:29 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:58:29 [INFO] No previous run data found, generating javadoc.
02:58:32 [WARNING] Javadoc Warnings
02:58:32 [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
02:58:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] protected final EventRegistry<T> eventRegistry;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] protected final ExtendedActorSystem system;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system,
02:58:32 [WARNING] ^
02:58:32 [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>
02:58:32 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity);
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator,
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {}
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] protected abstract String getActorName();
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public DittoMongoCollectionCache(final Config config) {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public BsonInt32 getBsonInt() {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] ASCENDING(1), DESCENDING(-1);
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] ASCENDING(1), DESCENDING(-1);
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public static final IndexDirection DEFAULT = ASCENDING;
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public KamonCommandListener(final String metricName) {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public KamonConnectionPoolListener(final String metricName) {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection,
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient,
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST();
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID();
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE);
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() {
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest());
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] EXTRACTOR_CLASS("class", ""),
02:58:32 [WARNING] ^
02:58:32 [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
02:58:32 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList());
02:58:32 [WARNING] ^
02:58:32 [WARNING] 41 warnings
02:58:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
02:58:32 [INFO] 
02:58:32 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence ---
02:58:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
02:58:32 [INFO] 
02:58:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence ---
02:58:32 [INFO] Tests are skipped.
02:58:32 [INFO] 
02:58:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence ---
02:58:32 [INFO] Tests are skipped.
02:58:32 [INFO] 
02:58:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence ---
02:58:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec
02:58:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes
02:58:33 [INFO] 
02:58:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence ---
02:58:33 [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
02:58:33 [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
02:58:33 [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
02:58:33 [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
02:58:33 [INFO] 
02:58:33 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >-----------------
02:58:33 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT               [43/77]
02:58:33 [INFO]   from things/api/pom.xml
02:58:33 [INFO] --------------------------------[ jar ]---------------------------------
02:58:33 [INFO] 
02:58:33 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-api ---
02:58:33 [INFO] 
02:58:33 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-api ---
02:58:33 [INFO] 
02:58:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
02:58:33 [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
02:58:33 [INFO] 
02:58:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api ---
02:58:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:33 [WARNING] 
02:58:33 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:58:33 [WARNING] 
02:58:33 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:58:33 [WARNING] 
02:58:33 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:58:33 [INFO] 
02:58:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api ---
02:58:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources
02:58:33 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:58:33 [INFO] 
02:58:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api ---
02:58:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT...
02:58:33 [INFO] 
02:58:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api ---
02:58:33 [INFO] Changes detected - recompiling the module! :dependency
02:58:33 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes
02:58:33 [INFO] 
02:58:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api ---
02:58:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources
02:58:33 [INFO] 
02:58:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api ---
02:58:33 [INFO] Changes detected - recompiling the module! :dependency
02:58:33 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
02:58:33 [INFO] 
02:58:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api ---
02:58:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:58:33 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/api/target/surefire-reports
02:58:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:58:33 [INFO] 
02:58:33 [INFO] -------------------------------------------------------
02:58:33 [INFO]  T E S T S
02:58:33 [INFO] -------------------------------------------------------
02:58:34 [INFO] Running org.eclipse.ditto.things.api.ThingSnapshotTakenTest
02:58:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.402 s -- in org.eclipse.ditto.things.api.ThingSnapshotTakenTest
02:58:37 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
02:58:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
02:58:37 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
02:58:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
02:58:37 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
02:58:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
02:58:38 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
02:58:38 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
02:58:38 [INFO] 
02:58:38 [INFO] Results:
02:58:38 [INFO] 
02:58:38 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
02:58:38 [INFO] 
02:58:38 [INFO] 
02:58:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api ---
02:58:38 [INFO] 
02:58:38 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api ---
02:58:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar
02:58:38 [INFO] 
02:58:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api ---
02:58:38 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:58:38 [INFO] No previous run data found, generating javadoc.
02:58:40 [WARNING] Javadoc Warnings
02:58:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment
02:58:40 [WARNING] package org.eclipse.ditto.things.api;
02:58:40 [WARNING] ^
02:58:40 [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
02:58:40 [WARNING] package org.eclipse.ditto.things.api.commands.sudo;
02:58:40 [WARNING] ^
02:58:40 [WARNING] 2 warnings
02:58:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar
02:58:40 [INFO] 
02:58:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api ---
02:58:40 [INFO] Tests are skipped.
02:58:40 [INFO] 
02:58:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api ---
02:58:40 [INFO] Tests are skipped.
02:58:40 [INFO] 
02:58:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api ---
02:58:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec
02:58:40 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes
02:58:40 [INFO] 
02:58:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api ---
02:58:40 [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
02:58:40 [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
02:58:40 [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
02:58:40 [INFO] 
02:58:40 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >--------------
02:58:40 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT         [44/77]
02:58:40 [INFO]   from connectivity/api/pom.xml
02:58:40 [INFO] --------------------------------[ jar ]---------------------------------
02:58:40 [INFO] 
02:58:40 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-api ---
02:58:40 [INFO] 
02:58:40 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-api ---
02:58:40 [INFO] 
02:58:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
02:58:40 [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
02:58:40 [INFO] 
02:58:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api ---
02:58:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:40 [WARNING] 
02:58:40 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:58:40 [WARNING] 
02:58:40 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:58:40 [WARNING] 
02:58:40 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:58:40 [INFO] 
02:58:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api ---
02:58:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources
02:58:40 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:58:40 [INFO] 
02:58:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api ---
02:58:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT...
02:58:40 [INFO] 
02:58:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api ---
02:58:40 [INFO] Changes detected - recompiling the module! :dependency
02:58:40 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes
02:58:40 [INFO] 
02:58:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api ---
02:58:40 [INFO] Copying 2 resources from src/test/resources to target/test-classes
02:58:40 [INFO] 
02:58:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api ---
02:58:40 [INFO] Changes detected - recompiling the module! :dependency
02:58:40 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
02:58:41 [INFO] 
02:58:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api ---
02:58:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:58:41 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/surefire-reports
02:58:41 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:58:41 [INFO] 
02:58:41 [INFO] -------------------------------------------------------
02:58:41 [INFO]  T E S T S
02:58:41 [INFO] -------------------------------------------------------
02:58:41 [INFO] Running org.eclipse.ditto.connectivity.api.BaseClientStateTest
02:58:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.410 s -- in org.eclipse.ditto.connectivity.api.BaseClientStateTest
02:58:42 [INFO] Running org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
02:58:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.190 s -- in org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
02:58:43 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
02:58:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.760 s -- in org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
02:58:44 [INFO] Running org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
02:58:44 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
02:58:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.126 s -- in org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
02:58:47 [INFO] Running org.eclipse.ditto.connectivity.api.InboundSignalTest
02:58:47 SLF4J(W): No SLF4J providers were found.
02:58:47 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
02:58:47 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
02:58:49 [INFO] [04/09/2024 06:58:49.918] [main] [CoordinatedShutdown(pekko://InboundSignalTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:58:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.599 s -- in org.eclipse.ditto.connectivity.api.InboundSignalTest
02:58:49 [INFO] Running org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
02:58:50 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.890 s -- in org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
02:58:50 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectionTagTest
02:58:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.connectivity.api.ConnectionTagTest
02:58:50 [INFO] Running org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
02:58:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
02:58:50 [INFO] Running org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
02:58:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
02:58:50 [INFO] Running org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
02:58:51 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
02:58:51 [INFO] 
02:58:51 [INFO] Results:
02:58:51 [INFO] 
02:58:51 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
02:58:51 [INFO] 
02:58:51 [INFO] 
02:58:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api ---
02:58:51 [INFO] 
02:58:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api ---
02:58:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar
02:58:51 [INFO] 
02:58:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api ---
02:58:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:58:51 [INFO] No previous run data found, generating javadoc.
02:58:53 [WARNING] Javadoc Warnings
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment
02:58:53 [WARNING] package org.eclipse.ditto.connectivity.api;
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo;
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs;
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment
02:58:53 [WARNING] CONNECTED,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment
02:58:53 [WARNING] CONNECTING,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment
02:58:53 [WARNING] DISCONNECTED,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment
02:58:53 [WARNING] DISCONNECTING,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment
02:58:53 [WARNING] INITIALIZED,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment
02:58:53 [WARNING] TESTING;
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment
02:58:53 [WARNING] UNKNOWN,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment
02:58:53 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval";
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment
02:58:53 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH =
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment
02:58:53 [WARNING] BYTES,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment
02:58:53 [WARNING] TEXT,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment
02:58:53 [WARNING] TEXT_AND_BYTES,
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment
02:58:53 [WARNING] UNKNOWN
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command,
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable(
02:58:53 [WARNING] ^
02:58:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment
02:58:53 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath,
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets,
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag";
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public String getTag() {
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public Set<ConnectionId> getConnectionIds() {
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags";
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
02:58:53 [WARNING] ^
02:58:53 [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
02:58:53 [WARNING] public Set<String> getConnectionTags() {
02:58:53 [WARNING] ^
02:58:53 [WARNING] 27 warnings
02:58:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
02:58:53 [INFO] 
02:58:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api ---
02:58:53 [INFO] Tests are skipped.
02:58:53 [INFO] 
02:58:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api ---
02:58:53 [INFO] Tests are skipped.
02:58:53 [INFO] 
02:58:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api ---
02:58:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec
02:58:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes
02:58:53 [INFO] 
02:58:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api ---
02:58:53 [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
02:58:53 [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
02:58:53 [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
02:58:53 [INFO] 
02:58:53 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >---------------------
02:58:53 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT                         [45/77]
02:58:53 [INFO]   from jwt/pom.xml
02:58:53 [INFO] --------------------------------[ pom ]---------------------------------
02:58:53 [INFO] 
02:58:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt ---
02:58:53 [INFO] 
02:58:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt ---
02:58:53 [INFO] 
02:58:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
02:58: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/jwt/target/jacoco.exec
02:58:53 [INFO] 
02:58:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt ---
02:58:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:53 [INFO] The goal is skip due to packaging 'pom'
02:58:53 [INFO] 
02:58:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt ---
02:58:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT...
02:58:53 [INFO] 
02:58:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt ---
02:58:53 [INFO] 
02:58:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt ---
02:58:53 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:58:53 [INFO] 
02:58:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt ---
02:58:53 [INFO] Tests are skipped.
02:58:53 [INFO] 
02:58:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt ---
02:58:53 [INFO] Tests are skipped.
02:58:53 [INFO] 
02:58:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt ---
02:58:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:58:53 [INFO] 
02:58:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt ---
02:58:53 [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
02:58:53 [INFO] 
02:58:53 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------
02:58:53 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT                [46/77]
02:58:53 [INFO]   from jwt/model/pom.xml
02:58:53 [INFO] -------------------------------[ bundle ]-------------------------------
02:58:53 [INFO] 
02:58:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt-model ---
02:58:53 [INFO] 
02:58:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt-model ---
02:58:53 [INFO] 
02:58:53 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
02:58:53 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:58:53 [INFO] 
02:58:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
02:58: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/jwt/model/target/jacoco.exec
02:58:53 [INFO] 
02:58:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model ---
02:58:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:53 [WARNING] 
02:58:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:58:53 [WARNING] 
02:58:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:58:53 [WARNING] 
02:58:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:58:53 [INFO] 
02:58:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model ---
02:58:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources
02:58:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:58:53 [INFO] 
02:58:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model ---
02:58:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT...
02:58:53 [INFO] 
02:58:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model ---
02:58:53 [INFO] Changes detected - recompiling the module! :dependency
02:58:53 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
02:58:53 [WARNING] bootstrap class path not set in conjunction with -source 8
02:58:53 [INFO] 
02:58:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model ---
02:58:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources
02:58:53 [INFO] 
02:58:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model ---
02:58:53 [INFO] Changes detected - recompiling the module! :dependency
02:58:53 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
02:58:54 [WARNING] bootstrap class path not set in conjunction with -source 8
02:58:54 [INFO] 
02:58:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model ---
02:58:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:58:54 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/surefire-reports
02:58:54 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:58:54 [INFO] 
02:58:54 [INFO] -------------------------------------------------------
02:58:54 [INFO]  T E S T S
02:58:54 [INFO] -------------------------------------------------------
02:58:54 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
02:58:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
02:58:55 [INFO] Running org.eclipse.ditto.jwt.model.AudienceTest
02:58:55 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.eclipse.ditto.jwt.model.AudienceTest
02:58:55 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
02:58:56 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
02:58:56 [INFO] 
02:58:56 [INFO] Results:
02:58:56 [INFO] 
02:58:56 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
02:58:56 [INFO] 
02:58:56 [INFO] 
02:58:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model ---
02:58:56 [INFO] 
02:58:56 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model ---
02:58:56 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar
02:58:56 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF
02:58:56 [INFO] 
02:58:56 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model ---
02:58:56 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:58:56 [INFO] No previous run data found, generating javadoc.
02:58:57 [WARNING] Javadoc Warnings
02:58:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment
02:58:57 [WARNING] package org.eclipse.ditto.jwt.model;
02:58:57 [WARNING] ^
02:58:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment
02:58:57 [WARNING] protected AbstractJsonWebToken(final String token) {
02:58:57 [WARNING] ^
02:58:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment
02:58:57 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) {
02:58:57 [WARNING] ^
02:58:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment
02:58:57 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException {
02:58:57 [WARNING] ^
02:58:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment
02:58:57 [WARNING] public interface JwtException {
02:58:57 [WARNING] ^
02:58:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment
02:58:57 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException {
02:58:57 [WARNING] ^
02:58:57 [WARNING] 6 warnings
02:58:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
02:58:57 [INFO] 
02:58:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model ---
02:58:57 [INFO] Tests are skipped.
02:58:57 [INFO] 
02:58:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model ---
02:58:57 [INFO] Tests are skipped.
02:58:57 [INFO] 
02:58:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model ---
02:58:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec
02:58:57 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes
02:58:57 [INFO] 
02:58:57 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model ---
02:58:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'.
02:58:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'.
02:58:58 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'.
02:58:58 [INFO] 
02:58:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model ---
02:58:58 [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
02:58:58 [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
02:58:58 [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
02:58:58 [INFO] 
02:58:58 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model ---
02:58:58 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar
02:58:58 [INFO] Writing OBR metadata
02:58:58 [INFO] 
02:58:58 [INFO] --------------------< org.eclipse.ditto:ditto-wot >---------------------
02:58:58 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT                         [47/77]
02:58:58 [INFO]   from wot/pom.xml
02:58:58 [INFO] --------------------------------[ pom ]---------------------------------
02:58:58 [INFO] 
02:58:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot ---
02:58:58 [INFO] 
02:58:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot ---
02:58:58 [INFO] 
02:58:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
02:58: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/wot/target/jacoco.exec
02:58:58 [INFO] 
02:58:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot ---
02:58:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:58 [INFO] The goal is skip due to packaging 'pom'
02:58:58 [INFO] 
02:58:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot ---
02:58:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT...
02:58:58 [INFO] 
02:58:58 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot ---
02:58:58 [INFO] 
02:58:58 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot ---
02:58:58 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:58:58 [INFO] 
02:58:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot ---
02:58:58 [INFO] Tests are skipped.
02:58:58 [INFO] 
02:58:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot ---
02:58:58 [INFO] Tests are skipped.
02:58:58 [INFO] 
02:58:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot ---
02:58:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
02:58:58 [INFO] 
02:58:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot ---
02:58:58 [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
02:58:58 [INFO] 
02:58:58 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------
02:58:58 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT                [48/77]
02:58:58 [INFO]   from wot/model/pom.xml
02:58:58 [INFO] -------------------------------[ bundle ]-------------------------------
02:58:58 [INFO] 
02:58:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-model ---
02:58:58 [INFO] 
02:58:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-model ---
02:58:58 [INFO] 
02:58:58 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
02:58:58 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
02:58:58 [INFO] 
02:58:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
02:58: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/wot/model/target/jacoco.exec
02:58:58 [INFO] 
02:58:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model ---
02:58:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:58:58 [WARNING] 
02:58:58 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:58:58 [WARNING] 
02:58:58 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:58:58 [WARNING] 
02:58:58 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:58:58 [INFO] 
02:58:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model ---
02:58:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources
02:58:58 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:58:58 [INFO] 
02:58:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model ---
02:58:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT...
02:58:58 [INFO] 
02:58:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model ---
02:58:58 [INFO] Changes detected - recompiling the module! :dependency
02:58:58 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes
02:58:59 [WARNING] bootstrap class path not set in conjunction with -source 8
02:58:59 [INFO] 
02:58:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model ---
02:58:59 [INFO] Copying 1 resource from src/test/resources to target/test-classes
02:58:59 [INFO] 
02:58:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model ---
02:58:59 [INFO] Changes detected - recompiling the module! :dependency
02:58:59 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
02:58:59 [WARNING] bootstrap class path not set in conjunction with -source 8
02:58:59 [INFO] 
02:58:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model ---
02:58:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:58:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/surefire-reports
02:58:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:58:59 [INFO] 
02:58:59 [INFO] -------------------------------------------------------
02:58:59 [INFO]  T E S T S
02:58:59 [INFO] -------------------------------------------------------
02:59:00 [INFO] Running org.eclipse.ditto.wot.model.ThingDescriptionTest
02:59:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s -- in org.eclipse.ditto.wot.model.ThingDescriptionTest
02:59:00 [INFO] 
02:59:00 [INFO] Results:
02:59:00 [INFO] 
02:59:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
02:59:00 [INFO] 
02:59:00 [INFO] 
02:59:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model ---
02:59:00 [INFO] 
02:59:00 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model ---
02:59:00 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar
02:59:00 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF
02:59:00 [INFO] 
02:59:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model ---
02:59:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:59:00 [INFO] No previous run data found, generating javadoc.
02:59:05 [WARNING] Javadoc Warnings
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment
02:59:05 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment
02:59:05 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment
02:59:05 [WARNING] String getActionName();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment
02:59:05 [WARNING] Optional<SingleDataSchema> getInput();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment
02:59:05 [WARNING] Optional<SingleDataSchema> getOutput();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment
02:59:05 [WARNING] boolean isIdempotent();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment
02:59:05 [WARNING] boolean isSafe();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment
02:59:05 [WARNING] Optional<Boolean> isSynchronous();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment
02:59:05 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment
02:59:05 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final CharSequence actionName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment
02:59:05 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment
02:59:05 [WARNING] Builder setInput(@Nullable SingleDataSchema input);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment
02:59:05 [WARNING] Builder setOutput(@Nullable SingleDataSchema output);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment
02:59:05 [WARNING] Builder setSafe(@Nullable Boolean safe);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment
02:59:05 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment
02:59:05 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment
02:59:05 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment
02:59:05 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment
02:59:05 [WARNING] static ActionFormElement.Builder newBuilder() {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment
02:59:05 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment
02:59:05 [WARNING] static Builder newBuilder() {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment
02:59:05 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment
02:59:05 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment
02:59:05 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment
02:59:05 [WARNING] static Actions from(final Collection<Action> actions) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment
02:59:05 [WARNING] static Actions fromJson(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment
02:59:05 [WARNING] Optional<Action> getAction(CharSequence actionName);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment
02:59:05 [WARNING] static Actions of(final Map<String, Action> actions) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment
02:59:05 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment
02:59:05 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment
02:59:05 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment
02:59:05 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment
02:59:05 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment
02:59:05 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment
02:59:05 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment
02:59:05 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment
02:59:05 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment
02:59:05 [WARNING] List<String> getAllOf();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:138: warning: no comment
02:59:05 [WARNING] SecuritySchemeScheme getScheme();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment
02:59:05 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment
02:59:05 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment
02:59:05 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment
02:59:05 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment
02:59:05 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment
02:59:05 [WARNING] Optional<SecuritySchemeIn> getIn();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment
02:59:05 [WARNING] Optional<String> getName();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment
02:59:05 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment
02:59:05 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment
02:59:05 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment
02:59:05 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment
02:59:05 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment
02:59:05 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment
02:59:05 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment
02:59:05 [WARNING] Optional<DataSchema> getItems();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment
02:59:05 [WARNING] Optional<Integer> getMaxItems();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment
02:59:05 [WARNING] Optional<Integer> getMinItems();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:105: warning: no comment
02:59:05 [WARNING] Optional<DataSchemaType> getType();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment
02:59:05 [WARNING] static ArraySchema.Builder newBuilder() {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment
02:59:05 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment
02:59:05 [WARNING] default ArraySchema.Builder toBuilder() {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment
02:59:05 [WARNING] static Builder newBuilder() {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment
02:59:05 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment
02:59:05 [WARNING] Builder setItems(@Nullable DataSchema items);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment
02:59:05 [WARNING] Builder setMaxItems(@Nullable Integer maxItems);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment
02:59:05 [WARNING] Builder setMinItems(@Nullable Integer minItems);
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment
02:59:05 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition(
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment
02:59:05 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment
02:59:05 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment
02:59:05 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment
02:59:05 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment
02:59:05 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment
02:59:05 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment
02:59:05 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment
02:59:05 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment
02:59:05 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment
02:59:05 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment
02:59:05 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment
02:59:05 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment
02:59:05 [WARNING] String REL_ICON = "icon";
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment
02:59:05 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) {
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment
02:59:05 [WARNING] Optional<IRI> getAnchor();
02:59:05 [WARNING] ^
02:59:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment
02:59:05 [WARNING] IRI getHref();
02:59:05 [WARNING] ^
02:59:05 [WARNING] 100 warnings
02:59:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar
02:59:05 [INFO] 
02:59:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model ---
02:59:05 [INFO] Tests are skipped.
02:59:05 [INFO] 
02:59:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model ---
02:59:05 [INFO] Tests are skipped.
02:59:05 [INFO] 
02:59:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model ---
02:59:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec
02:59:05 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes
02:59:05 [INFO] 
02:59:05 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model ---
02:59:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'.
02:59:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'.
02:59:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'.
02:59:06 [INFO] 
02:59:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model ---
02:59:06 [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
02:59:06 [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
02:59:06 [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
02:59:06 [INFO] 
02:59:06 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model ---
02:59:06 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar
02:59:06 [INFO] Writing OBR metadata
02:59:06 [INFO] 
02:59:06 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >--------
02:59:06 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77]
02:59:06 [INFO]   from internal/utils/cache-loaders/pom.xml
02:59:06 [INFO] --------------------------------[ jar ]---------------------------------
02:59:06 [INFO] 
02:59:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache-loaders ---
02:59:06 [INFO] 
02:59:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache-loaders ---
02:59:06 [INFO] 
02:59:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
02:59: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/cache-loaders/target/jacoco.exec
02:59:06 [INFO] 
02:59:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders ---
02:59:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:59:06 [WARNING] 
02:59:06 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:59:06 [WARNING] 
02:59:06 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:59:06 [WARNING] 
02:59:06 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:59:06 [INFO] 
02:59:06 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders ---
02:59:06 [INFO] Copying 1 resource from src/main/resources to target/classes
02:59:06 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:59:06 [INFO] 
02:59:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders ---
02:59:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT...
02:59:06 [INFO] 
02:59:06 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders ---
02:59:06 [INFO] Changes detected - recompiling the module! :dependency
02:59:06 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes
02:59:06 [INFO] 
02:59:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders ---
02:59:06 [INFO] Copying 2 resources from src/test/resources to target/test-classes
02:59:06 [INFO] 
02:59:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders ---
02:59:06 [INFO] Changes detected - recompiling the module! :dependency
02:59:06 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
02:59:06 [INFO] 
02:59:06 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders ---
02:59:06 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:59:06 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/surefire-reports
02:59:06 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:59:06 [INFO] 
02:59:06 [INFO] -------------------------------------------------------
02:59:06 [INFO]  T E S T S
02:59:06 [INFO] -------------------------------------------------------
02:59:07 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
02:59:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.703 s -- in org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
02:59:09 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
02:59:11 [INFO] [04/09/2024 06:59:11.108] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:59:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.346 s -- in org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
02:59:11 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
02:59:11 06:59:11.249 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.event.slf4j.Slf4jLogger -- Slf4jLogger started
02:59:12 06:59:12.385 [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#1645233599]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:13 06:59:13.403 [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#1645233599]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:17 06:59:16.952 [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#614172206]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:18 06:59:18.212 [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#614172206]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:19 06:59:19.693 [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#614172206]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:21 06:59:21.613 [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#614172206]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:24 06:59:24.123 [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#1754034507]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:25 06:59:25.373 [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#1754034507]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:27 06:59:27.833 [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#-1838047618]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:32 06:59:32.373 [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#1749381441]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:34 06:59:34.413 [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#1749381441]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:44 06:59:44.513 [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#500359767]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:46 06:59:46.553 [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#500359767]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:48 06:59:48.593 [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#500359767]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:50 06:59:50.633 [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#500359767]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:52 06:59:52.143 [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#-1261875448]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:53 06:59:53.163 [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#-1261875448]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:54 06:59:54.183 [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#-1261875448]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:55 06:59:55.203 [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#-1261875448]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
02:59:57 06:59:57.202 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.actor.CoordinatedShutdown -- Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
02:59:57 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.09 s -- in org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
02:59:57 [INFO] 
02:59:57 [INFO] Results:
02:59:57 [INFO] 
02:59:57 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
02:59:57 [INFO] 
02:59:57 [INFO] 
02:59:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders ---
02:59:57 [INFO] 
02:59:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders ---
02:59:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
02:59:57 [INFO] 
02:59:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders ---
02:59:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
02:59:57 [INFO] No previous run data found, generating javadoc.
02:59:59 [WARNING] Javadoc Warnings
02:59:59 [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
02:59:59 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders;
02:59:59 [WARNING] ^
02:59:59 [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
02:59:59 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config;
02:59:59 [WARNING] ^
02:59:59 [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>
02:59:59 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard(
02:59:59 [WARNING] ^
02:59:59 [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
02:59:59 [WARNING] BACKOFF_DELAY
02:59:59 [WARNING] ^
02:59:59 [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
02:59:59 [WARNING] FIXED_DELAY,
02:59:59 [WARNING] ^
02:59:59 [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
02:59:59 [WARNING] NO_DELAY,
02:59:59 [WARNING] ^
02:59:59 [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
02:59:59 [WARNING] OFF,
02:59:59 [WARNING] ^
02:59:59 [WARNING] 7 warnings
02:59:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
02:59:59 [INFO] 
02:59:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders ---
02:59:59 [INFO] Tests are skipped.
02:59:59 [INFO] 
02:59:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders ---
02:59:59 [INFO] Tests are skipped.
02:59:59 [INFO] 
02:59:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders ---
02:59:59 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec
02:59:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes
02:59:59 [INFO] 
02:59:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders ---
02:59:59 [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
02:59:59 [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
02:59:59 [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
02:59:59 [INFO] 
02:59:59 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >----------
02:59:59 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77]
02:59:59 [INFO]   from internal/utils/namespaces/pom.xml
02:59:59 [INFO] --------------------------------[ jar ]---------------------------------
02:59:59 [INFO] 
02:59:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-namespaces ---
02:59:59 [INFO] 
02:59:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-namespaces ---
02:59:59 [INFO] 
02:59:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
02:59: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/namespaces/target/jacoco.exec
02:59:59 [INFO] 
02:59:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces ---
02:59:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
02:59:59 [WARNING] 
02:59:59 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
02:59:59 [WARNING] 
02:59:59 [WARNING] licenseMerges will be overridden by licenseMergesFile.
02:59:59 [WARNING] 
02:59:59 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md
02:59:59 [INFO] 
02:59:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces ---
02:59:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources
02:59:59 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
02:59:59 [INFO] 
02:59:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces ---
02:59:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT...
02:59:59 [INFO] 
02:59:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces ---
02:59:59 [INFO] Changes detected - recompiling the module! :dependency
02:59:59 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
02:59:59 [INFO] 
02:59:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces ---
02:59:59 [INFO] Copying 1 resource from src/test/resources to target/test-classes
02:59:59 [INFO] 
02:59:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces ---
02:59:59 [INFO] Changes detected - recompiling the module! :dependency
02:59:59 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
02:59:59 [INFO] 
02:59:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces ---
02:59:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
02:59:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/surefire-reports
02:59:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
02:59:59 [INFO] 
02:59:59 [INFO] -------------------------------------------------------
02:59:59 [INFO]  T E S T S
02:59:59 [INFO] -------------------------------------------------------
03:00:00 [INFO] Running org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
03:00:02 [INFO] [04/09/2024 07:00:02.382] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.70.253:40439] with UID [7376588943078741649]
03:00:02 [INFO] [04/09/2024 07:00:02.438] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - Starting up, Pekko version [1.0.1] ...
03:00:02 [INFO] [04/09/2024 07:00:02.581] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - Registered cluster JMX MBean [pekko:type=Cluster]
03:00:02 [INFO] [04/09/2024 07:00:02.581] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - Started up successfully
03:00:02 [INFO] [04/09/2024 07:00:02.647] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
03:00:02 [INFO] [04/09/2024 07:00:02.648] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
03:00:03 [INFO] [04/09/2024 07:00:03.753] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:03 [INFO] [04/09/2024 07:00:03.764] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - Exiting completed
03:00:03 [INFO] [04/09/2024 07:00:03.765] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - Shutting down...
03:00:03 [INFO] [04/09/2024 07:00:03.766] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:40439] - Successfully shut down
03:00:03 [INFO] [pekkoDeadLetter][04/09/2024 07:00:03.766] [BlockedNamespacesTest-pekko.actor.default-dispatcher-4] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#2113075579] 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'.
03:00:03 [INFO] [04/09/2024 07:00:03.784] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.70.253:40439/system/remoting-terminator] Shutting down remote daemon.
03:00:03 [INFO] [04/09/2024 07:00:03.786] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.70.253:40439/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
03:00:03 [INFO] [04/09/2024 07:00:03.837] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.70.253:40439/system/remoting-terminator] Remoting shut down.
03:00:03 [INFO] [04/09/2024 07:00:03.922] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.70.253:38439] with UID [7620015700920269050]
03:00:03 [INFO] [04/09/2024 07:00:03.923] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - Starting up, Pekko version [1.0.1] ...
03:00:03 [INFO] [04/09/2024 07:00:03.928] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - Registered cluster JMX MBean [pekko:type=Cluster]
03:00:03 [INFO] [04/09/2024 07:00:03.928] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - Started up successfully
03:00:03 [INFO] [04/09/2024 07:00:03.930] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
03:00:03 [INFO] [04/09/2024 07:00:03.930] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
03:00:03 [INFO] [04/09/2024 07:00:03.958] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:03 [INFO] [pekkoDeadLetter][04/09/2024 07:00:03.959] [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#519770888] 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'.
03:00:03 [INFO] [04/09/2024 07:00:03.959] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - Exiting completed
03:00:03 [INFO] [04/09/2024 07:00:03.959] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - Shutting down...
03:00:03 [INFO] [04/09/2024 07:00:03.959] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38439] - Successfully shut down
03:00:03 [INFO] [04/09/2024 07:00:03.962] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.70.253:38439/system/remoting-terminator] Shutting down remote daemon.
03:00:03 [INFO] [04/09/2024 07:00:03.962] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.70.253:38439/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
03:00:03 [INFO] [04/09/2024 07:00:03.965] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.70.253:38439/system/remoting-terminator] Remoting shut down.
03:00:04 [INFO] [04/09/2024 07:00:04.044] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.70.253:46655] with UID [-1531203490847189778]
03:00:04 [INFO] [04/09/2024 07:00:04.046] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:46655] - Starting up, Pekko version [1.0.1] ...
03:00:04 [INFO] [04/09/2024 07:00:04.050] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:46655] - Registered cluster JMX MBean [pekko:type=Cluster]
03:00:04 [INFO] [04/09/2024 07:00:04.050] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:46655] - Started up successfully
03:00:04 [INFO] [04/09/2024 07:00:04.051] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:46655] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
03:00:04 [INFO] [04/09/2024 07:00:04.051] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:46655] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
03:00:04 [INFO] [04/09/2024 07:00:04.184] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.70.253:34985] with UID [4183890510378395176]
03:00:04 [INFO] [04/09/2024 07:00:04.185] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - Starting up, Pekko version [1.0.1] ...
03:00:04 [INFO] [04/09/2024 07:00:04.216] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - Registered cluster JMX MBean [pekko:type=Cluster]
03:00:04 [INFO] [04/09/2024 07:00:04.216] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - Started up successfully
03:00:04 [INFO] [04/09/2024 07:00:04.218] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
03:00:04 [INFO] [04/09/2024 07:00:04.218] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
03:00:06 [INFO] [04/09/2024 07:00:06.333] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:06 [INFO] [pekkoDeadLetter][04/09/2024 07:00:06.334] [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#-1047271016] 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'.
03:00:06 [INFO] [04/09/2024 07:00:06.334] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - Exiting completed
03:00:06 [INFO] [04/09/2024 07:00:06.335] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - Shutting down...
03:00:06 [INFO] [04/09/2024 07:00:06.335] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:34985] - Successfully shut down
03:00:06 [INFO] [04/09/2024 07:00:06.337] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.70.253:34985/system/remoting-terminator] Shutting down remote daemon.
03:00:06 [INFO] [04/09/2024 07:00:06.337] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.70.253:34985/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
03:00:06 [INFO] [04/09/2024 07:00:06.339] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.70.253:34985/system/remoting-terminator] Remoting shut down.
03:00:06 [INFO] [04/09/2024 07:00:06.376] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.70.253:42601] with UID [-4874324501978620494]
03:00:06 [INFO] [04/09/2024 07:00:06.377] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - Starting up, Pekko version [1.0.1] ...
03:00:06 [INFO] [04/09/2024 07:00:06.380] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - Registered cluster JMX MBean [pekko:type=Cluster]
03:00:06 [INFO] [04/09/2024 07:00:06.380] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - Started up successfully
03:00:06 [INFO] [04/09/2024 07:00:06.382] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
03:00:06 [INFO] [04/09/2024 07:00:06.382] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
03:00:06 [INFO] [04/09/2024 07:00:06.435] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:06 [INFO] [pekkoDeadLetter][04/09/2024 07:00:06.435] [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#1314290050] 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'.
03:00:06 [INFO] [04/09/2024 07:00:06.436] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - Exiting completed
03:00:06 [INFO] [04/09/2024 07:00:06.436] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - Shutting down...
03:00:06 [INFO] [04/09/2024 07:00:06.436] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:42601] - Successfully shut down
03:00:06 [INFO] [04/09/2024 07:00:06.438] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.70.253:42601/system/remoting-terminator] Shutting down remote daemon.
03:00:06 [INFO] [04/09/2024 07:00:06.438] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.70.253:42601/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
03:00:06 [INFO] [04/09/2024 07:00:06.440] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.70.253:42601/system/remoting-terminator] Remoting shut down.
03:00:06 [INFO] [04/09/2024 07:00:06.477] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.70.253:38175] with UID [-4761235448694975117]
03:00:06 [INFO] [04/09/2024 07:00:06.478] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - Starting up, Pekko version [1.0.1] ...
03:00:06 [INFO] [04/09/2024 07:00:06.481] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - Registered cluster JMX MBean [pekko:type=Cluster]
03:00:06 [INFO] [04/09/2024 07:00:06.481] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - Started up successfully
03:00:06 [INFO] [04/09/2024 07:00:06.515] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
03:00:06 [INFO] [04/09/2024 07:00:06.515] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
03:00:06 [INFO] [04/09/2024 07:00:06.536] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:06 [INFO] [pekkoDeadLetter][04/09/2024 07:00:06.536] [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#982844598] 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'.
03:00:06 [INFO] [04/09/2024 07:00:06.537] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - Exiting completed
03:00:06 [INFO] [04/09/2024 07:00:06.537] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - Shutting down...
03:00:06 [INFO] [04/09/2024 07:00:06.537] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.70.253:38175] - Successfully shut down
03:00:06 [INFO] [04/09/2024 07:00:06.539] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.70.253:38175/system/remoting-terminator] Shutting down remote daemon.
03:00:06 [INFO] [04/09/2024 07:00:06.539] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.70.253:38175/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
03:00:06 [INFO] [04/09/2024 07:00:06.541] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.70.253:38175/system/remoting-terminator] Remoting shut down.
03:00:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.397 s -- in org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
03:00:06 [INFO] 
03:00:06 [INFO] Results:
03:00:06 [INFO] 
03:00:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
03:00:06 [INFO] 
03:00:06 [INFO] 
03:00:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces ---
03:00:06 [INFO] 
03:00:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces ---
03:00:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
03:00:06 [INFO] 
03:00:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces ---
03:00:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:00:06 [INFO] No previous run data found, generating javadoc.
03:00:08 [WARNING] Javadoc Warnings
03:00:08 [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
03:00:08 [WARNING] package org.eclipse.ditto.internal.utils.namespaces;
03:00:08 [WARNING] ^
03:00:08 [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
03:00:08 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) {
03:00:08 [WARNING] ^
03:00:08 [WARNING] 2 warnings
03:00:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
03:00:08 [INFO] 
03:00:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces ---
03:00:08 [INFO] Tests are skipped.
03:00:08 [INFO] 
03:00:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces ---
03:00:08 [INFO] Tests are skipped.
03:00:08 [INFO] 
03:00:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces ---
03:00:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec
03:00:08 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes
03:00:08 [INFO] 
03:00:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces ---
03:00:08 [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
03:00:08 [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
03:00:08 [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
03:00:08 [INFO] 
03:00:08 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------
03:00:08 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT     [51/77]
03:00:08 [INFO]   from policies/enforcement/pom.xml
03:00:08 [INFO] --------------------------------[ jar ]---------------------------------
03:00:08 [INFO] 
03:00:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-enforcement ---
03:00:08 [INFO] 
03:00:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-enforcement ---
03:00:08 [INFO] 
03:00:08 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
03:00:08 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:00:08 [INFO] 
03:00:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
03:00: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/policies/enforcement/target/jacoco.exec
03:00:08 [INFO] 
03:00:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement ---
03:00:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:08 [WARNING] 
03:00:08 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:00:08 [WARNING] 
03:00:08 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:00:08 [WARNING] 
03:00:08 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:00:08 [INFO] 
03:00:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement ---
03:00:08 [INFO] Copying 1 resource from src/main/resources to target/classes
03:00:08 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:00:08 [INFO] 
03:00:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement ---
03:00:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT...
03:00:08 [INFO] 
03:00:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement ---
03:00:08 [INFO] Changes detected - recompiling the module! :dependency
03:00:08 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes
03:00:08 [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.
03:00:08 [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.
03:00:08 [INFO] 
03:00:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement ---
03:00:08 [INFO] Copying 6 resources from src/test/resources to target/test-classes
03:00:08 [INFO] 
03:00:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement ---
03:00:08 [INFO] Changes detected - recompiling the module! :dependency
03:00:08 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
03:00:09 [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.
03:00:09 [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.
03:00:09 [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.
03:00:09 [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.
03:00:09 [INFO] 
03:00:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement ---
03:00:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:00:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/surefire-reports
03:00:09 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
03:00:09 [INFO] 
03:00:09 [INFO] -------------------------------------------------------
03:00:09 [INFO]  T E S T S
03:00:09 [INFO] -------------------------------------------------------
03:00:10 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
03:00:11 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:00:14 [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.159 s -- in org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
03:00:14 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
03:00:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.671 s -- in org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
03:00:17 [INFO] Running org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
03:00:17 [INFO] [04/09/2024 07:00:17.948] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:18 [INFO] [04/09/2024 07:00:18.055] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 s -- in org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
03:00:18 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
03:00:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.184 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
03:00:19 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
03:00:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
03:00:19 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
03:00:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
03:00:19 [INFO] Running org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
03:00:19 07:00:19.647 [WARN ] o.e.d.p.e.DefaultPolicyEnforcerProvider - Got exception when trying to load the policy enforcer via cache loader. This is unexpected
03:00:19 java.lang.IllegalStateException: This is expected
03:00:19 	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProvider.getPolicyEnforcer(DefaultPolicyEnforcerProvider.java:60)
03:00:19 	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest.getPolicyEnforcerWhenCacheLoaderThrowsException(DefaultPolicyEnforcerProviderTest.java:90)
03:00:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:00:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:00:19 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:00:19 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:00:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:00:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:00:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:00:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:00:19 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:00:19 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:00:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:00:19 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:00:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:00:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:00:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:00:19 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:00:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:00:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:00:19 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:00:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:00:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:00:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:00:19 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:00:19 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:00:19 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:00:19 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:00:19 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
03:00:19 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
03:00:19 	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
03:00:19 	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
03:00:19 	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
03:00:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
03:00:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
03:00:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
03:00:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
03:00:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
03:00:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
03:00:19 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
03:00:19 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
03:00:19 	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
03:00:19 	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
03:00:19 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
03:00:19 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
03:00:19 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
03:00:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:00:19 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:00:19 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:00:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:00:19 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s -- in org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
03:00:19 [INFO] Running org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
03:00:20 [INFO] [04/09/2024 07:00:20.193] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/$a] Received namespaces: <ORSet(namespace1, namespace2, namespace4)>
03:00:20 [INFO] [04/09/2024 07:00:20.240] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:20 [INFO] [04/09/2024 07:00:20.614] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:20 07:00:20.704 [WARN ] o.e.d.p.e.CachingPolicyEnforcerProvider - Did receive Optional holding an unexpected type. Did expect a PolicyEnforcer but got <class java.lang.String>.
03:00:20 [INFO] [04/09/2024 07:00:20.716] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:20 [INFO] [04/09/2024 07:00:20.786] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:20 [INFO] [04/09/2024 07:00:20.870] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:21 [INFO] [04/09/2024 07:00:21.065] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:21 [INFO] [04/09/2024 07:00:21.123] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:21 [INFO] [04/09/2024 07:00:21.194] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:21 [INFO] [04/09/2024 07:00:21.271] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:00:21 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s -- in org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
03:00:21 [INFO] 
03:00:21 [INFO] Results:
03:00:21 [INFO] 
03:00:21 [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0
03:00:21 [INFO] 
03:00:21 [INFO] 
03:00:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement ---
03:00:21 [INFO] 
03:00:21 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement ---
03:00:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar
03:00:21 [INFO] 
03:00:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement ---
03:00:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:00:21 [INFO] No previous run data found, generating javadoc.
03:00:23 [WARNING] Javadoc Warnings
03:00:23 [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
03:00:23 [WARNING] package org.eclipse.ditto.policies.enforcement.config;
03:00:23 [WARNING] ^
03:00:23 [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
03:00:23 [WARNING] package org.eclipse.ditto.policies.enforcement.pre;
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment
03:00:23 [WARNING] protected static final ThreadSafeDittoLogger LOGGER =
03:00:23 [WARNING] ^
03:00:23 [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
03:00:23 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal);
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment
03:00:23 [WARNING] protected final E enforcement;
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment
03:00:23 [WARNING] protected final I entityId;
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment
03:00:23 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment
03:00:23 [WARNING] protected final PreEnforcerProvider preEnforcer;
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment
03:00:23 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) {
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment
03:00:23 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) {
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment
03:00:23 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider;
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment
03:00:23 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId,
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment
03:00:23 [WARNING] public interface Invalidatable {
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment
03:00:23 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout);
03:00:23 [WARNING] ^
03:00:23 [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
03:00:23 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy,
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment
03:00:23 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher";
03:00:23 [WARNING] ^
03:00:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return
03:00:23 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) {
03:00:23 [WARNING] ^
03:00:23 [WARNING] 17 warnings
03:00:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
03:00:23 [INFO] 
03:00:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement ---
03:00:23 [INFO] Tests are skipped.
03:00:23 [INFO] 
03:00:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement ---
03:00:23 [INFO] Tests are skipped.
03:00:23 [INFO] 
03:00:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement ---
03:00:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec
03:00:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes
03:00:23 [INFO] 
03:00:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement ---
03:00:23 [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
03:00:23 [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
03:00:23 [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
03:00:23 [INFO] 
03:00:23 [INFO] --------------------< org.eclipse.ditto:ditto-rql >---------------------
03:00:23 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT                         [52/77]
03:00:23 [INFO]   from rql/pom.xml
03:00:23 [INFO] --------------------------------[ pom ]---------------------------------
03:00:23 [INFO] 
03:00:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql ---
03:00:23 [INFO] 
03:00:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql ---
03:00:23 [INFO] 
03:00:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
03:00: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/target/jacoco.exec
03:00:23 [INFO] 
03:00:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql ---
03:00:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:23 [INFO] The goal is skip due to packaging 'pom'
03:00:23 [INFO] 
03:00:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql ---
03:00:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT...
03:00:23 [INFO] 
03:00:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql ---
03:00:23 [INFO] 
03:00:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql ---
03:00:23 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:00:23 [INFO] 
03:00:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql ---
03:00:23 [INFO] Tests are skipped.
03:00:23 [INFO] 
03:00:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql ---
03:00:23 [INFO] Tests are skipped.
03:00:23 [INFO] 
03:00:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql ---
03:00:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:00:23 [INFO] 
03:00:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql ---
03:00:23 [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
03:00:23 [INFO] 
03:00:23 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------
03:00:23 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT                [53/77]
03:00:23 [INFO]   from rql/model/pom.xml
03:00:23 [INFO] -------------------------------[ bundle ]-------------------------------
03:00:23 [INFO] 
03:00:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-model ---
03:00:23 [INFO] 
03:00:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-model ---
03:00:23 [INFO] 
03:00:23 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
03:00:23 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:00:23 [INFO] 
03:00:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
03:00: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/model/target/jacoco.exec
03:00:23 [INFO] 
03:00:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model ---
03:00:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:23 [WARNING] 
03:00:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:00:23 [WARNING] 
03:00:23 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:00:23 [WARNING] 
03:00:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:00:23 [INFO] 
03:00:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model ---
03:00:23 [INFO] Copying 0 resource from src/main/resources to target/classes
03:00:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:00:23 [INFO] 
03:00:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model ---
03:00:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT...
03:00:23 [INFO] 
03:00:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model ---
03:00:23 [INFO] Changes detected - recompiling the module! :dependency
03:00:23 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes
03:00:23 [WARNING] bootstrap class path not set in conjunction with -source 8
03:00:23 [INFO] 
03:00:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model ---
03:00:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources
03:00:23 [INFO] 
03:00:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model ---
03:00:23 [INFO] Changes detected - recompiling the module! :dependency
03:00:23 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes
03:00:23 [WARNING] bootstrap class path not set in conjunction with -source 8
03:00:23 [INFO] 
03:00:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model ---
03:00:23 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:00:23 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/surefire-reports
03:00:23 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:00:23 [INFO] 
03:00:23 [INFO] -------------------------------------------------------
03:00:23 [INFO]  T E S T S
03:00:23 [INFO] -------------------------------------------------------
03:00:24 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
03:00:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.374 s -- in org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
03:00:25 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest
03:00:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest
03:00:25 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
03:00:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
03:00:25 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
03:00:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
03:00:25 [INFO] 
03:00:25 [INFO] Results:
03:00:25 [INFO] 
03:00:25 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
03:00:25 [INFO] 
03:00:25 [INFO] 
03:00:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model ---
03:00:25 [INFO] 
03:00:25 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model ---
03:00:25 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar
03:00:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF
03:00:25 [INFO] 
03:00:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model ---
03:00:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:00:25 [INFO] No previous run data found, generating javadoc.
03:00:27 [WARNING] Javadoc Warnings
03:00:27 [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
03:00:27 [WARNING] public String getName() {
03:00:27 [WARNING] ^
03:00:27 [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
03:00:27 [WARNING] public static Type byName(final String name) {
03:00:27 [WARNING] ^
03:00:27 [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
03:00:27 [WARNING] public String getName() {
03:00:27 [WARNING] ^
03:00:27 [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
03:00:27 [WARNING] public String getName() {
03:00:27 [WARNING] ^
03:00:27 [WARNING] 4 warnings
03:00:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar
03:00:27 [INFO] 
03:00:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model ---
03:00:27 [INFO] Tests are skipped.
03:00:27 [INFO] 
03:00:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model ---
03:00:27 [INFO] Tests are skipped.
03:00:27 [INFO] 
03:00:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model ---
03:00:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec
03:00:27 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes
03:00:27 [INFO] 
03:00:27 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model ---
03:00:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'.
03:00:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'.
03:00:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'.
03:00:27 [INFO] 
03:00:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model ---
03:00:27 [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
03:00:27 [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
03:00:27 [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
03:00:27 [INFO] 
03:00:27 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model ---
03:00:27 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar
03:00:27 [INFO] Writing OBR metadata
03:00:27 [INFO] 
03:00:27 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >-----------------
03:00:27 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT               [54/77]
03:00:27 [INFO]   from rql/parser/pom.xml
03:00:27 [INFO] -------------------------------[ bundle ]-------------------------------
03:00:27 [INFO] 
03:00:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-parser ---
03:00:27 [INFO] 
03:00:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-parser ---
03:00:27 [INFO] 
03:00:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
03:00:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:00:27 [INFO] 
03:00:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
03:00: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/rql/parser/target/jacoco.exec
03:00:27 [INFO] 
03:00:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser ---
03:00:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:27 [WARNING] 
03:00:27 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:00:27 [WARNING] 
03:00:27 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:00:27 [WARNING] 
03:00:27 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:00:27 [INFO] 
03:00:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser ---
03:00:27 [INFO] Copying 0 resource from src/main/resources to target/classes
03:00:27 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:00:27 [INFO] 
03:00:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser ---
03:00:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT...
03:00:27 [INFO] 
03:00:27 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser ---
03:00:28 [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
03:00:28 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ...
03:00:37 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
03:00:37 1 warning.
03:00:37 [INFO] done compiling
03:00:37 [INFO] compile in 9.2 s
03:00:37 [INFO] 
03:00:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser ---
03:00:37 [INFO] Changes detected - recompiling the module! :dependency
03:00:37 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
03:00:37 [WARNING] bootstrap class path not set in conjunction with -source 8
03:00:37 [INFO] 
03:00:37 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser ---
03:00: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
03:00:37 [INFO] compile in 0.1 s
03:00:37 [INFO] 
03:00:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser ---
03:00:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources
03:00:37 [INFO] 
03:00:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser ---
03:00:37 [INFO] Changes detected - recompiling the module! :dependency
03:00:37 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
03:00:37 [WARNING] bootstrap class path not set in conjunction with -source 8
03:00:37 [INFO] 
03:00:37 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser ---
03:00: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
03:00:37 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/test-classes ...
03:00:39 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
03:00:39 1 warning.
03:00:39 [INFO] done compiling
03:00:39 [INFO] compile in 2.0 s
03:00:39 [INFO] 
03:00:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser ---
03:00:39 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:00:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/surefire-reports
03:00:39 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:00:39 [INFO] 
03:00:39 [INFO] -------------------------------------------------------
03:00:39 [INFO]  T E S T S
03:00:39 [INFO] -------------------------------------------------------
03:00:40 [INFO] Running org.eclipse.ditto.rql.parser.RqlPredicateParserTest
03:00:41 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 s -- in org.eclipse.ditto.rql.parser.RqlPredicateParserTest
03:00:41 [INFO] 
03:00:41 [INFO] Results:
03:00:41 [INFO] 
03:00:41 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
03:00:41 [INFO] 
03:00:41 [INFO] 
03:00:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser ---
03:00:41 [INFO] 
03:00:41 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser ---
03:00:41 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
03:00:41 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar
03:00:41 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF
03:00:41 [INFO] 
03:00:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser ---
03:00:41 [INFO] Tests are skipped.
03:00:41 [INFO] 
03:00:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser ---
03:00:41 [INFO] Tests are skipped.
03:00:41 [INFO] 
03:00:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser ---
03:00:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec
03:00:41 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes
03:00:41 [INFO] 
03:00:41 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser ---
03:00:41 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'.
03:00:41 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'.
03:00:41 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'.
03:00:41 [INFO] 
03:00:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser ---
03:00:41 [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
03:00:41 [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
03:00:41 [INFO] 
03:00:41 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser ---
03:00:41 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar
03:00:41 [INFO] Writing OBR metadata
03:00:41 [INFO] 
03:00:41 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------
03:00:41 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT                [55/77]
03:00:41 [INFO]   from rql/query/pom.xml
03:00:41 [INFO] -------------------------------[ bundle ]-------------------------------
03:00:41 [INFO] 
03:00:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-query ---
03:00:41 [INFO] 
03:00:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-query ---
03:00:41 [INFO] 
03:00:41 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
03:00:41 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:00:41 [INFO] 
03:00:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
03:00: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/rql/query/target/jacoco.exec
03:00:41 [INFO] 
03:00:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query ---
03:00:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:41 [WARNING] 
03:00:41 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:00:41 [WARNING] 
03:00:41 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:00:41 [WARNING] 
03:00:41 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:00:41 [INFO] 
03:00:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query ---
03:00:41 [INFO] Copying 0 resource from src/main/resources to target/classes
03:00:41 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:00:41 [INFO] 
03:00:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query ---
03:00:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT...
03:00:41 [INFO] 
03:00:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query ---
03:00:41 [INFO] Changes detected - recompiling the module! :dependency
03:00:41 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes
03:00:42 [WARNING] bootstrap class path not set in conjunction with -source 8
03:00:42 [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.
03:00:42 [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.
03:00:42 [INFO] 
03:00:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query ---
03:00:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources
03:00:42 [INFO] 
03:00:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query ---
03:00:42 [INFO] Changes detected - recompiling the module! :dependency
03:00:42 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
03:00:42 [WARNING] bootstrap class path not set in conjunction with -source 8
03:00:42 [INFO] 
03:00:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query ---
03:00:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:00:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/surefire-reports
03:00:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:00:42 [INFO] 
03:00:42 [INFO] -------------------------------------------------------
03:00:42 [INFO]  T E S T S
03:00:42 [INFO] -------------------------------------------------------
03:00:42 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
03:00:43 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s -- in org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
03:00:43 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
03:00:43 [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 s -- in org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
03:00:43 [INFO] Running org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
03:00:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.204 s -- in org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
03:00:45 [INFO] Running org.eclipse.ditto.rql.query.SortOptionTest
03:00:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.680 s -- in org.eclipse.ditto.rql.query.SortOptionTest
03:00:45 [INFO] Running org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
03:00:45 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
03:00:45 [INFO] Running org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
03:00:45 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
03:00:45 [INFO] 
03:00:45 [INFO] Results:
03:00:45 [INFO] 
03:00:45 [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0
03:00:45 [INFO] 
03:00:45 [INFO] 
03:00:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query ---
03:00:45 [INFO] 
03:00:45 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query ---
03:00:46 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar
03:00:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF
03:00:46 [INFO] 
03:00:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query ---
03:00:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:00:46 [INFO] No previous run data found, generating javadoc.
03:00:48 [WARNING] Javadoc Warnings
03:00:48 [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
03:00:48 [WARNING] T visitAttribute(String key);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitFeature(String featureId);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitFeatureDefinition(String featureId);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitFeatureIdProperty(String featureId, String property);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitFeatureProperties(CharSequence featureId);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitMetadata(String key);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitSimple(String fieldName);
03:00:48 [WARNING] ^
03:00:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment
03:00:48 [WARNING] public ExistsThingPredicateVisitor() {
03:00:48 [WARNING] ^
03:00:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment
03:00:48 [WARNING] public boolean isDefinition() {
03:00:48 [WARNING] ^
03:00:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment
03:00:48 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() {
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitMetadata(String key);
03:00:48 [WARNING] ^
03:00:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment
03:00:48 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression,
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitEq(@Nullable Object value);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitGe(@Nullable Object value);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitGt(@Nullable Object value);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitILike(@Nullable String value);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitIn(List<?> values);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitLe(@Nullable Object value);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitLike(@Nullable String value);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitLt(@Nullable Object value);
03:00:48 [WARNING] ^
03:00:48 [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
03:00:48 [WARNING] T visitNe(@Nullable Object value);
03:00:48 [WARNING] ^
03:00:48 [WARNING] 23 warnings
03:00:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar
03:00:48 [INFO] 
03:00:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query ---
03:00:48 [INFO] Tests are skipped.
03:00:48 [INFO] 
03:00:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query ---
03:00:48 [INFO] Tests are skipped.
03:00:48 [INFO] 
03:00:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query ---
03:00:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec
03:00:48 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes
03:00:48 [INFO] 
03:00:48 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query ---
03:00:48 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'.
03:00:48 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'.
03:00:48 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'.
03:00:48 [INFO] 
03:00:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query ---
03:00:48 [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
03:00:48 [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
03:00:48 [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
03:00:48 [INFO] 
03:00:48 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query ---
03:00:48 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar
03:00:48 [INFO] Writing OBR metadata
03:00:48 [INFO] 
03:00:48 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >---------------
03:00:48 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT         [56/77]
03:00:48 [INFO]   from thingsearch/api/pom.xml
03:00:48 [INFO] --------------------------------[ jar ]---------------------------------
03:00:48 [INFO] 
03:00:48 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-api ---
03:00:48 [INFO] 
03:00:48 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-api ---
03:00:48 [INFO] 
03:00:48 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
03:00: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/thingsearch/api/target/jacoco.exec
03:00:48 [INFO] 
03:00:48 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api ---
03:00:48 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:48 [WARNING] 
03:00:48 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:00:48 [WARNING] 
03:00:48 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:00:48 [WARNING] 
03:00:48 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:00:48 [INFO] 
03:00:48 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api ---
03:00:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources
03:00:48 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:00:48 [INFO] 
03:00:48 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api ---
03:00:48 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT...
03:00:48 [INFO] 
03:00:48 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api ---
03:00:48 [INFO] Changes detected - recompiling the module! :dependency
03:00:48 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes
03:00:48 [INFO] 
03:00:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api ---
03:00:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources
03:00:48 [INFO] 
03:00:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api ---
03:00:48 [INFO] Changes detected - recompiling the module! :dependency
03:00:48 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
03:00:49 [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.
03:00:49 [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.
03:00:49 [INFO] 
03:00:49 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api ---
03:00:49 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:00:49 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/surefire-reports
03:00:49 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:00:49 [INFO] 
03:00:49 [INFO] -------------------------------------------------------
03:00:49 [INFO]  T E S T S
03:00:49 [INFO] -------------------------------------------------------
03:00:49 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
03:00:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.777 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
03:00:51 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
03:00:51 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
03:00:51 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
03:00:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
03:00:51 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
03:00:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
03:00:51 [INFO] Running org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
03:00:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
03:00:51 [INFO] Running org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
03:00:52 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 s -- in org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
03:00:52 [INFO] Running org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
03:00:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
03:00:52 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
03:00:52 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
03:00:52 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
03:00:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
03:00:52 [INFO] 
03:00:52 [INFO] Results:
03:00:52 [INFO] 
03:00:52 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
03:00:52 [INFO] 
03:00:52 [INFO] 
03:00:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api ---
03:00:52 [INFO] 
03:00:52 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api ---
03:00:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar
03:00:52 [INFO] 
03:00:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api ---
03:00:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:00:52 [INFO] No previous run data found, generating javadoc.
03:00:55 [WARNING] Javadoc Warnings
03:00:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment
03:00:55 [WARNING] package org.eclipse.ditto.thingsearch.api;
03:00:55 [WARNING] ^
03:00:55 [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
03:00:55 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo;
03:00:55 [WARNING] ^
03:00:55 [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
03:00:55 [WARNING] package org.eclipse.ditto.thingsearch.api.events;
03:00:55 [WARNING] ^
03:00:55 [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
03:00:55 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) {
03:00:55 [WARNING] ^
03:00:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return
03:00:55 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) {
03:00:55 [WARNING] ^
03:00:55 [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
03:00:55 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
03:00:55 [WARNING] ^
03:00:55 [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
03:00:55 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
03:00:55 [WARNING] ^
03:00:55 [WARNING] 7 warnings
03:00:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
03:00:55 [INFO] 
03:00:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api ---
03:00:55 [INFO] Tests are skipped.
03:00:55 [INFO] 
03:00:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api ---
03:00:55 [INFO] Tests are skipped.
03:00:55 [INFO] 
03:00:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api ---
03:00:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec
03:00:55 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes
03:00:55 [INFO] 
03:00:55 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api ---
03:00:55 [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
03:00:55 [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
03:00:55 [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
03:00:55 [INFO] 
03:00:55 [INFO] --------------------< org.eclipse.ditto:ditto-edge >--------------------
03:00:55 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT                        [57/77]
03:00:55 [INFO]   from edge/pom.xml
03:00:55 [INFO] --------------------------------[ pom ]---------------------------------
03:00:55 [INFO] 
03:00:55 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge ---
03:00:55 [INFO] 
03:00:55 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge ---
03:00:55 [INFO] 
03:00:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
03:00: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/edge/target/jacoco.exec
03:00:55 [INFO] 
03:00:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge ---
03:00:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:55 [INFO] The goal is skip due to packaging 'pom'
03:00:55 [INFO] 
03:00:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge ---
03:00:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT...
03:00:55 [INFO] 
03:00:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge ---
03:00:55 [INFO] 
03:00:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge ---
03:00:55 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:00:55 [INFO] 
03:00:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge ---
03:00:55 [INFO] Tests are skipped.
03:00:55 [INFO] 
03:00:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge ---
03:00:55 [INFO] Tests are skipped.
03:00:55 [INFO] 
03:00:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge ---
03:00:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:00:55 [INFO] 
03:00:55 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge ---
03:00:55 [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
03:00:55 [INFO] 
03:00:55 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >----------------
03:00:55 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT             [58/77]
03:00:55 [INFO]   from edge/service/pom.xml
03:00:55 [INFO] --------------------------------[ jar ]---------------------------------
03:00:55 [INFO] 
03:00:55 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge-service ---
03:00:55 [INFO] 
03:00:55 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge-service ---
03:00:55 [INFO] 
03:00:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
03:00: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/edge/service/target/jacoco.exec
03:00:55 [INFO] 
03:00:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service ---
03:00:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:00:55 [WARNING] 
03:00:55 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:00:55 [WARNING] 
03:00:55 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:00:55 [WARNING] 
03:00:55 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/edge/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:00:55 [INFO] 
03:00:55 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service ---
03:00:55 [INFO] Copying 2 resources from src/main/resources to target/classes
03:00:55 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:00:55 [INFO] 
03:00:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service ---
03:00:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT...
03:00:55 [INFO] 
03:00:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service ---
03:00:55 [INFO] Changes detected - recompiling the module! :dependency
03:00:55 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes
03:00:55 [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.
03:00:55 [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.
03:00:55 [INFO] 
03:00:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service ---
03:00:55 [INFO] Copying 4 resources from src/test/resources to target/test-classes
03:00:55 [INFO] 
03:00:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service ---
03:00:55 [INFO] Changes detected - recompiling the module! :dependency
03:00:55 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
03:00:56 [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.
03:00:56 [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.
03:00:56 [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.
03:00:56 [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.
03:00:56 [INFO] 
03:00:56 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service ---
03:00:56 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:00:56 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/surefire-reports
03:00:56 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:00:56 [INFO] 
03:00:56 [INFO] -------------------------------------------------------
03:00:56 [INFO]  T E S T S
03:00:56 [INFO] -------------------------------------------------------
03:00:57 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
03:00:58 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
03:00:58 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
03:00:58 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
03:00:58 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
03:00:58 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
03:00:58 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
03:00:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
03:00:58 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
03:00:59 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:01:00 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.092 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
03:01:00 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
03:01:00 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
03:01:00 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
03:01:00 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
03:01:00 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
03:01:02 07:01:02.848 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:01:03 07:01:03.967 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:01:04 07:01:04.066 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:01:04 07:01:04.153 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:01:04 07:01:04.899 [DEBUG] [71537da5-d5a8-4210-aa73-000846579699] o.e.d.e.s.a.AcknowledgementForwarderActor - Received Acknowledgement / ErrorResponse, forwarding to acknowledgement aggregator <ActorSelection[Anchor(pekko://PekkoTestSystem/), Path(/system/testProbe-1#-244926782)]>: <Acknowledgement [label=my-requested-ack, entityId=:43da19d5-25bc-46b1-9157-d8311c96ab1d, httpStatus=HttpStatus [code=202, category=SUCCESS], payload=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=71537da5-d5a8-4210-aa73-000846579699, ditto-ackgregator-address=pekko://PekkoTestSystem/system/testProbe-1#-244926782, response-required=false}], isWeak=false]>
03:01:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.071 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
03:01:04 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
03:01:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
03:01:04 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest
03:01:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest
03:01:04 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
03:01:05 [INFO] [04/09/2024 07:01:05.635] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.686 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
03:01:05 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
03:01:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s -- in org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
03:01:06 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
03:01:06 [INFO] [04/09/2024 07:01:06.303] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-bb5fc93] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
03:01:06 [WARN] [04/09/2024 07:01:06.312] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-bb5fc93] Received invalid response. Reason: Entity ID of live response <:f23c97ae-46f0-462f-8023-7fac18ccd03f> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-bb5fc93, requested-acks=["live-response"], channel=live, timeout=3000ms, ditto-connection-id=5aa266ed-591b-4a90-971f-329852632c50, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:f23c97ae-46f0-462f-8023-7fac18ccd03f].
03:01:09 [INFO] [04/09/2024 07:01:09.310] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-bb5fc93] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
03:01:09 [INFO] [04/09/2024 07:01:09.534] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:09 [INFO] [04/09/2024 07:01:09.584] [AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive/system/testProbe-7/$a][correlation-id:AcknowledgementAggregatorActorTest.resetConnectivityHeadersForLive-cf4e813] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
03:01:09 [INFO] [04/09/2024 07:01:09.590] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:09 [INFO] [04/09/2024 07:01:09.653] [AcknowledgementAggregatorActorTest_keepCommandHeaders-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders/system/testProbe-8/$a][correlation-id:AcknowledgementAggregatorActorTest.keepCommandHeaders-c0ad78c] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
03:01:09 [INFO] [04/09/2024 07:01:09.657] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:09 [INFO] [04/09/2024 07:01:09.715] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-bb373a7] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
03:01:09 [WARN] [04/09/2024 07:01:09.716] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-bb373a7] Received invalid response. Reason: Entity ID of live response <:4d62e530-e326-4d06-92c8-f2afb54bac2d> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-bb373a7, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:4d62e530-e326-4d06-92c8-f2afb54bac2d].
03:01:09 [INFO] [04/09/2024 07:01:09.718] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:09 [INFO] [04/09/2024 07:01:09.760] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-eb6e99b] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
03:01:09 [WARN] [04/09/2024 07:01:09.761] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-eb6e99b] Received invalid response. Reason: Entity ID of live response <:0fcce0cc-197e-4e8f-b6dd-f3a277258a5f> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-eb6e99b, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:0fcce0cc-197e-4e8f-b6dd-f3a277258a5f].
03:01:12 [INFO] [04/09/2024 07:01:12.775] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-eb6e99b] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
03:01:12 [INFO] [04/09/2024 07:01:12.778] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:12 [INFO] [04/09/2024 07:01:12.821] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-f916ccf] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT0.001S>.
03:01:12 [INFO] [04/09/2024 07:01:12.846] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-f916ccf] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
03:01:12 [INFO] [04/09/2024 07:01:12.848] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:12 [INFO] [04/09/2024 07:01:12.895] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-70bd9f5] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT0.001S>.
03:01:12 [INFO] [04/09/2024 07:01:12.924] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-70bd9f5] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
03:01:12 [INFO] [04/09/2024 07:01:12.926] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:12 [INFO] [04/09/2024 07:01:12.967] [AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements/system/testProbe-13/$a][correlation-id:AcknowledgementAggregatorActorTest.discardDuplicateAndUnsolicitedAcknowledgements-2729109] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
03:01:12 [INFO] [04/09/2024 07:01:12.969] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:13 [INFO] [04/09/2024 07:01:13.016] [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>.
03:01:18 [INFO] [04/09/2024 07:01:18.024] [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...
03:01:19 [INFO] [04/09/2024 07:01:19.010] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:19 [INFO] [pekkoDeadLetter][04/09/2024 07:01:19.011] [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#-806812844] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a#-806812844] 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'.
03:01:19 [INFO] [04/09/2024 07:01:19.049] [AcknowledgementAggregatorActorTest_returnSingleResponseForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive/system/testProbe-15/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForLive-c0aae57] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
03:01:19 [INFO] [04/09/2024 07:01:19.051] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:19 [INFO] [04/09/2024 07:01:19.105] [AcknowledgementAggregatorActorTest_returnSingleResponseForTwin-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin/system/testProbe-16/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForTwin-4bf6e2d] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
03:01:19 [INFO] [04/09/2024 07:01:19.117] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:19 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.95 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
03:01:19 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
03:01:19 07:01:19.132 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:01:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
03:01:19 [INFO] Running org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
03:01:19 07:01:19.499 [INFO ] [] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:01:19 [INFO] [04/09/2024 07:01:19.552] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-7] [pekko://ThingsAggregatorProxyActorTest/user/$a][correlation-id:cac4d14c-9acf-4d57-8194-e491f9022b26] Got 'RetrieveThings' message. Retrieving requested '1' Things..
03:01:19 [INFO] [04/09/2024 07:01:19.582] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-7] [pekko://ThingsAggregatorProxyActorTest/user/$b][correlation-id:cac4d14c-9acf-4d57-8194-e491f9022b26] Got 'RetrieveThings' message. Retrieving requested '1' Things..
03:01:19 [INFO] [04/09/2024 07:01:19.582] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-7] [pekko://ThingsAggregatorProxyActorTest/user/$b] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
03:01:19 [INFO] [04/09/2024 07:01:19.932] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-8] [pekko://ThingsAggregatorProxyActorTest/user/$b] OP_COMPLETE: finished waiting for requests
03:01:19 [INFO] [04/09/2024 07:01:19.955] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$c][correlation-id:cac4d14c-9acf-4d57-8194-e491f9022b26] Got 'RetrieveThings' message. Retrieving requested '1' Things..
03:01:19 [INFO] [04/09/2024 07:01:19.979] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$d] SERVICE_REQUESTS_DONE: no ongoing requests
03:01:19 [INFO] [04/09/2024 07:01:19.980] [main] [CoordinatedShutdown(pekko://ThingsAggregatorProxyActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s -- in org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
03:01:19 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
03:01:19 07:01:19.995 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:01:20 07:01:20.147 [INFO ] [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTestSignalTransformer.
03:01:20 07:01:20.168 [DEBUG] [cid-1-create] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
03:01:20 07:01:20.174 [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]>.
03:01:20 07:01:20.175 [DEBUG] [cid-2-modify] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
03:01:20 07:01:20.367 [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]>.
03:01:20 07:01:20.369 [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
03:01:20 07:01:20.370 [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
03:01:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
03:01:20 [INFO] Running org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
03:01:20 07:01:20.419 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:01:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
03:01:20 [INFO] 
03:01:20 [INFO] Results:
03:01:20 [INFO] 
03:01:20 [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0
03:01:20 [INFO] 
03:01:20 [INFO] 
03:01:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service ---
03:01:20 [INFO] 
03:01:20 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service ---
03:01:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar
03:01:20 [INFO] 
03:01:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service ---
03:01:20 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:01:20 [INFO] No previous run data found, generating javadoc.
03:01:23 [WARNING] Javadoc Warnings
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment
03:01:23 [WARNING] package org.eclipse.ditto.edge.service;
03:01:23 [WARNING] ^
03:01:23 [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
03:01:23 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements;
03:01:23 [WARNING] ^
03:01:23 [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
03:01:23 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message;
03:01:23 [WARNING] ^
03:01:23 [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
03:01:23 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things;
03:01:23 [WARNING] ^
03:01:23 [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
03:01:23 [WARNING] package org.eclipse.ditto.edge.service.dispatching;
03:01:23 [WARNING] ^
03:01:23 [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
03:01:23 [WARNING] package org.eclipse.ditto.edge.service.placeholders;
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment
03:01:23 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment
03:01:23 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) {
03:01:23 [WARNING] ^
03:01:23 [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
03:01:23 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment
03:01:23 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment
03:01:23 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment
03:01:23 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment
03:01:23 [WARNING] static FeaturePlaceholder getInstance() {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment
03:01:23 [WARNING] static PolicyPlaceholder getInstance() {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment
03:01:23 [WARNING] static RequestPlaceholder getInstance() {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment
03:01:23 [WARNING] static ThingJsonPlaceholder getInstance() {
03:01:23 [WARNING] ^
03:01:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment
03:01:23 [WARNING] static ThingPlaceholder getInstance() {
03:01:23 [WARNING] ^
03:01:23 [WARNING] 17 warnings
03:01:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar
03:01:23 [INFO] 
03:01:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service ---
03:01:23 [INFO] Tests are skipped.
03:01:23 [INFO] 
03:01:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service ---
03:01:23 [INFO] Tests are skipped.
03:01:23 [INFO] 
03:01:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service ---
03:01:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec
03:01:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes
03:01:23 [INFO] 
03:01:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service ---
03:01:23 [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
03:01:23 [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
03:01:23 [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
03:01:23 [INFO] 
03:01:23 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------
03:01:23 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77]
03:01:23 [INFO]   from internal/models/signalenrichment/pom.xml
03:01:23 [INFO] --------------------------------[ jar ]---------------------------------
03:01:23 [INFO] 
03:01:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signalenrichment ---
03:01:23 [INFO] 
03:01:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signalenrichment ---
03:01:23 [INFO] 
03:01:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
03:01: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/models/signalenrichment/target/jacoco.exec
03:01:23 [INFO] 
03:01:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment ---
03:01:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:01:23 [WARNING] 
03:01:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:01:23 [WARNING] 
03:01:23 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:01:23 [WARNING] 
03:01:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:01:23 [INFO] 
03:01:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment ---
03:01:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources
03:01:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:01:23 [INFO] 
03:01:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment ---
03:01:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT...
03:01:23 [INFO] 
03:01:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment ---
03:01:23 [INFO] Changes detected - recompiling the module! :dependency
03:01:23 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
03:01:23 [INFO] 
03:01:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment ---
03:01:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources
03:01:23 [INFO] 
03:01:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment ---
03:01:23 [INFO] Changes detected - recompiling the module! :dependency
03:01:23 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
03:01:24 [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.
03:01:24 [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.
03:01:24 [INFO] 
03:01:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment ---
03:01:24 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:01:24 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/surefire-reports
03:01:24 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:01:24 [INFO] 
03:01:24 [INFO] -------------------------------------------------------
03:01:24 [INFO]  T E S T S
03:01:24 [INFO] -------------------------------------------------------
03:01:24 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest
03:01:27 [INFO] [04/09/2024 07:01:27.052] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:27 07:01:27.177 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::502b8ca3-f90b-416c-b93d-fa89d2e75f34>
03:01:28 07:01:28.327 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::502b8ca3-f90b-416c-b93d-fa89d2e75f34>
03:01:28 [INFO] [04/09/2024 07:01:28.373] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:28 07:01:28.450 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8a642675-4792-4ba9-b33b-7a340f7b704f>
03:01:28 07:01:28.866 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8a642675-4792-4ba9-b33b-7a340f7b704f>
03:01:29 07:01:29.878 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8a642675-4792-4ba9-b33b-7a340f7b704f>
03:01:30 [INFO] [04/09/2024 07:01:30.883] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:30 07:01:30.928 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::7cebe1b2-bea0-4476-b416-ad897d02b142>
03:01:30 07:01:30.931 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::7cebe1b2-bea0-4476-b416-ad897d02b142>
03:01:31 [INFO] [04/09/2024 07:01:31.936] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:32 07:01:31.975 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b38c981e-ed3b-4833-a3ba-ab9bbe14b47b>
03:01:32 07:01:31.978 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b38c981e-ed3b-4833-a3ba-ab9bbe14b47b>
03:01:32 [INFO] [04/09/2024 07:01:32.982] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:33 07:01:33.023 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::60630d0e-1485-413a-b2ba-20e1d499b6de>
03:01:33 07:01:33.025 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::60630d0e-1485-413a-b2ba-20e1d499b6de>
03:01:34 [INFO] [04/09/2024 07:01:34.030] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:34 07:01:34.068 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::0a46a42e-3b59-4873-b6e8-c6fbed0ab1c1>
03:01:34 07:01:34.074 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::0a46a42e-3b59-4873-b6e8-c6fbed0ab1c1>
03:01:35 [INFO] [04/09/2024 07:01:35.080] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:35 07:01:35.121 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::33b9971c-9bc4-463b-aaf9-8da394831c69>
03:01:35 07:01:35.124 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::33b9971c-9bc4-463b-aaf9-8da394831c69>
03:01:35 [INFO] [04/09/2024 07:01:35.127] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:35 07:01:35.174 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::03383ae0-cbbf-45b4-be06-73118fefc484>
03:01:35 07:01:35.176 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::03383ae0-cbbf-45b4-be06-73118fefc484>
03:01:35 [INFO] [04/09/2024 07:01:35.179] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:35 07:01:35.227 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3ddb1c14-6d4b-4d61-8dd9-bb4c2ab70aab>
03:01:35 [INFO] [04/09/2024 07:01:35.234] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:35 Apr 09, 2024 7:01:35 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:01:35 WARNING: Exception thrown during asynchronous load
03:01:35 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':3ddb1c14-6d4b-4d61-8dd9-bb4c2ab70aab' 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=709a6bc6-4425-492e-8e3f-91ad9d2f94d9}]]
03:01:35 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
03:01:35 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
03:01:35 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
03:01:35 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:01:35 	at java.base/java.lang.Thread.run(Thread.java:833)
03:01:35 Caused by: ThingNotAccessibleException [message='The Thing with ID ':3ddb1c14-6d4b-4d61-8dd9-bb4c2ab70aab' 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=709a6bc6-4425-492e-8e3f-91ad9d2f94d9}]]
03:01:35 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150)
03:01:35 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132)
03:01:35 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:01:35 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119)
03:01:35 	at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40)
03:01:35 	at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39)
03:01:35 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106)
03:01:35 	at org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest.thingNotAccessible(SearchIndexingSignalEnrichmentFacadeTest.java:43)
03:01:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:01:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:01:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:01:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:01:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:01:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:01:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:01:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:01:35 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
03:01:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:01:35 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:01:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:01:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:01:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:01:35 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:01:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:01:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:01:35 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:01:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:01:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:01:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:01:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:01:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:01:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:01:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:01:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:01:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:01:35 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:01:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:01:35 
03:01:35 07:01:35.276 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id>
03:01:35 [INFO] [04/09/2024 07:01:35.280] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:35 07:01:35.335 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::0e0abe63-1683-4107-8c68-2a5c6143b910>
03:01:45 Apr 09, 2024 7:01:45 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:01:45 WARNING: Exception thrown during asynchronous load
03:01:45 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#-1296414887), 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.
03:01:45 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:01:45 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
03:01:45 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
03:01:45 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
03:01:45 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:01:45 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:01:45 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
03:01:45 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:01:45 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
03:01:45 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
03:01:45 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
03:01:45 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:01:45 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
03:01:45 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
03:01:45 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
03:01:45 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
03:01:45 	at java.base/java.lang.Thread.run(Thread.java:833)
03:01:45 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#-1296414887), 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.
03:01:45 
03:01:45 [INFO] [04/09/2024 07:01:45.351] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:45 07:01:45.389 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9f9546dd-2a36-4bf5-9a35-ea0a71d339d9>
03:01:45 [INFO] [04/09/2024 07:01:45.393] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:45 07:01:45.428 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::abdc7d2e-97cd-4d75-9822-8bb1f015c188>
03:01:45 Apr 09, 2024 7:01:45 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:01:45 WARNING: Exception thrown during asynchronous load
03:01:45 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@1e15c5fe
03:01:45 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:01:45 	at java.base/java.lang.Thread.run(Thread.java:833)
03:01:45 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@1e15c5fe
03:01:45 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109)
03:01:45 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100)
03:01:45 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
03:01:45 	... 2 more
03:01:45 
03:01:45 [INFO] [04/09/2024 07:01:45.431] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:45 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.75 s -- in org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest
03:01:45 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
03:01:45 07:01:45.465 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::d2ad4192-7bf6-4520-bf61-7af9eb4181d1>
03:01:45 07:01:45.468 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::d2ad4192-7bf6-4520-bf61-7af9eb4181d1>
03:01:45 [INFO] [04/09/2024 07:01:45.472] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:45 07:01:45.529 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b2e63e93-adc4-49d1-a897-d2a8986d38b4>
03:01:45 07:01:45.532 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b2e63e93-adc4-49d1-a897-d2a8986d38b4>
03:01:46 07:01:46.534 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::b2e63e93-adc4-49d1-a897-d2a8986d38b4>
03:01:47 [INFO] [04/09/2024 07:01:47.538] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:47 07:01:47.575 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4e818c40-0396-4807-85be-e3cacf7b45ad>
03:01:47 07:01:47.578 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4e818c40-0396-4807-85be-e3cacf7b45ad>
03:01:48 [INFO] [04/09/2024 07:01:48.581] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:48 07:01:48.620 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4b048c8e-40ef-4ef6-bbc1-c43ce2104164>
03:01:48 07:01:48.623 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4b048c8e-40ef-4ef6-bbc1-c43ce2104164>
03:01:49 [INFO] [04/09/2024 07:01:49.626] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:49 07:01:49.669 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::10bd3b66-ee7d-4b21-94cc-a1d29de71020>
03:01:49 07:01:49.673 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::10bd3b66-ee7d-4b21-94cc-a1d29de71020>
03:01:50 [INFO] [04/09/2024 07:01:50.677] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:50 07:01:50.708 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9a3e473e-514a-4865-9454-5683500ed8c1>
03:01:50 07:01:50.711 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9a3e473e-514a-4865-9454-5683500ed8c1>
03:01:51 [INFO] [04/09/2024 07:01:51.714] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:51 07:01:51.752 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8a6fb4e6-c621-4460-b922-a7c03d973f3e>
03:01:51 07:01:51.754 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8a6fb4e6-c621-4460-b922-a7c03d973f3e>
03:01:51 [INFO] [04/09/2024 07:01:51.757] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:51 07:01:51.800 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4cd43f83-e7de-4db0-89f2-e41099aaa1ee>
03:01:51 07:01:51.802 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4cd43f83-e7de-4db0-89f2-e41099aaa1ee>
03:01:51 [INFO] [04/09/2024 07:01:51.804] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:51 07:01:51.841 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a8e4e8d5-bb8a-4d86-89b9-481fc47187ec>
03:01:51 Apr 09, 2024 7:01:51 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:01:51 WARNING: Exception thrown during asynchronous load
03:01:51 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':a8e4e8d5-bb8a-4d86-89b9-481fc47187ec' 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=55fad4b7-81c4-4aae-8f4a-1013d668ba01}]]
03:01:51 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
03:01:51 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
03:01:51 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
03:01:51 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:01:51 	at java.base/java.lang.Thread.run(Thread.java:833)
03:01:51 Caused by: ThingNotAccessibleException [message='The Thing with ID ':a8e4e8d5-bb8a-4d86-89b9-481fc47187ec' 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=55fad4b7-81c4-4aae-8f4a-1013d668ba01}]]
03:01:51 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150)
03:01:51 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132)
03:01:51 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:01:51 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119)
03:01:51 	at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40)
03:01:51 	at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39)
03:01:51 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106)
03:01:51 	at org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest.thingNotAccessible(DittoCachingSignalEnrichmentFacadeTest.java:22)
03:01:51 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:01:51 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:01:51 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:01:51 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:01:51 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:01:51 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:01:51 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:01:51 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:01:51 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
03:01:51 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:01:51 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:01:51 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:01:51 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:01:51 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:01:51 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:01:51 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:01:51 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:01:51 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:01:51 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:01:51 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:01:51 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:01:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:01:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:01:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:01:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:01:51 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:01:51 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:01:51 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:01:51 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:01:51 
03:01:51 [INFO] [04/09/2024 07:01:51.844] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:51 07:01:51.873 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id>
03:01:51 [INFO] [04/09/2024 07:01:51.876] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:01:51 07:01:51.906 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::a622f2f1-cef9-4b1c-8ae8-b61db15df1bd>
03:02:01 Apr 09, 2024 7:02:01 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:02:01 WARNING: Exception thrown during asynchronous load
03:02:01 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#1304956879), 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.
03:02:01 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
03:02:01 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
03:02:01 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
03:02:01 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:02:01 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:02:01 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
03:02:01 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
03:02:01 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
03:02:01 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:02:01 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:02:01 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
03:02:01 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:02:01 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
03:02:01 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
03:02:01 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
03:02:01 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:02:01 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
03:02:01 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
03:02:01 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
03:02:01 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
03:02:01 	at java.base/java.lang.Thread.run(Thread.java:833)
03:02:01 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#1304956879), 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.
03:02:01 
03:02:01 [INFO] [04/09/2024 07:02:01.928] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:01 07:02:01.960 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::67d1032b-7d08-4dab-b552-ed64966150a9>
03:02:01 [INFO] [04/09/2024 07:02:01.962] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:02 07:02:01.994 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::46817ca2-c780-45db-bae8-48a50d502319>
03:02:02 Apr 09, 2024 7:02:01 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:02:02 WARNING: Exception thrown during asynchronous load
03:02:02 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@54e1c2b1
03:02:02 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
03:02:02 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
03:02:02 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
03:02:02 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:02:02 	at java.base/java.lang.Thread.run(Thread.java:833)
03:02:02 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@54e1c2b1
03:02:02 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109)
03:02:02 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100)
03:02:02 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
03:02:02 	... 2 more
03:02:02 
03:02:02 [INFO] [04/09/2024 07:02:01.996] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:02 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.56 s -- in org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
03:02:02 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
03:02:02 [INFO] [04/09/2024 07:02:02.035] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:02 [INFO] [04/09/2024 07:02:02.065] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:02 [INFO] [04/09/2024 07:02:02.128] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:02 [INFO] [04/09/2024 07:02:02.162] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:02 [INFO] [04/09/2024 07:02:02.195] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
03:02:02 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
03:02:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s -- in org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
03:02:02 [INFO] 
03:02:02 [INFO] Results:
03:02:02 [INFO] 
03:02:02 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
03:02:02 [INFO] 
03:02:02 [INFO] 
03:02:02 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment ---
03:02:02 [INFO] 
03:02:02 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment ---
03:02:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
03:02:02 [INFO] 
03:02:02 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment ---
03:02:02 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:02:02 [INFO] No previous run data found, generating javadoc.
03:02:04 [WARNING] Javadoc Warnings
03:02:04 [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
03:02:04 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment;
03:02:04 [WARNING] ^
03:02:04 [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
03:02:04 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject,
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:87: warning: no @return
03:02:04 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade,
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:483: warning: no comment
03:02:04 [WARNING] protected static final class CachingParameters {
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:64: warning: no comment
03:02:04 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache;
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:66: warning: no comment
03:02:04 [WARNING] protected DittoCachingSignalEnrichmentFacade(
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:478: warning: no comment
03:02:04 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) {
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:313: warning: no comment
03:02:04 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey,
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:189: warning: no comment
03:02:04 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId,
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:490: warning: no comment
03:02:04 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector,
03:02:04 [WARNING] ^
03:02:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/SearchIndexingSignalEnrichmentFacade.java:59: warning: no @return
03:02:04 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance(
03:02:04 [WARNING] ^
03:02:04 [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
03:02:04 [WARNING] CACHE_ENABLED("cache.enabled", true);
03:02:04 [WARNING] ^
03:02:04 [WARNING] 12 warnings
03:02:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
03:02:04 [INFO] 
03:02:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment ---
03:02:04 [INFO] Tests are skipped.
03:02:04 [INFO] 
03:02:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment ---
03:02:04 [INFO] Tests are skipped.
03:02:04 [INFO] 
03:02:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment ---
03:02:04 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec
03:02:04 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes
03:02:04 [INFO] 
03:02:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment ---
03:02:04 [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
03:02:04 [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
03:02:04 [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
03:02:04 [INFO] 
03:02:04 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >-----
03:02:04 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77]
03:02:04 [INFO]   from internal/utils/conditional-headers/pom.xml
03:02:04 [INFO] --------------------------------[ jar ]---------------------------------
03:02:04 [INFO] 
03:02:04 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-conditional-headers ---
03:02:04 [INFO] 
03:02:04 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-conditional-headers ---
03:02:04 [INFO] 
03:02:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
03:02:04 [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
03:02:04 [INFO] 
03:02:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers ---
03:02:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:02:04 [WARNING] 
03:02:04 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:02:04 [WARNING] 
03:02:04 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:02:04 [WARNING] 
03:02:04 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:02:04 [INFO] 
03:02:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers ---
03:02:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources
03:02:04 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:02:04 [INFO] 
03:02:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers ---
03:02:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT...
03:02:04 [INFO] 
03:02:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers ---
03:02:04 [INFO] Changes detected - recompiling the module! :dependency
03:02:04 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
03:02:04 [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.
03:02:04 [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.
03:02:04 [INFO] 
03:02:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers ---
03:02:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources
03:02:04 [INFO] 
03:02:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers ---
03:02:04 [INFO] Changes detected - recompiling the module! :dependency
03:02:04 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
03:02:04 [INFO] 
03:02:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers ---
03:02:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:02:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/surefire-reports
03:02:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:02:04 [INFO] 
03:02:04 [INFO] -------------------------------------------------------
03:02:04 [INFO]  T E S T S
03:02:04 [INFO] -------------------------------------------------------
03:02:05 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
03:02:06 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.720 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
03:02:06 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
03:02:06 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
03:02:06 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
03:02:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
03:02:06 [INFO] 
03:02:06 [INFO] Results:
03:02:06 [INFO] 
03:02:06 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
03:02:06 [INFO] 
03:02:06 [INFO] 
03:02:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers ---
03:02:06 [INFO] 
03:02:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers ---
03:02:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
03:02:06 [INFO] 
03:02:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers ---
03:02:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:02:06 [INFO] No previous run data found, generating javadoc.
03:02:07 [WARNING] Javadoc Warnings
03:02:07 [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
03:02:07 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional;
03:02:07 [WARNING] ^
03:02:07 [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>
03:02:07 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
03:02:07 [WARNING] ^
03:02:07 [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
03:02:07 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
03:02:07 [WARNING] ^
03:02:07 [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
03:02:07 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
03:02:07 [WARNING] ^
03:02:07 [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
03:02:07 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
03:02:07 [WARNING] ^
03:02:07 [WARNING] 5 warnings
03:02:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
03:02:07 [INFO] 
03:02:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers ---
03:02:07 [INFO] Tests are skipped.
03:02:07 [INFO] 
03:02:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers ---
03:02:07 [INFO] Tests are skipped.
03:02:07 [INFO] 
03:02:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers ---
03:02:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec
03:02:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes
03:02:07 [INFO] 
03:02:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers ---
03:02:07 [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
03:02:07 [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
03:02:07 [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
03:02:07 [INFO] 
03:02:07 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------
03:02:07 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77]
03:02:07 [INFO]   from internal/utils/persistent-actors/pom.xml
03:02:07 [INFO] --------------------------------[ jar ]---------------------------------
03:02:07 [INFO] 
03:02:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistent-actors ---
03:02:07 [INFO] 
03:02:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistent-actors ---
03:02:07 [INFO] 
03:02:07 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
03:02:07 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:02:07 [INFO] 
03:02:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
03:02: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/internal/utils/persistent-actors/target/jacoco.exec
03:02:07 [INFO] 
03:02:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors ---
03:02:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:02:07 [WARNING] 
03:02:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:02:07 [WARNING] 
03:02:07 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:02:07 [WARNING] 
03:02:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:02:07 [INFO] 
03:02:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors ---
03:02:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources
03:02:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:02:07 [INFO] 
03:02:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors ---
03:02:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT...
03:02:07 [INFO] 
03:02:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors ---
03:02:07 [INFO] Changes detected - recompiling the module! :dependency
03:02:07 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes
03:02:08 [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.
03:02:08 [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.
03:02:08 [INFO] 
03:02:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors ---
03:02:08 [INFO] Copying 6 resources from src/test/resources to target/test-classes
03:02:08 [INFO] 
03:02:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors ---
03:02:08 [INFO] Changes detected - recompiling the module! :dependency
03:02:08 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
03:02:08 [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.
03:02:08 [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.
03:02:08 [INFO] 
03:02:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors ---
03:02:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:02:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/surefire-reports
03:02:08 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:02:08 [INFO] 
03:02:08 [INFO] -------------------------------------------------------
03:02:08 [INFO]  T E S T S
03:02:08 [INFO] -------------------------------------------------------
03:02:09 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
03:02:10 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.454 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
03:02:10 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
03:02:13 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:02:15 [INFO] [04/09/2024 07:02:15.135] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:15 [INFO] [04/09/2024 07:02:15.381] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:15 [INFO] [04/09/2024 07:02:15.539] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:15 [INFO] [04/09/2024 07:02:15.632] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.750 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
03:02:15 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
03:02:16 07:02:16.170 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:16 07:02:16.647 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
03:02:16 07:02:16.739 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
03:02:17 07:02:17.055 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT7M33.80859375S> from start
03:02:17 07:02:17.056 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
03:02:17 07:02:17.200 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:17 07:02:17.250 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
03:02:17 07:02:17.284 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Activating kill-switch on demand: <SingleKillSwitch(1963314898)>
03:02:17 07:02:17.288 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
03:02:17 07:02:17.289 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown and disabled. Last PID=<thing:last:pid>
03:02:17 07:02:17.617 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:17 07:02:17.666 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream disabled. lastPid=<>
03:02:17 07:02:17.694 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:17 07:02:17.771 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
03:02:17 07:02:17.773 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
03:02:17 07:02:17.774 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
03:02:17 07:02:17.875 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT8M42.36328125S> from start
03:02:17 07:02:17.882 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
03:02:17 07:02:17.930 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:17 07:02:17.985 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
03:02:17 07:02:17.987 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Aborting stream because of graceful shutdown.
03:02:17 07:02:17.988 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown. Next stream in <PT6M45.46875S> starting from <>
03:02:18 07:02:18.030 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:18 07:02:18.087 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
03:02:18 07:02:18.090 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT6M55.4296875S> from start
03:02:18 07:02:18.132 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:18 07:02:18.197 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:18 07:02:18.283 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:18 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.929 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
03:02:18 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
03:02:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
03:02:18 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
03:02:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
03:02:18 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
03:02:19 [INFO] [04/09/2024 07:02:19.174] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:19 [INFO] [04/09/2024 07:02:19.357] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:19 [INFO] [04/09/2024 07:02:19.652] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:19 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
03:02:19 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
03:02:20 07:02:20.195 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:20 07:02:20.432 [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.
03:02:20 07:02:20.434 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Another cleanup is already running, rejecting the new cleanup request.
03:02:20 07:02:20.468 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:20 07:02:20.549 [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.
03:02:20 07:02:20.550 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteSucceeds' completed.
03:02:20 07:02:20.573 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:20 07:02:20.624 [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.
03:02:20 07:02:20.627 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteSnapshot' failed. Snapshots: DeleteSnapshotsFailure (thing:namespace:failDeleteSnapshot). Messages: DeleteMessagesSuccess.
03:02:20 07:02:20.658 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:20 07:02:20.718 [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.
03:02:20 07:02:20.719 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteNotCalledWhenRevisionDidNotChange' completed.
03:02:20 07:02:20.744 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:20 07:02:20.790 [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.
03:02:20 07:02:20.791 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteMessage' failed. Snapshots: DeleteSnapshotsSuccess. Messages: DeleteMessagesFailure (thing:namespace:failDeleteMessage).
03:02:20 07:02:20.830 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:20 07:02:20.885 [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.
03:02:20 07:02:20.886 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testZeroStaleEventsKept' completed.
03:02:20 07:02:20.926 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:02:20 07:02:20.973 [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.
03:02:20 07:02:20.974 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
03:02:20 07:02:20.978 [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.
03:02:20 07:02:20.979 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
03:02:20 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.320 s -- in org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
03:02:20 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
03:02:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.662 s -- in org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
03:02:22 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
03:02:22 [INFO] [04/09/2024 07:02:22.732] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
03:02:22 [INFO] [04/09/2024 07:02:22.734] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
03:02:23 [INFO] [04/09/2024 07:02:23.768] [Thread-26] [pekko://PekkoTestSystem/user/$a] Sending pings completed.
03:02:23 [INFO] [04/09/2024 07:02:23.768] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$a] Got ping completed.
03:02:23 [INFO] [04/09/2024 07:02:23.782] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$b] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
03:02:23 [INFO] [04/09/2024 07:02:23.782] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$b] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
03:02:23 [INFO] [04/09/2024 07:02:23.792] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$b] Another ping iteration is currently in progress. Next iteration will be started after <PT10M>.
03:02:23 Apr 09, 2024 7:02:23 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:02:23 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.
03:02:24 Apr 09, 2024 7:02:24 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:02:24 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.
03:02:24 Apr 09, 2024 7:02:24 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:02:24 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.
03:02:24 [INFO] [04/09/2024 07:02:24.809] [Thread-27] [pekko://PekkoTestSystem/user/$b] Sending pings completed.
03:02:24 [INFO] [04/09/2024 07:02:24.809] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$b] Got ping completed.
03:02:24 [INFO] [04/09/2024 07:02:24.910] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:24 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 s -- in org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
03:02:25 [INFO] 
03:02:25 [INFO] Results:
03:02:25 [INFO] 
03:02:25 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
03:02:25 [INFO] 
03:02:25 [INFO] 
03:02:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors ---
03:02:25 [INFO] 
03:02:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors ---
03:02:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
03:02:25 [INFO] 
03:02:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors ---
03:02:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:02:25 [INFO] No previous run data found, generating javadoc.
03:02:28 [WARNING] Javadoc Warnings
03:02:28 [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
03:02:28 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass());
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand);
03:02:28 [WARNING] ^
03:02:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:534: warning: no comment
03:02:28 [WARNING] protected void becomeDeletedHandler() {
03:02:28 [WARNING] ^
03:02:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:684: warning: no comment
03:02:28 [WARNING] protected void handleByCommandStrategy(final C command) {
03:02:28 [WARNING] ^
03:02:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1051: warning: no comment
03:02:28 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) {
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] @Nullable protected ActorRef enforcerChild;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] @Nullable protected E entityId;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected final Duration localAskTimeout;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected final MongoReadJournal mongoReadJournal;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa";
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] @Nullable protected ActorRef persistenceActorChild;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected void becomeTwinSignalProcessingAwaiting() {
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer(
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected void restartChild() {
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() {
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() {
03:02:28 [WARNING] ^
03:02:28 [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>
03:02:28 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) {
03:02:28 [WARNING] ^
03:02:28 [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>
03:02:28 [WARNING] static <E extends Event<?>> Result<E> empty() {
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] public enum Control {
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] SERVICE_REQUESTS_DONE
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] SHUTDOWN,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] STREAM_COMPLETE,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] STREAM_FAILED,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] IN_QUIET_PERIOD,
03:02:28 [WARNING] ^
03:02:28 [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
03:02:28 [WARNING] RUNNING
03:02:28 [WARNING] ^
03:02:28 [WARNING] 37 warnings
03:02:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
03:02:28 [INFO] 
03:02:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors ---
03:02:28 [INFO] Tests are skipped.
03:02:28 [INFO] 
03:02:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors ---
03:02:28 [INFO] Tests are skipped.
03:02:28 [INFO] 
03:02:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors ---
03:02:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec
03:02:28 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes
03:02:28 [INFO] 
03:02:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors ---
03:02:28 [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
03:02:28 [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
03:02:28 [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
03:02:28 [INFO] 
03:02:28 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >-----------
03:02:28 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77]
03:02:28 [INFO]   from internal/utils/protocol/pom.xml
03:02:28 [INFO] --------------------------------[ jar ]---------------------------------
03:02:28 [INFO] 
03:02:28 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-protocol ---
03:02:28 [INFO] 
03:02:28 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-protocol ---
03:02:28 [INFO] 
03:02:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
03:02:28 [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
03:02:28 [INFO] 
03:02:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol ---
03:02:28 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:02:28 [WARNING] 
03:02:28 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:02:28 [WARNING] 
03:02:28 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:02:28 [WARNING] 
03:02:28 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:02:28 [INFO] 
03:02:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol ---
03:02:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources
03:02:28 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:02:28 [INFO] 
03:02:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol ---
03:02:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT...
03:02:28 [INFO] 
03:02:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol ---
03:02:28 [INFO] Changes detected - recompiling the module! :dependency
03:02:28 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
03:02:28 [INFO] 
03:02:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol ---
03:02:28 [INFO] Copying 1 resource from src/test/resources to target/test-classes
03:02:28 [INFO] 
03:02:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol ---
03:02:28 [INFO] Changes detected - recompiling the module! :dependency
03:02:28 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
03:02:28 [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.
03:02:28 [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.
03:02:28 [INFO] 
03:02:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol ---
03:02:28 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:02:28 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/surefire-reports
03:02:28 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:02:28 [INFO] 
03:02:28 [INFO] -------------------------------------------------------
03:02:28 [INFO]  T E S T S
03:02:28 [INFO] -------------------------------------------------------
03:02:29 [INFO] Running org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
03:02:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 s -- in org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
03:02:31 [INFO] Running org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
03:02:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.133 s -- in org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
03:02:33 [INFO] 
03:02:33 [INFO] Results:
03:02:33 [INFO] 
03:02:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
03:02:33 [INFO] 
03:02:33 [INFO] 
03:02:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol ---
03:02:33 [INFO] 
03:02:33 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol ---
03:02:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar
03:02:33 [INFO] 
03:02:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol ---
03:02:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:02:33 [INFO] No previous run data found, generating javadoc.
03:02:34 [WARNING] Javadoc Warnings
03:02:34 [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
03:02:34 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config;
03:02:34 [WARNING] ^
03:02:34 [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
03:02:34 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig);
03:02:34 [WARNING] ^
03:02:34 [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
03:02:34 [WARNING] enum ProtocolConfigValue implements KnownConfigValue {
03:02:34 [WARNING] ^
03:02:34 [WARNING] 3 warnings
03:02:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
03:02:35 [INFO] 
03:02:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol ---
03:02:35 [INFO] Tests are skipped.
03:02:35 [INFO] 
03:02:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol ---
03:02:35 [INFO] Tests are skipped.
03:02:35 [INFO] 
03:02:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol ---
03:02:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec
03:02:35 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes
03:02:35 [INFO] 
03:02:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol ---
03:02:35 [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
03:02:35 [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
03:02:35 [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
03:02:35 [INFO] 
03:02:35 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >----------
03:02:35 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77]
03:02:35 [INFO]   from rql/search-option-parser/pom.xml
03:02:35 [INFO] -------------------------------[ bundle ]-------------------------------
03:02:35 [INFO] 
03:02:35 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-search-option-parser ---
03:02:35 [INFO] 
03:02:35 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-search-option-parser ---
03:02:35 [INFO] 
03:02:35 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
03:02:35 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:02:35 [INFO] 
03:02:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
03:02:35 [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
03:02:35 [INFO] 
03:02:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser ---
03:02:35 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:02:35 [WARNING] 
03:02:35 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:02:35 [WARNING] 
03:02:35 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:02:35 [WARNING] 
03:02:35 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:02:35 [INFO] 
03:02:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser ---
03:02:35 [INFO] Copying 0 resource from src/main/resources to target/classes
03:02:35 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:02:35 [INFO] 
03:02:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser ---
03:02:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT...
03:02:35 [INFO] 
03:02:35 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser ---
03:02: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
03:02:35 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ...
03:02:40 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
03:02:40 [WARNING] one warning found
03:02:41 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
03:02:41 1 warning.
03:02:41 [INFO] done compiling
03:02:41 [INFO] compile in 6.1 s
03:02:41 [INFO] 
03:02:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser ---
03:02:41 [INFO] Changes detected - recompiling the module! :dependency
03:02:41 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
03:02:41 [WARNING] bootstrap class path not set in conjunction with -source 8
03:02:41 [INFO] 
03:02:41 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser ---
03:02:41 [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
03:02:41 [INFO] compile in 0.0 s
03:02:41 [INFO] 
03:02:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser ---
03:02:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources
03:02:41 [INFO] 
03:02:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser ---
03:02:41 [INFO] Changes detected - recompiling the module! :dependency
03:02:41 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
03:02:41 [WARNING] bootstrap class path not set in conjunction with -source 8
03:02:41 [INFO] 
03:02:41 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser ---
03:02:41 [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
03:02:41 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/test-classes ...
03:02:42 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
03:02:42 1 warning.
03:02:42 [INFO] done compiling
03:02:42 [INFO] compile in 1.3 s
03:02:42 [INFO] 
03:02:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser ---
03:02:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:02:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/surefire-reports
03:02:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:02:42 [INFO] 
03:02:42 [INFO] -------------------------------------------------------
03:02:42 [INFO]  T E S T S
03:02:42 [INFO] -------------------------------------------------------
03:02:43 [INFO] Running org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
03:02:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 s -- in org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
03:02:44 [INFO] 
03:02:44 [INFO] Results:
03:02:44 [INFO] 
03:02:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
03:02:44 [INFO] 
03:02:44 [INFO] 
03:02:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser ---
03:02:44 [INFO] 
03:02:44 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser ---
03:02:44 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
03:02:44 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar
03:02:44 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF
03:02:44 [INFO] 
03:02:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser ---
03:02:44 [INFO] Tests are skipped.
03:02:44 [INFO] 
03:02:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser ---
03:02:44 [INFO] Tests are skipped.
03:02:44 [INFO] 
03:02:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser ---
03:02:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec
03:02:44 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes
03:02:44 [INFO] 
03:02:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser ---
03:02:44 [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
03:02:44 [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
03:02:44 [INFO] 
03:02:44 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser ---
03:02:44 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar
03:02:44 [INFO] Writing OBR metadata
03:02:44 [INFO] 
03:02:44 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------
03:02:44 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77]
03:02:44 [INFO]   from internal/utils/search/pom.xml
03:02:44 [INFO] --------------------------------[ jar ]---------------------------------
03:02:44 [INFO] 
03:02:44 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-search ---
03:02:44 [INFO] 
03:02:44 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-search ---
03:02:44 [INFO] 
03:02:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
03:02:44 [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
03:02:44 [INFO] 
03:02:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search ---
03:02:44 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:02:44 [WARNING] 
03:02:44 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:02:44 [WARNING] 
03:02:44 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:02:44 [WARNING] 
03:02:44 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:02:44 [INFO] 
03:02:44 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search ---
03:02:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources
03:02:44 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:02:44 [INFO] 
03:02:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search ---
03:02:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT...
03:02:44 [INFO] 
03:02:44 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search ---
03:02:44 [INFO] Changes detected - recompiling the module! :dependency
03:02:44 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes
03:02:44 [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.
03:02:44 [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.
03:02:44 [INFO] 
03:02:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search ---
03:02:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources
03:02:44 [INFO] 
03:02:44 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search ---
03:02:44 [INFO] Changes detected - recompiling the module! :dependency
03:02:44 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
03:02:44 [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.
03:02:44 [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.
03:02:44 [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.
03:02:44 [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.
03:02:44 [INFO] 
03:02:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search ---
03:02:44 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:02:44 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/surefire-reports
03:02:44 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:02:44 [INFO] 
03:02:44 [INFO] -------------------------------------------------------
03:02:44 [INFO]  T E S T S
03:02:44 [INFO] -------------------------------------------------------
03:02:45 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceTest
03:02:48 SLF4J(W): Class path contains multiple SLF4J providers.
03:02:48 SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@5274830e]
03:02:48 SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@6a0ee80]
03:02:48 SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation.
03:02:48 SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@5274830e]
03:02:48 [WARN] [04/09/2024 07:02:48.824] [default-pekko.actor.default-dispatcher-5] [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
03:02:49 [INFO] [04/09/2024 07:02:48.963] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:49 [INFO] [04/09/2024 07:02:49.268] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:49 07:02:49.405 [default-pekko.actor.default-dispatcher-5] 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
03:02:49 [INFO] [04/09/2024 07:02:49.549] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:49 [WARN] [04/09/2024 07:02:49.644] [default-pekko.actor.default-dispatcher-6] [SinkRefStageImpl(pekko://default)] [SinkRef-0] Stream already completed before remote side materialized, failing now.
03:02:49 [INFO] [04/09/2024 07:02:49.647] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.105 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceTest
03:02:49 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
03:02:49 [INFO] [04/09/2024 07:02:49.774] [default-pekko.actor.default-dispatcher-8] [pekko://default/user/$a] SubscriptionID not found, responding with SubscriptionFailed: <RequestFromSubscription[type=thing-search.commands:request, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=nonexistentSid, demand=1]>
03:02:49 [INFO] [04/09/2024 07:02:49.777] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 07:02:49.925 [default-pekko.actor.default-dispatcher-8] ERROR org.eclipse.ditto.internal.utils.search.SearchSource -- Unexpected error
03:02:50 org.apache.pekko.pattern.AskTimeoutException: mock error
03:02:50 [INFO] [04/09/2024 07:02:50.256] [default-pekko.actor.default-dispatcher-8] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=null, options=size(0), fields=null, namespaces=null, prefix=null]>
03:02:50 [INFO] [04/09/2024 07:02:50.262] [default-pekko.actor.default-dispatcher-8] [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 [{}]]]
03:02:50 [INFO] [04/09/2024 07:02:50.264] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] [04/09/2024 07:02:50.344] [default-pekko.actor.default-dispatcher-6] [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]>
03:02:50 [INFO] [04/09/2024 07:02:50.350] [default-pekko.actor.default-dispatcher-6] [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 [{}]]]
03:02:50 [INFO] [04/09/2024 07:02:50.352] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.700 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
03:02:50 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
03:02:50 [INFO] [04/09/2024 07:02:50.409] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] [04/09/2024 07:02:50.452] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] [04/09/2024 07:02:50.487] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] [04/09/2024 07:02:50.628] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
03:02:50 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
03:02:50 [INFO] [04/09/2024 07:02:50.686] [SubscriptionActorTest0-pekko.actor.default-dispatcher-6] [pekko://SubscriptionActorTest0/user/-2147483648] Stopping due to idle timeout
03:02:50 [INFO] [04/09/2024 07:02:50.718] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] [04/09/2024 07:02:50.768] [SubscriptionActorTest0-pekko.actor.default-dispatcher-6] [pekko://SubscriptionActorTest0/user/-2147483648] Processing <CancelSubscription[type=thing-search.commands:cancel, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=-2147483648]>
03:02:50 [INFO] [04/09/2024 07:02:50.768] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] [04/09/2024 07:02:50.880] [SubscriptionActorTest0-pekko.actor.default-dispatcher-6] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
03:02:50 [INFO] [04/09/2024 07:02:50.881] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:50 [INFO] [04/09/2024 07:02:50.989] [SubscriptionActorTest0-pekko.actor.default-dispatcher-6] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
03:02:50 [INFO] [04/09/2024 07:02:50.990] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:02:51 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
03:02:51 [INFO] 
03:02:51 [INFO] Results:
03:02:51 [INFO] 
03:02:51 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
03:02:51 [INFO] 
03:02:51 [INFO] 
03:02:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search ---
03:02:51 [INFO] 
03:02:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search ---
03:02:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar
03:02:51 [INFO] 
03:02:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search ---
03:02:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:02:51 [INFO] No previous run data found, generating javadoc.
03:02:53 [WARNING] Javadoc Warnings
03:02:53 [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
03:02:53 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) {
03:02:53 [WARNING] ^
03:02:53 [WARNING] 1 warning
03:02:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
03:02:53 [INFO] 
03:02:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search ---
03:02:53 [INFO] Tests are skipped.
03:02:53 [INFO] 
03:02:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search ---
03:02:53 [INFO] Tests are skipped.
03:02:53 [INFO] 
03:02:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search ---
03:02:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
03:02:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes
03:02:53 [INFO] 
03:02:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search ---
03:02:53 [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
03:02:53 [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
03:02:53 [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
03:02:53 [INFO] 
03:02:53 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >-------
03:02:53 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77]
03:02:53 [INFO]   from internal/utils/pubsub-policies/pom.xml
03:02:53 [INFO] --------------------------------[ jar ]---------------------------------
03:02:53 [INFO] 
03:02:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] 
03:02:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] 
03:02:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
03:02: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/internal/utils/pubsub-policies/target/jacoco.exec
03:02:53 [INFO] 
03:02:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:02:53 [WARNING] 
03:02:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:02:53 [WARNING] 
03:02:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:02:53 [WARNING] 
03:02:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:02:53 [INFO] 
03:02:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources
03:02:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:02:53 [INFO] 
03:02:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT...
03:02:53 [INFO] 
03:02:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] Changes detected - recompiling the module! :dependency
03:02:53 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes
03:02:53 [INFO] 
03:02:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources
03:02:53 [INFO] 
03:02:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] No sources to compile
03:02:53 [INFO] 
03:02:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:02:53 [INFO] No tests to run.
03:02:53 [INFO] 
03:02:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] 
03:02:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
03:02:53 [INFO] 
03:02:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies ---
03:02:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:02:53 [INFO] No previous run data found, generating javadoc.
03:02:54 [WARNING] Javadoc Warnings
03:02:54 [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
03:02:54 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies;
03:02:54 [WARNING] ^
03:02:54 [WARNING] 1 warning
03:02:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
03:02:54 [INFO] 
03:02:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies ---
03:02:54 [INFO] Tests are skipped.
03:02:54 [INFO] 
03:02:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies ---
03:02:54 [INFO] Tests are skipped.
03:02:54 [INFO] 
03:02:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies ---
03:02:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:02:54 [INFO] 
03:02:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies ---
03:02:54 [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
03:02:54 [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
03:02:54 [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
03:02:54 [INFO] 
03:02:54 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >--------
03:02:54 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77]
03:02:54 [INFO]   from internal/utils/pubsub-things/pom.xml
03:02:54 [INFO] --------------------------------[ jar ]---------------------------------
03:02:54 [INFO] 
03:02:54 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] 
03:02:54 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] 
03:02:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
03:02: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/pubsub-things/target/jacoco.exec
03:02:54 [INFO] 
03:02:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things ---
03:02:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:02:54 [WARNING] 
03:02:54 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:02:54 [WARNING] 
03:02:54 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:02:54 [WARNING] 
03:02:54 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:02:54 [INFO] 
03:02:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources
03:02:54 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:02:54 [INFO] 
03:02:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT...
03:02:54 [INFO] 
03:02:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] Changes detected - recompiling the module! :dependency
03:02:54 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes
03:02:54 [INFO] 
03:02:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources
03:02:54 [INFO] 
03:02:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] No sources to compile
03:02:54 [INFO] 
03:02:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things ---
03:02:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:02:54 [INFO] No tests to run.
03:02:54 [INFO] 
03:02:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] 
03:02:54 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things ---
03:02:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
03:02:54 [INFO] 
03:02:54 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things ---
03:02:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:02:54 [INFO] No previous run data found, generating javadoc.
03:02:56 [WARNING] Javadoc Warnings
03:02:56 [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
03:02:56 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings;
03:02:56 [WARNING] ^
03:02:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:56: warning: no @param for resubscribe
03:02:56 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber,
03:02:56 [WARNING] ^
03:02:56 [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
03:02:56 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) {
03:02:56 [WARNING] ^
03:02:56 [WARNING] 3 warnings
03:02:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
03:02:56 [INFO] 
03:02:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things ---
03:02:56 [INFO] Tests are skipped.
03:02:56 [INFO] 
03:02:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things ---
03:02:56 [INFO] Tests are skipped.
03:02:56 [INFO] 
03:02:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things ---
03:02:56 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:02:56 [INFO] 
03:02:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things ---
03:02:56 [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
03:02:56 [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
03:02:56 [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
03:02:56 [INFO] 
03:02:56 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------
03:02:56 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT     [67/77]
03:02:56 [INFO]   from connectivity/service/pom.xml
03:02:56 [INFO] --------------------------------[ jar ]---------------------------------
03:03:06 [INFO] 
03:03:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-service ---
03:03:06 [INFO] 
03:03:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-service ---
03:03:06 [INFO] 
03:03:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
03:03: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/connectivity/service/target/jacoco.exec
03:03:06 [INFO] 
03:03:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service ---
03:03:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:03:06 [WARNING] 
03:03:06 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:03:06 [WARNING] 
03:03:06 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:03:06 [WARNING] 
03:03:06 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:03:06 [INFO] 
03:03:06 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service ---
03:03:06 [INFO] Copying 1 resource from src/main/resources to target/classes
03:03:06 [INFO] Copying 8 resources from src/main/resources to target/classes
03:03:06 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:03:06 [INFO] 
03:03:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service ---
03:03:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT...
03:03:06 [INFO] 
03:03:06 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service ---
03:03:06 [INFO] Changes detected - recompiling the module! :dependency
03:03:06 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes
03:03:11 [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
03:03:11 [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
03:03:11 [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
03:03:11 [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
03:03:11 [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
03:03:11 [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
03:03:11 [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
03:03:11 [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
03:03:11 [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.
03:03:11 [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.
03:03:11 [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.
03:03:11 [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.
03:03:11 [INFO] 
03:03:11 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service ---
03:03:11 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar
03:03:12 [INFO] 
03:03:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service ---
03:03:12 [INFO] Copying 39 resources from src/test/resources to target/test-classes
03:03:12 [INFO] 
03:03:12 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service ---
03:03:12 [INFO] Changes detected - recompiling the module! :dependency
03:03:12 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes
03:03:18 [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.
03:03:18 [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.
03:03:18 [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.
03:03:18 [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.
03:03:18 [INFO] 
03:03:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service ---
03:03:18 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:03:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/surefire-reports
03:03:18 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:03:18 [INFO] 
03:03:18 [INFO] -------------------------------------------------------
03:03:18 [INFO]  T E S T S
03:03:18 [INFO] -------------------------------------------------------
03:03:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
03:03:21 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.207 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
03:03:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
03:03:21 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:03:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
03:03:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
03:03:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
03:03:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest
03:03:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest
03:03:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
03:03:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
03:03:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
03:03:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
03:03:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
03:03:26 [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.617 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
03:03:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
03:03:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
03:03:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
03:03:27 07:03:27.505 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect publishing client <publishingClient>. Disconnecting subscribing client …
03:03:27 java.lang.IllegalStateException: Yolo!
03:03:27 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDisconnectsSubscribingClientIfConnectingPublishingClientFailed(DefaultGenericMqttClientTest.java:226)
03:03:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:03:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:03:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:03:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:03:27 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:03:27 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:03:27 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:03:27 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:03:27 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:03:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:03:27 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:03:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:03:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:03:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:03:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:03:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:03:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:03:27 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:03:27 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:03:27 07:03:27.659 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect subscribing client <subscribingClient>.
03:03:27 java.lang.IllegalStateException: Yolo!
03:03:27 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.disconnectFailsIfDisconnectOnSubscribingClientFails(DefaultGenericMqttClientTest.java:264)
03:03:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:03:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:03:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:03:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:03:27 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:03:27 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:03:27 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:03:27 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:03:27 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:03:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:03:27 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:03:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:03:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:03:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:03:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:03:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:03:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:03:27 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:03:27 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:03:27 07:03:27.664 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect publishing client <publishingClient>.
03:03:27 07:03:27.670 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <subscribingClient>.
03:03:27 java.lang.IllegalStateException: Yolo!
03:03:27 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDoesNotCallConnectOnPublishingClientIfConnectingSubscribingClientFailed(DefaultGenericMqttClientTest.java:200)
03:03:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:03:27 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:03:27 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:03:27 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:03:27 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:03:27 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:03:27 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:03:27 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:03:27 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:03:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:03:27 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:03:27 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:03:27 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:03:27 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:03:27 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:03:27 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:03:27 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:03:27 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:27 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:03:27 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:03:27 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:03:27 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:03:27 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:03:27 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:03:27 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.331 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
03:03:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
03:03:28 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
03:03:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
03:03:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
03:03:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
03:03:28 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
03:03:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
03:03:32 [INFO] [04/09/2024 07:03:32.544] [main] [CoordinatedShutdown(pekko://Mqtt5RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:32 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.214 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
03:03:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
03:03:32 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
03:03:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
03:03:33 [INFO] [04/09/2024 07:03:33.159] [main] [CoordinatedShutdown(pekko://Mqtt3RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:33 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest
03:03:33 [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
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
03:03:33 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
03:03:33 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest
03:03:33 [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
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
03:03:33 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
03:03:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
03:03:33 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
03:03:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
03:03:34 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
03:03:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
03:03:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
03:03:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
03:03:34 07:03:34.177 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:03:38 [INFO] [04/09/2024 07:03:38.891] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.892] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.893] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.894] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.895] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.896] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.897] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.898] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:38 [INFO] [04/09/2024 07:03:38.899] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 776516137>.
03:03:40 [INFO] [04/09/2024 07:03:40.797] [main] [CoordinatedShutdown(pekko://MqttConsumerActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:40 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.629 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
03:03:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
03:03:41 [INFO] [04/09/2024 07:03:40.959] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithEmptyCollectionReturnsEmptySource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:41 [INFO] [04/09/2024 07:03:41.058] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenAllSubscriptionsSuccessfulReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:41 [INFO] [04/09/2024 07:03:41.152] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenSomeSubscriptionsFailedReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:41 [INFO] [04/09/2024 07:03:41.239] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWithInvalidSourceAddressReturnsSourceWithSubscribeFailure)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:41 [INFO] [04/09/2024 07:03:41.291] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_newInstanceWithNullClientThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:41 [INFO] [04/09/2024 07:03:41.353] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithNullConnectionSourceThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
03:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest
03:03:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest
03:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
03:03:41 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
03:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest
03:03:41 [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
03:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
03:03:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
03:03:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
03:03:41 07:03:41.517 [INFO ] [main] o.e.d.c.s.m.m.MqttServerRule - Starting server at port 38365
03:03:41 07:03:41.640 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:03:43 07:03:43.164 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M8.382S> interval (min=<PT5M>)
03:03:43 07:03:43.169 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.519S> interval (min=<PT5M>)
03:03:43 07:03:43.169 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.669S> interval (min=<PT5M>)
03:03:43 07:03:43.215 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:43 07:03:43.215 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:43 07:03:43.216 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.442S> interval (min=<PT5M>)
03:03:43 07:03:43.233 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:43 07:03:43.233 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:43 07:03:43.251 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.701S> interval (min=<PT5M>)
03:03:43 07:03:43.251 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:43 07:03:43.582 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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@34b20c11]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:43 07:03:43.594 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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=[]]}]>
03:03:43 07:03:43.640 [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@34b20c11]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:43 07:03:43.640 [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=[]]}]>
03:03:43 07:03:43.659 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34384 
03:03:43 07:03:43.663 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:43 07:03:43.726 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:43 07:03:43.815 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:03:43 07:03:43.832 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithSourceHeaderMapping-62a0434, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:43 07:03:43.857 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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>.
03:03:43 07:03:43.861 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:03:43 07:03:43.931 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
03:03:44 07:03:44.050 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M55.288S> interval (min=<PT5M>)
03:03:44 07:03:44.050 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.051 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.091S> interval (min=<PT5M>)
03:03:44 07:03:44.052 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.337S> interval (min=<PT5M>)
03:03:44 07:03:44.053 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:44 07:03:44.054 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.755S> interval (min=<PT5M>)
03:03:44 07:03:44.056 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.056 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.060 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.331S> interval (min=<PT5M>)
03:03:44 07:03:44.060 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.062 [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@4e8afad6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.062 [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=[]]}]>
03:03:44 07:03:44.066 [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@4e8afad6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.066 [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=[]]}]>
03:03:44 07:03:44.079 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34394 
03:03:44 07:03:44.080 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:44 07:03:44.168 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:03:44 07:03:44.179 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:44 07:03:44.211 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] 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]>
03:03:44 07:03:44.225 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:03:44 07:03:44.278 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:03:44 07:03:44.282 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:44 07:03:44.344 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M10.1S> interval (min=<PT5M>)
03:03:44 07:03:44.344 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.345 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M0.936S> interval (min=<PT5M>)
03:03:44 07:03:44.347 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.982S> interval (min=<PT5M>)
03:03:44 07:03:44.348 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:44 07:03:44.348 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.185S> interval (min=<PT5M>)
03:03:44 07:03:44.350 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.351 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.354 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M59.372S> interval (min=<PT5M>)
03:03:44 07:03:44.355 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.356 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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@468a308e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.357 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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=[]]}]>
03:03:44 07:03:44.416 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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@468a308e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.416 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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=[]]}]>
03:03:44 07:03:44.418 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34400 
03:03:44 07:03:44.419 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:44 07:03:44.432 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-2d05f03, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:44 07:03:44.438 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] 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'.>
03:03:44 07:03:44.438 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] 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-2d05f03, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={}]] : and external headers {mqtt.qos=0, mqtt.retain=false, mqtt.topic=eclipse/invalid/address}
03:03:44 07:03:44.455 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] 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]>
03:03:44 07:03:44.457 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
03:03:44 07:03:44.458 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:44 07:03:44.616 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M34.771S> interval (min=<PT5M>)
03:03:44 07:03:44.616 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.617 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.286S> interval (min=<PT5M>)
03:03:44 07:03:44.617 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.966S> interval (min=<PT5M>)
03:03:44 07:03:44.619 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:44 07:03:44.619 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.191S> interval (min=<PT5M>)
03:03:44 07:03:44.621 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.622 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.626 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.626 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M40.391S> interval (min=<PT5M>)
03:03:44 07:03:44.628 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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@1e47ddc3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.629 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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=[]]}]>
03:03:44 07:03:44.632 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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@1e47ddc3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.632 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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=[]]}]>
03:03:44 07:03:44.634 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34410 
03:03:44 07:03:44.635 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:44 07:03:44.646 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicAndRetrieveConnectionMetrics-a4939e3, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:44 07:03:44.649 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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>.
03:03:44 07:03:44.735 [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.
03:03:44 07:03:44.746 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:44 07:03:44.803 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:03:44 07:03:44.846 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
03:03:44 07:03:44.915 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M17.066S> interval (min=<PT5M>)
03:03:44 07:03:44.915 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.916 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M50.936S> interval (min=<PT5M>)
03:03:44 07:03:44.916 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:44 07:03:44.916 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.915S> interval (min=<PT5M>)
03:03:44 07:03:44.916 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.939S> interval (min=<PT5M>)
03:03:44 07:03:44.918 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.919 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:44 07:03:44.922 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M25.634S> interval (min=<PT5M>)
03:03:44 07:03:44.922 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:44 07:03:44.924 [WARN ] [MqttClientActorTest_openAndCloseConnection-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@3c156119]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.924 [INFO ] [MqttClientActorTest_openAndCloseConnection-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=[]]}]>
03:03:44 07:03:44.927 [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@3c156119]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:44 07:03:44.927 [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=[]]}]>
03:03:44 07:03:44.939 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34422 
03:03:44 07:03:44.940 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:45 07:03:45.030 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:03:45 07:03:45.035 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
03:03:45 07:03:45.036 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:45 07:03:45.161 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M59.335S> interval (min=<PT5M>)
03:03:45 07:03:45.161 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.163 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M15.744S> interval (min=<PT5M>)
03:03:45 07:03:45.165 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.415S> interval (min=<PT5M>)
03:03:45 07:03:45.167 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:45 07:03:45.167 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.785S> interval (min=<PT5M>)
03:03:45 07:03:45.170 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.171 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.175 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M9.814S> interval (min=<PT5M>)
03:03:45 07:03:45.175 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.178 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-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@32108127]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.179 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-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=[]]}]>
03:03:45 07:03:45.182 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-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@32108127]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.183 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-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=[]]}]>
03:03:45 07:03:45.196 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34424 
03:03:45 07:03:45.218 [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@32108127]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.219 [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=[]]}]>
03:03:45 07:03:45.220 [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@32108127]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.221 [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=[]]}]>
03:03:45 07:03:45.221 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Established MQTT connection to <tcp://localhost:38365>.
03:03:45 07:03:45.232 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef> at <tcp://localhost:38365> was successful.
03:03:45 07:03:45.234 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
03:03:45 07:03:45.235 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:45 07:03:45.375 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M15.726S> interval (min=<PT5M>)
03:03:45 07:03:45.375 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.376 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.787S> interval (min=<PT5M>)
03:03:45 07:03:45.378 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.505S> interval (min=<PT5M>)
03:03:45 07:03:45.379 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:45 07:03:45.380 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.23S> interval (min=<PT5M>)
03:03:45 07:03:45.383 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.383 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.414 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.415 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.482S> interval (min=<PT5M>)
03:03:45 07:03:45.415 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] 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@22cb9c3c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.415 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] 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=[]]}]>
03:03:45 07:03:45.417 [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@22cb9c3c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.418 [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=[]]}]>
03:03:45 07:03:45.420 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34432 
03:03:45 07:03:45.420 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:45 07:03:45.435 [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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-4b79108, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:45 07:03:45.438 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-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>.
03:03:45 07:03:45.449 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34436 
03:03:45 07:03:45.450 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:45 07:03:45.460 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-4b79108, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:45 07:03:45.463 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-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>.
03:03:45 07:03:45.495 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:03:45 07:03:45.495 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] 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]
03:03:45 07:03:45.497 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
03:03:45 07:03:45.498 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:45 07:03:45.654 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M38.934S> interval (min=<PT5M>)
03:03:45 07:03:45.654 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.656 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.932S> interval (min=<PT5M>)
03:03:45 07:03:45.657 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.644S> interval (min=<PT5M>)
03:03:45 07:03:45.658 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:45 07:03:45.658 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.199S> interval (min=<PT5M>)
03:03:45 07:03:45.661 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.661 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.664 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.351S> interval (min=<PT5M>)
03:03:45 07:03:45.664 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.665 [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@6e970fef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.666 [INFO ] [MqttClientActorTest_testConnectionFails-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=[]]}]>
03:03:45 07:03:45.668 [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@6e970fef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.669 [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=[]]}]>
03:03:45 07:03:45.681 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34438 
03:03:45 07:03:45.682 [WARN ] [MqttClientActorTest_testConnectionFails-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@6e970fef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.682 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef> at <tcp://localhost:38365> failed: Failed to connect.
03:03:45 07:03:45.682 [INFO ] [MqttClientActorTest_testConnectionFails-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=[]]}]>
03:03:45 07:03:45.683 [WARN ] [MqttClientActorTest_testConnectionFails-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@6e970fef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.683 [INFO ] [MqttClientActorTest_testConnectionFails-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=[]]}]>
03:03:45 07:03:45.684 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-6] 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.)>
03:03:45 07:03:45.685 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:45 07:03:45.786 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M57.017S> interval (min=<PT5M>)
03:03:45 07:03:45.787 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.788 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.689S> interval (min=<PT5M>)
03:03:45 07:03:45.788 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.481S> interval (min=<PT5M>)
03:03:45 07:03:45.789 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:45 07:03:45.790 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.915S> interval (min=<PT5M>)
03:03:45 07:03:45.792 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.792 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:45 07:03:45.795 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:45 07:03:45.795 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M49.191S> interval (min=<PT5M>)
03:03:45 07:03:45.797 [WARN ] [MqttClientActorTest_publishToReplyTarget-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@2911f797]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.814 [INFO ] [MqttClientActorTest_publishToReplyTarget-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=[]]}]>
03:03:45 07:03:45.816 [WARN ] [MqttClientActorTest_publishToReplyTarget-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@2911f797]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:45 07:03:45.817 [INFO ] [MqttClientActorTest_publishToReplyTarget-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=[]]}]>
03:03:45 07:03:45.829 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34454 
03:03:45 07:03:45.830 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:45 07:03:45.903 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:03:45 07:03:45.910 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <:91d532df-dfd4-4c7d-8166-de3c639e4f9c> to PublishTarget <MqttPublishTarget [topic=replyTarget/:91d532df-dfd4-4c7d-8166-de3c639e4f9c, qos=AT_MOST_ONCE]>
03:03:45 07:03:45.912 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:03:45 07:03:45.922 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:46 07:03:46.016 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:03:46 07:03:46.016 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:46 07:03:46.019 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M8.894S> interval (min=<PT5M>)
03:03:46 07:03:46.019 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.020 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:03:46 07:03:46.020 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M49.67S> interval (min=<PT5M>)
03:03:46 07:03:46.021 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.271S> interval (min=<PT5M>)
03:03:46 07:03:46.023 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:46 07:03:46.023 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M8.57S> interval (min=<PT5M>)
03:03:46 07:03:46.025 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.025 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.030 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.981S> interval (min=<PT5M>)
03:03:46 07:03:46.030 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.031 [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@6d13d34f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.031 [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=[]]}]>
03:03:46 07:03:46.034 [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@6d13d34f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.034 [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=[]]}]>
03:03:46 07:03:46.036 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34464 
03:03:46 07:03:46.036 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:46 07:03:46.050 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6A10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.050 [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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6B10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.116 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6C10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.117 [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>.
03:03:46 07:03:46.117 [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>.
03:03:46 07:03:46.119 [INFO ] [MqttClientActorTest_consumeMultipleSources-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>.
03:03:46 07:03:46.121 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6A11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.122 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6B11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.122 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6C20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.124 [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>.
03:03:46 07:03:46.126 [INFO ] [MqttClientActorTest_consumeMultipleSources-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>.
03:03:46 07:03:46.126 [INFO ] [MqttClientActorTest_consumeMultipleSources-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>.
03:03:46 07:03:46.127 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6A12, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.129 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6B20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.129 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6C30, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.130 [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>.
03:03:46 07:03:46.131 [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>.
03:03:46 07:03:46.132 [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>.
03:03:46 07:03:46.135 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] 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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-3f60bd6B21, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.138 [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>.
03:03:46 07:03:46.139 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
03:03:46 07:03:46.140 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:46 07:03:46.144 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:03:46 07:03:46.289 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M12.568S> interval (min=<PT5M>)
03:03:46 07:03:46.289 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.289 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M6.635S> interval (min=<PT5M>)
03:03:46 07:03:46.290 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.997S> interval (min=<PT5M>)
03:03:46 07:03:46.291 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:46 07:03:46.291 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.359S> interval (min=<PT5M>)
03:03:46 07:03:46.293 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.293 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.315 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.951S> interval (min=<PT5M>)
03:03:46 07:03:46.315 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.317 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] 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@4125db4a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.317 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] 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=[]]}]>
03:03:46 07:03:46.319 [WARN ] [MqttClientActorTest_subscribeFails-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@4125db4a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.320 [INFO ] [MqttClientActorTest_subscribeFails-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=[]]}]>
03:03:46 07:03:46.332 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34468 
03:03:46 07:03:46.332 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:46 07:03:46.340 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-14] 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-04-09T07:03:46.336073613Z, connectivityStatus=null]. Staying in CONNECTING state to continue with connection recovery after backoff.
03:03:46 07:03:46.340 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-14] 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-04-09T07:03:46.336073613Z, connectivityStatus=null]>
03:03:46 07:03:46.341 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] 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-04-09T07:03:46.336073613Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:03:46 07:03:46.342 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
03:03:46 07:03:46.342 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:46 07:03:46.484 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M13.433S> interval (min=<PT5M>)
03:03:46 07:03:46.484 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.484 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.221S> interval (min=<PT5M>)
03:03:46 07:03:46.485 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M26.818S> interval (min=<PT5M>)
03:03:46 07:03:46.486 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:46 07:03:46.486 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.638S> interval (min=<PT5M>)
03:03:46 07:03:46.489 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.489 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.492 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.277S> interval (min=<PT5M>)
03:03:46 07:03:46.492 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.495 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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@31a818d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.495 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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=[]]}]>
03:03:46 07:03:46.516 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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@31a818d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.516 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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=[]]}]>
03:03:46 07:03:46.519 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34480 
03:03:46 07:03:46.519 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:46 07:03:46.530 [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=ee61421b-8dd5-4c1b-9773-7cc24048edef, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcement-b1c7f02, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:03:46 07:03:46.533 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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>.
03:03:46 07:03:46.533 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
03:03:46 07:03:46.534 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:46 07:03:46.648 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M6.556S> interval (min=<PT5M>)
03:03:46 07:03:46.649 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.650 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.579S> interval (min=<PT5M>)
03:03:46 07:03:46.650 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.612S> interval (min=<PT5M>)
03:03:46 07:03:46.651 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:46 07:03:46.652 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M48.534S> interval (min=<PT5M>)
03:03:46 07:03:46.653 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.653 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:46 07:03:46.656 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.498S> interval (min=<PT5M>)
03:03:46 07:03:46.656 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:46 07:03:46.658 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-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@2d42cee4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.658 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-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=[]]}]>
03:03:46 07:03:46.661 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-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@2d42cee4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:46 07:03:46.661 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-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=[]]}]>
03:03:46 07:03:46.673 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34486 
03:03:46 07:03:46.674 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
03:03:46 07:03:46.771 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:03:46 07:03:46.771 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:03:46 07:03:46.772 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:46 07:03:46.872 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:47 07:03:46.947 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M53.305S> interval (min=<PT5M>)
03:03:47 07:03:46.947 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:47 07:03:46.948 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.148S> interval (min=<PT5M>)
03:03:47 07:03:46.949 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.995S> interval (min=<PT5M>)
03:03:47 07:03:46.950 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:47 07:03:46.950 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.079S> interval (min=<PT5M>)
03:03:47 07:03:46.952 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:46.952 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:46.952 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
03:03:47 07:03:46.953 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:47 07:03:46.954 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.822S> interval (min=<PT5M>)
03:03:47 07:03:46.955 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:47 07:03:46.956 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-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@4710cf8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:47 07:03:46.957 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:03:47 07:03:46.957 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-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=[]]}]>
03:03:47 07:03:46.961 [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@4710cf8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:47 07:03:46.961 [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=[]]}]>
03:03:47 07:03:47.035 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34488 
03:03:47 07:03:47.115 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:47 07:03:47.161 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M21.405S> interval (min=<PT5M>)
03:03:47 07:03:47.161 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:47 07:03:47.162 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M6.048S> interval (min=<PT5M>)
03:03:47 07:03:47.162 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.173S> interval (min=<PT5M>)
03:03:47 07:03:47.163 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:47 07:03:47.163 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.504S> interval (min=<PT5M>)
03:03:47 07:03:47.165 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:47.165 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:47.215 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.717S> interval (min=<PT5M>)
03:03:47 07:03:47.216 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:47 07:03:47.217 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-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@266b0aa0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:47 07:03:47.217 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-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=[]]}]>
03:03:47 07:03:47.220 [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@266b0aa0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:47 07:03:47.220 [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=[]]}]>
03:03:47 07:03:47.223 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] 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.
03:03:47 07:03:47.225 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:47 07:03:47.332 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:47 07:03:47.531 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M35.373S> interval (min=<PT5M>)
03:03:47 07:03:47.531 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:47 07:03:47.531 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.609S> interval (min=<PT5M>)
03:03:47 07:03:47.532 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.445S> interval (min=<PT5M>)
03:03:47 07:03:47.533 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:47 07:03:47.533 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.854S> interval (min=<PT5M>)
03:03:47 07:03:47.536 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:47.536 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:47.538 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M13.069S> interval (min=<PT5M>)
03:03:47 07:03:47.539 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:47 07:03:47.542 [WARN ] [MqttClientActorTest_enableConnectionLogs-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@12bc80b2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:47 07:03:47.543 [INFO ] [MqttClientActorTest_enableConnectionLogs-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=[]]}]>
03:03:47 07:03:47.545 [WARN ] [MqttClientActorTest_enableConnectionLogs-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@12bc80b2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:47 07:03:47.545 [INFO ] [MqttClientActorTest_enableConnectionLogs-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=[]]}]>
03:03:47 07:03:47.547 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:47.547 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <22> loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:47 07:03:47.548 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34496 
03:03:47 07:03:47.655 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:47 07:03:47.864 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
03:03:47 07:03:47.865 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:47 07:03:47.917 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:03:48 07:03:47.955 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
03:03:48 07:03:47.955 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:48 07:03:47.956 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:48 07:03:48.025 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34510 
03:03:48 07:03:48.025 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 34508 
03:03:48 07:03:48.133 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef> failed. Disabling automatic reconnect.
03:03:48 07:03:48.134 [INFO ] [RxComputationThreadPool-1] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:48 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
03:03:48 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:48 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:03:48 	... 12 common frames omitted
03:03:48 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:48 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
03:03:48 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
03:03:48 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
03:03:48 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
03:03:48 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
03:03:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
03:03:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:03:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:03:48 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:48 07:03:48.137 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:48 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
03:03:48 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:48 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:03:48 	... 17 common frames omitted
03:03:48 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:48 	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:48 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:48 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
03:03:48 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
03:03:48 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
03:03:48 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
03:03:48 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
03:03:48 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
03:03:48 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:03:48 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:03:48 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:48 07:03:48.785 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M57.958S> interval (min=<PT5M>)
03:03:48 07:03:48.785 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:48 07:03:48.786 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.324S> interval (min=<PT5M>)
03:03:48 07:03:48.787 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M0.128S> interval (min=<PT5M>)
03:03:48 07:03:48.787 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:48 07:03:48.787 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.512S> interval (min=<PT5M>)
03:03:48 07:03:48.789 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:48 07:03:48.789 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:48 07:03:48.791 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:48 07:03:48.791 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.688S> interval (min=<PT5M>)
03:03:48 07:03:48.793 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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@3e33b90c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:48 07:03:48.793 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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=[]]}]>
03:03:48 07:03:48.795 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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@3e33b90c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:48 07:03:48.796 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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=[]]}]>
03:03:48 07:03:48.817 [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@3e33b90c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:48 07:03:48.817 [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=[]]}]>
03:03:48 07:03:48.818 [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@3e33b90c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:48 07:03:48.818 [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=[]]}]>
03:03:48 07:03:48.819 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - received unknown/unsupported message OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=ee61421b-8dd5-4c1b-9773-7cc24048edef] in state TESTING - status: unknown: Testing connection since 2024-04-09T07:03:48.818784409Z - sender: Actor[pekko://MqttClientActorTest_testTLSConnectionWithoutCertificateCheck/user/$a#792041613]
03:03:48 07:03:48.916 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:49 07:03:49.246 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:49 java.security.cert.CertificateException: No name matching localhost found
03:03:49 	at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:234)
03:03:49 	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:103)
03:03:49 	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:109)
03:03:49 	at org.eclipse.ditto.connectivity.service.messaging.internal.ssl.DittoTrustManager.checkServerTrusted(DittoTrustManager.java:107)
03:03:49 	at java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1455)
03:03:49 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1335)
03:03:49 	... 29 common frames omitted
03:03:49 Wrapped by: javax.net.ssl.SSLHandshakeException: No name matching localhost found
03:03:49 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
03:03:49 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
03:03:49 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
03:03:49 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
03:03:49 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
03:03:49 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
03:03:49 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
03:03:49 	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
03:03:49 	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
03:03:49 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277)
03:03:49 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264)
03:03:49 	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
03:03:49 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209)
03:03:49 	at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1647)
03:03:49 	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1493)
03:03:49 	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1334)
03:03:49 	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1383)
03:03:49 	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
03:03:49 	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
03:03:49 	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
03:03:49 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
03:03:49 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
03:03:49 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
03:03:49 	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
03:03:49 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
03:03:49 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
03:03:49 	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
03:03:49 	at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)
03:03:49 	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509)
03:03:49 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
03:03:49 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
03:03:49 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
03:03:49 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
03:03:49 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:49 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
03:03:49 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
03:03:49 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:03:49 	... 17 common frames omitted
03:03:49 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
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:49 	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:49 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:49 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
03:03:49 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
03:03:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
03:03:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
03:03:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
03:03:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
03:03:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:03:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:03:49 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:51 07:03:51.889 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:03:52 07:03:52.240 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:03:52 07:03:52.650 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:03:53 07:03:53.829 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - test timed out.
03:03:53 07:03:53.831 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:53 07:03:53.927 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M18.383S> interval (min=<PT5M>)
03:03:53 07:03:53.927 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:53 07:03:53.929 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.442S> interval (min=<PT5M>)
03:03:53 07:03:53.931 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.084S> interval (min=<PT5M>)
03:03:54 07:03:53.933 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:54 07:03:53.933 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.116S> interval (min=<PT5M>)
03:03:54 07:03:53.936 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:53.936 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:53.940 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:54 07:03:53.940 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M0.844S> interval (min=<PT5M>)
03:03:54 07:03:53.942 [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@defcb3f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:54 07:03:53.943 [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=[]]}]>
03:03:54 07:03:53.946 [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@defcb3f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:54 07:03:53.947 [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=[]]}]>
03:03:54 07:03:53.950 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 51000 
03:03:54 07:03:53.953 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 51014 
03:03:54 07:03:53.957 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef> failed. Disabling automatic reconnect.
03:03:54 07:03:53.957 [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-04-09T07:03:53.957302799Z, connectivityStatus=null]>
03:03:54 07:03:53.957 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
03:03:54 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:54 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:03:54 	... 17 common frames omitted
03:03:54 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:54 	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:54 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
03:03:54 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
03:03:54 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
03:03:54 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
03:03:54 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
03:03:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
03:03:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:03:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:03:54 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:54 07:03:53.959 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] 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-04-09T07:03:53.957302799Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:03:54 07:03:53.959 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] 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-04-09T07:03:53.957302799Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionMetrics/deadLetters]
03:03:54 07:03:54.023 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:54 07:03:54.061 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:54 07:03:54.103 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M42.704S> interval (min=<PT5M>)
03:03:54 07:03:54.103 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:54 07:03:54.104 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.261S> interval (min=<PT5M>)
03:03:54 07:03:54.105 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.513S> interval (min=<PT5M>)
03:03:54 07:03:54.106 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:54 07:03:54.106 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M51.772S> interval (min=<PT5M>)
03:03:54 07:03:54.108 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:54.108 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:54.116 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.661S> interval (min=<PT5M>)
03:03:54 07:03:54.116 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:54 07:03:54.117 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] 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@18865703]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:54 07:03:54.118 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] 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=[]]}]>
03:03:54 07:03:54.120 [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@18865703]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:54 07:03:54.120 [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=[]]}]>
03:03:54 07:03:54.121 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:54.123 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 51030 
03:03:54 07:03:54.124 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 51042 
03:03:54 07:03:54.125 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef> failed. Disabling automatic reconnect.
03:03:54 07:03:54.126 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
03:03:54 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:54 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:03:54 	... 12 common frames omitted
03:03:54 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:54 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
03:03:54 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
03:03:54 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
03:03:54 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
03:03:54 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
03:03:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
03:03:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:03:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:03:54 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:54 07:03:54.126 [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-04-09T07:03:54.125831173Z, connectivityStatus=null]>
03:03:54 07:03:54.126 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] 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-04-09T07:03:54.125831173Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:03:54 07:03:54.126 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] 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-04-09T07:03:54.125831173Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionLogs/deadLetters]
03:03:54 07:03:54.200 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:54 07:03:54.229 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:54 07:03:54.275 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M24.32S> interval (min=<PT5M>)
03:03:54 07:03:54.275 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:54 07:03:54.275 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.398S> interval (min=<PT5M>)
03:03:54 07:03:54.276 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M32.164S> interval (min=<PT5M>)
03:03:54 07:03:54.277 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <ee61421b-8dd5-4c1b-9773-7cc24048edef>
03:03:54 07:03:54.278 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.584S> interval (min=<PT5M>)
03:03:54 07:03:54.279 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:54.279 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:54.286 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:03:54 07:03:54.286 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.235S> interval (min=<PT5M>)
03:03:54 07:03:54.287 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-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@4b1c2cd8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:54 07:03:54.288 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-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=[]]}]>
03:03:54 07:03:54.291 [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@4b1c2cd8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:03:54 07:03:54.291 [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=[]]}]>
03:03:54 07:03:54.292 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 07:03:54.295 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 38365 accepted at port 51052 
03:03:54 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.81 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
03:03:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
03:03:54 07:03:54.297 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
03:03:54 07:03:54.298 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef> failed. Disabling automatic reconnect.
03:03:54 07:03:54.315 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:ee61421b-8dd5-4c1b-9773-7cc24048edef>.
03:03:54 java.net.ConnectException: finishConnect(..) failed: Connection refused
03:03:54 	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
03:03:54 	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
03:03:54 	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
03:03:54 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710)
03:03:54 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687)
03:03:54 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
03:03:54 	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499)
03:03:54 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
03:03:54 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
03:03:54 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
03:03:54 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
03:03:54 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:54 Wrapped by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:38365
03:03:54 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:38365
03:03:54 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:38365
03:03:54 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:03:54 	... 12 common frames omitted
03:03:54 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:38365
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:03:54 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:03:54 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
03:03:54 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
03:03:54 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
03:03:54 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
03:03:54 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
03:03:54 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
03:03:54 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:03:54 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:03:54 	at java.base/java.lang.Thread.run(Thread.java:833)
03:03:54 07:03:54.315 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
03:03:54 [INFO] [04/09/2024 07:03:54.439] [main] [CoordinatedShutdown(pekko://MqttClientConnectedTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:54 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
03:03:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
03:03:54 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
03:03:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
03:03:54 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
03:03:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
03:03:54 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
03:03:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
03:03:54 07:03:54.884 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:03:55 07:03:54.992 [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]>
03:03:55 07:03:55.197 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-5] 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]>
03:03:55 07:03:55.369 [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]>
03:03:55 07:03:55.540 [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]>
03:03:55 07:03:55.543 [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.
03:03:56 07:03:56.091 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-13] 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-04-09T07:03:56.065017384Z, 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-04-09T07:03:56.065017384Z, 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#36189012]]>.
03:03:56 07:03:56.091 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-13] 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-04-09T07:03:56.076927599Z, 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-04-09T07:03:56.076927599Z, 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#36189012]]>.
03:03:56 07:03:56.092 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] 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-04-09T07:03:56.078239467Z, 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-04-09T07:03:56.078239467Z, 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#36189012]]>.
03:03:56 07:03:56.250 [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=EXACTLY_ONCE]>
03:03:56 07:03:56.419 [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]>
03:03:56 07:03:56.421 [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.
03:03:56 07:03:56.426 [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.
03:03:56 java.lang.IllegalStateException: This is totally expected.
03:03:56 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest.sendPublishToBrokerFailureTriggersNegativeAcknowledgementIfAutoAckTargetPresent(MqttPublisherActorTest.java:285)
03:03:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:03:56 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:03:56 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:03:56 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:03:56 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:03:56 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:03:56 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:03:56 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:03:56 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:03:56 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
03:03:56 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:03:56 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:56 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:03:56 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:03:56 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:03:56 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:03:56 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:03:56 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:03:56 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:03:56 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:03:56 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:03:56 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:03:56 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
03:03:56 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:03:56 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:03:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:03:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:03:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:03:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:03:56 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:03:56 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:03:56 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:03:56 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:03:56 Wrapped by: org.eclipse.ditto.connectivity.model.MessageSendingFailedException: Failed to send message: This is totally expected.
03:03:56 	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:152)
03:03:56 	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:113)
03:03:56 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:03:56 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.handleGenericMqttPublishResultFailure(MqttPublisherActor.java:192)
03:03:56 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.lambda$sendMqttPublishMessageToBroker$0(MqttPublisherActor.java:164)
03:03:56 	at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757)
03:03:56 	at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735)
03:03:56 	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182)
03:03:56 	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:144)
03:03:56 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.sendMqttPublishMessageToBroker(MqttPublisherActor.java:160)
03:03:56 	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1(Sink.scala:141)
03:03:56 	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1$adapted(Sink.scala:141)
03:03:56 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:03:56 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:03:56 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:03:56 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:03:56 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:03:56 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:03:56 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:03:56 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
03:03:56 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:03:56 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:03:56 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:03:56 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:03:56 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:03:56 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:03:56 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:03:56 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:03:56 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:03:56 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:03:56 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:03:56 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:03:56 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:03:56 07:03:56.426 [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.
03:03:56 07:03:56.679 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-13] 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]>
03:03:56 07:03:56.771 [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]>
03:03:57 07:03:56.938 [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]>
03:03:57 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
03:03:57 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
03:03:57 [INFO] [04/09/2024 07:03:57.087] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-eab5fee] Failed to create HiveMqttClientProperties: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
03:03:57 [INFO] [04/09/2024 07:03:57.087] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-eab5fee] Test for connection <null> at <null> failed: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
03:03:57 [INFO] [04/09/2024 07:03:57.090] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:57 [INFO] [04/09/2024 07:03:57.278] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n] Established MQTT connection to <example.com>.
03:03:57 [INFO] [04/09/2024 07:03:57.282] [Thread-148] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException-fd3efc7] Test for connection <5bb2c50e-cf06-43eb-bbf8-ebf7751662d1> at <example.com> failed: [SubscriptionStatus[Topic filter: source/foo => Error: FAILURE(128)], SubscriptionStatus[Topic filter: source/bar => Error: QUOTA_EXCEEDED(151)]]
03:03:57 [INFO] [04/09/2024 07:03:57.283] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:57 [INFO] [04/09/2024 07:03:57.326] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-969705c] Failed to create GenericMqttClient: Some argument is invalid.
03:03:57 [INFO] [04/09/2024 07:03:57.327] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-969705c] Test for connection <5bb2c50e-cf06-43eb-bbf8-ebf7751662d1> at <example.com> failed: Some argument is invalid.
03:03:57 [INFO] [04/09/2024 07:03:57.328] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:03:57 [INFO] [04/09/2024 07:03:57.415] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o] Established MQTT connection to <example.com>.
03:03:59 07:03:59.040 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:03:59 07:03:59.042 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:03:59 07:03:59.218 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:03:59 07:03:59.221 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:07 [INFO] [04/09/2024 07:04:07.432] [ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond-scheduler-1] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorDoesNotRespond-3b480a8] Test for connection <5bb2c50e-cf06-43eb-bbf8-ebf7751662d1> at <example.com> failed: Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/system/testProbe-96> did not report its status within <PT10S>.
03:04:07 [INFO] [04/09/2024 07:04:07.434] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:07 [INFO] [04/09/2024 07:04:07.490] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p] Established MQTT connection to <example.com>.
03:04:07 [INFO] [04/09/2024 07:04:07.493] [Thread-159] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException-b810a7f] Test for connection <5bb2c50e-cf06-43eb-bbf8-ebf7751662d1> at <example.com> failed: [Subscribing failed: [source/foo, source/bar]]
03:04:07 [INFO] [04/09/2024 07:04:07.495] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:07 [INFO] [04/09/2024 07:04:07.546] [Thread-161] [pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus/user/$a][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus-867d3de] Test for connection <5bb2c50e-cf06-43eb-bbf8-ebf7751662d1> at <example.com> failed: The broker is temporarily not available
03:04:07 [INFO] [04/09/2024 07:04:07.548] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:07 [INFO] [04/09/2024 07:04:07.628] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q] Established MQTT connection to <example.com>.
03:04:07 [INFO] [04/09/2024 07:04:07.634] [Thread-169] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown-2d9fe5a] Test for connection <5bb2c50e-cf06-43eb-bbf8-ebf7751662d1> 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>.]
03:04:07 [INFO] [04/09/2024 07:04:07.636] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:07 [INFO] [04/09/2024 07:04:07.716] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r] Established MQTT connection to <example.com>.
03:04:07 [INFO] [04/09/2024 07:04:07.720] [Thread-177] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r][connection-id:5bb2c50e-cf06-43eb-bbf8-ebf7751662d1][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSuccessful-4e46094] Test for connection <5bb2c50e-cf06-43eb-bbf8-ebf7751662d1> at <example.com> was successful.
03:04:07 [INFO] [04/09/2024 07:04:07.721] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:07 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.68 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
03:04:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
03:04:07 07:04:07.788 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.792 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.798 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.800 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.801 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.816 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.817 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.818 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.820 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.824 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.827 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.836 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.837 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.838 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.838 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.839 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.840 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.841 [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@36fb5de2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
03:04:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
03:04:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
03:04:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
03:04:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
03:04:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
03:04:07 07:04:07.955 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.957 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.960 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.962 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.963 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.964 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.965 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.967 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.971 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.973 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.974 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.975 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.975 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 07:04:07.976 [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@e1d29b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:07 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
03:04:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
03:04:08 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
03:04:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
03:04:08 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest
03:04:08 07:04:08.220 [ERROR] [main] o.e.d.c.s.m.m.l.DefaultMuteableConnectionLogger - Encountered exception: <java.lang.IllegalArgumentException> in connection logger: <DefaultMuteableConnectionLogger [connectionId=connection-8ba528ee-1fcc-4181-8dcd-d10d8e53a793, delegate=Mock for ConnectionLogger, hashCode: 223215743, active=true]>. Switching delegate to: <ExceptionalConnectionLogger>.
03:04:08 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
03:04:08 07:04:08.340 [INFO ] [main] o.e.d.c.s.m.m.l.AbstractConnectionLogger - The log message contains an invalid pattern: success {} 
03:04:08 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
03:04:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
03:04:08 07:04:08.393 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-d18bdde3-6395-495b-96dc-55f1eb464ad8>.
03:04:08 07:04:08.393 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-d18bdde3-6395-495b-96dc-55f1eb464ad8>.
03:04:08 07:04:08.393 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-d18bdde3-6395-495b-96dc-55f1eb464ad8>.
03:04:08 07:04:08.394 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-d18bdde3-6395-495b-96dc-55f1eb464ad8>.
03:04:08 07:04:08.394 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-d18bdde3-6395-495b-96dc-55f1eb464ad8>.
03:04:08 07:04:08.415 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-db37a7f3-2490-4d72-ad98-2f7afd01d274>.
03:04:08 07:04:08.415 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-db37a7f3-2490-4d72-ad98-2f7afd01d274>.
03:04:08 07:04:08.415 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-db37a7f3-2490-4d72-ad98-2f7afd01d274>.
03:04:08 07:04:08.416 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-db37a7f3-2490-4d72-ad98-2f7afd01d274>.
03:04:08 07:04:08.416 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-db37a7f3-2490-4d72-ad98-2f7afd01d274>.
03:04:08 07:04:08.421 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f4645154-57a7-4f1b-8069-137cd959bea6>.
03:04:08 07:04:08.421 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f4645154-57a7-4f1b-8069-137cd959bea6>.
03:04:08 07:04:08.421 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f4645154-57a7-4f1b-8069-137cd959bea6>.
03:04:08 07:04:08.421 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f4645154-57a7-4f1b-8069-137cd959bea6>.
03:04:08 07:04:08.421 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-f4645154-57a7-4f1b-8069-137cd959bea6>.
03:04:08 07:04:08.424 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f743040e-d9f2-4390-a6ab-83f40e3537ff>.
03:04:08 07:04:08.424 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f743040e-d9f2-4390-a6ab-83f40e3537ff>.
03:04:08 07:04:08.424 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f743040e-d9f2-4390-a6ab-83f40e3537ff>.
03:04:08 07:04:08.424 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f743040e-d9f2-4390-a6ab-83f40e3537ff>.
03:04:08 07:04:08.425 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-2bd2b76d-79b7-45d5-a4e5-6863018e3326>.
03:04:08 07:04:08.425 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-2bd2b76d-79b7-45d5-a4e5-6863018e3326>.
03:04:08 07:04:08.425 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-2bd2b76d-79b7-45d5-a4e5-6863018e3326>.
03:04:08 07:04:08.426 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f88facf9-77fe-40bd-a02a-1b1c73db24c7>.
03:04:08 07:04:08.426 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f88facf9-77fe-40bd-a02a-1b1c73db24c7>.
03:04:08 07:04:08.426 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f88facf9-77fe-40bd-a02a-1b1c73db24c7>.
03:04:08 07:04:08.426 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f88facf9-77fe-40bd-a02a-1b1c73db24c7>.
03:04:08 07:04:08.427 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-72fe8e2e-322b-4d9b-8875-1a39ecbef872>.
03:04:08 07:04:08.427 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-72fe8e2e-322b-4d9b-8875-1a39ecbef872>.
03:04:08 07:04:08.427 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-72fe8e2e-322b-4d9b-8875-1a39ecbef872>.
03:04:08 07:04:08.427 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-72fe8e2e-322b-4d9b-8875-1a39ecbef872>.
03:04:08 07:04:08.430 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-72fe8e2e-322b-4d9b-8875-1a39ecbef872>.
03:04:08 07:04:08.431 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f55a332f-5e22-4dcc-819b-1956b52f1844>.
03:04:08 07:04:08.432 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f55a332f-5e22-4dcc-819b-1956b52f1844>.
03:04:08 07:04:08.432 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f55a332f-5e22-4dcc-819b-1956b52f1844>.
03:04:08 07:04:08.432 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f55a332f-5e22-4dcc-819b-1956b52f1844>.
03:04:08 07:04:08.432 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-f55a332f-5e22-4dcc-819b-1956b52f1844>.
03:04:08 07:04:08.432 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-f55a332f-5e22-4dcc-819b-1956b52f1844>.
03:04:08 07:04:08.433 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-84339ec7-657f-450c-819c-eb056ee0dde7>.
03:04:08 07:04:08.433 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-84339ec7-657f-450c-819c-eb056ee0dde7>.
03:04:08 07:04:08.433 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-84339ec7-657f-450c-819c-eb056ee0dde7>.
03:04:08 07:04:08.434 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-499f788c-69ca-4209-8454-389a08c0158c>.
03:04:08 07:04:08.434 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-499f788c-69ca-4209-8454-389a08c0158c>.
03:04:08 07:04:08.434 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-499f788c-69ca-4209-8454-389a08c0158c>.
03:04:08 07:04:08.434 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-499f788c-69ca-4209-8454-389a08c0158c>.
03:04:08 07:04:08.441 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-499f788c-69ca-4209-8454-389a08c0158c>.
03:04:08 07:04:08.441 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Dropping <1> of <5> log entries for connection with ID <loggerRegistryTest-499f788c-69ca-4209-8454-389a08c0158c>, because of size limit.
03:04:08 07:04:08.441 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-c254446f-5f13-41bd-80ce-0d279fcc2eb8>.
03:04:08 07:04:08.441 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-c254446f-5f13-41bd-80ce-0d279fcc2eb8>.
03:04:08 07:04:08.442 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-c254446f-5f13-41bd-80ce-0d279fcc2eb8>.
03:04:08 07:04:08.442 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-c254446f-5f13-41bd-80ce-0d279fcc2eb8>.
03:04:08 07:04:08.442 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-c254446f-5f13-41bd-80ce-0d279fcc2eb8>.
03:04:08 07:04:08.456 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f8fa604a-78e2-47c9-9236-d7ffc57ce001>.
03:04:08 07:04:08.456 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f8fa604a-78e2-47c9-9236-d7ffc57ce001>.
03:04:08 07:04:08.524 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-508231cc-9691-4159-a715-55999cc6207d>.
03:04:08 07:04:08.525 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-508231cc-9691-4159-a715-55999cc6207d>.
03:04:08 07:04:08.525 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-508231cc-9691-4159-a715-55999cc6207d>.
03:04:08 07:04:08.526 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-444372db-cd2c-4e85-b292-df0da479cc18>.
03:04:08 07:04:08.527 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-444372db-cd2c-4e85-b292-df0da479cc18>.
03:04:08 07:04:08.527 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-444372db-cd2c-4e85-b292-df0da479cc18>.
03:04:08 07:04:08.527 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-444372db-cd2c-4e85-b292-df0da479cc18>.
03:04:08 07:04:08.530 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-30a244a7-ce2a-4610-94de-61efc0143a12>.
03:04:08 07:04:08.530 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-30a244a7-ce2a-4610-94de-61efc0143a12>.
03:04:08 07:04:08.531 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-30a244a7-ce2a-4610-94de-61efc0143a12>.
03:04:08 07:04:08.531 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-30a244a7-ce2a-4610-94de-61efc0143a12>.
03:04:08 07:04:08.531 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-30a244a7-ce2a-4610-94de-61efc0143a12>.
03:04:08 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
03:04:08 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
03:04:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest
03:04:13 07:04:13.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.RetrieveConnectionLogsAggregatorActor - Dropping <4> of <6> log entries for connection with ID <connection-51158eb0-636d-4543-9123-50f259c8c733>, because of size limit.
03:04:13 [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
03:04:13 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
03:04:13 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
03:04:13 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
03:04:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
03:04:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
03:04:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
03:04:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
03:04:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest
03:04:14 [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
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
03:04:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest
03:04:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
03:04:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
03:04:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
03:04:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
03:04:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
03:04:15 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
03:04:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
03:04:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
03:04:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
03:04:15 [INFO] [04/09/2024 07:04:15.945] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
03:04:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
03:04:16 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
03:04:16 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
03:04:16 07:04:16.037 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:04:16 07:04:16.158 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M6.553S> interval (min=<PT5M>)
03:04:16 07:04:16.158 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:16 07:04:16.158 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M22.358S> interval (min=<PT5M>)
03:04:16 07:04:16.159 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.759S> interval (min=<PT5M>)
03:04:16 07:04:16.160 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-3f6fa60f-fc24-44bd-b3b3-4a375edcad24>
03:04:16 07:04:16.160 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.994S> interval (min=<PT5M>)
03:04:16 07:04:16.161 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-3f6fa60f-fc24-44bd-b3b3-4a375edcad24>.
03:04:16 07:04:16.161 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-3f6fa60f-fc24-44bd-b3b3-4a375edcad24>.
03:04:16 07:04:16.164 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.066S> interval (min=<PT5M>)
03:04:16 07:04:16.164 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:16 07:04:16.174 [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@77810250]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.174 [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=[]]}]>
03:04:16 07:04:16.176 [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@77810250]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.176 [INFO ] [HttpPushClientActorTest-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=[]]}]>
03:04:16 07:04:16.178 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
03:04:16 07:04:16.272 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:04:16 07:04:16.280 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] 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]>
03:04:16 07:04:16.283 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-3f6fa60f-fc24-44bd-b3b3-4a375edcad24>
03:04:16 07:04:16.435 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:04:16 07:04:16.459 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:16 07:04:16.482 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:04:16 07:04:16.583 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M19.872S> interval (min=<PT5M>)
03:04:16 07:04:16.583 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:16 07:04:16.584 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.187S> interval (min=<PT5M>)
03:04:16 07:04:16.585 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M38.875S> interval (min=<PT5M>)
03:04:16 07:04:16.616 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-d1b7b673-e9c2-4afe-8915-cd1771ad0df4>
03:04:16 07:04:16.617 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.108S> interval (min=<PT5M>)
03:04:16 07:04:16.618 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d1b7b673-e9c2-4afe-8915-cd1771ad0df4>.
03:04:16 07:04:16.618 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d1b7b673-e9c2-4afe-8915-cd1771ad0df4>.
03:04:16 07:04:16.621 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.664S> interval (min=<PT5M>)
03:04:16 07:04:16.621 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:16 07:04:16.623 [WARN ] [HttpPushClientActorTest-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@48f82a37]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.623 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] 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=[]]}]>
03:04:16 07:04:16.625 [WARN ] [HttpPushClientActorTest-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@48f82a37]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.625 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] 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=[]]}]>
03:04:16 07:04:16.627 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
03:04:16 07:04:16.706 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:04:16 07:04:16.707 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<DISCONNECTED>
03:04:16 07:04:16.709 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:16 07:04:16.882 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M20.768S> interval (min=<PT5M>)
03:04:16 07:04:16.882 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:16 07:04:16.883 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.201S> interval (min=<PT5M>)
03:04:16 07:04:16.884 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.533S> interval (min=<PT5M>)
03:04:16 07:04:16.884 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-c0dbecd6-68d1-4e5d-99db-032d2e9248ca>
03:04:16 07:04:16.885 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.518S> interval (min=<PT5M>)
03:04:16 07:04:16.886 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c0dbecd6-68d1-4e5d-99db-032d2e9248ca>.
03:04:16 07:04:16.886 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c0dbecd6-68d1-4e5d-99db-032d2e9248ca>.
03:04:16 07:04:16.889 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.285S> interval (min=<PT5M>)
03:04:16 07:04:16.889 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:16 07:04:16.893 [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@2724d19d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.893 [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=[]]}]>
03:04:16 07:04:16.896 [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@2724d19d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.896 [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=[]]}]>
03:04:16 07:04:16.921 [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@2724d19d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.921 [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=[]]}]>
03:04:16 07:04:16.922 [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@2724d19d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:16 07:04:16.922 [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=[]]}]>
03:04:16 07:04:16.945 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] 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)>
03:04:17 07:04:17.072 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M38.019S> interval (min=<PT5M>)
03:04:17 07:04:17.072 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:17 07:04:17.073 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.2S> interval (min=<PT5M>)
03:04:17 07:04:17.074 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.233S> interval (min=<PT5M>)
03:04:17 07:04:17.074 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-6f99ec07-aff7-4a03-b083-45554cd89743>
03:04:17 07:04:17.075 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.852S> interval (min=<PT5M>)
03:04:17 07:04:17.076 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6f99ec07-aff7-4a03-b083-45554cd89743>.
03:04:17 07:04:17.076 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6f99ec07-aff7-4a03-b083-45554cd89743>.
03:04:17 07:04:17.078 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:17 07:04:17.078 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.739S> interval (min=<PT5M>)
03:04:17 07:04:17.080 [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@1fe5a954]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.080 [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=[]]}]>
03:04:17 07:04:17.082 [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@1fe5a954]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.082 [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=[]]}]>
03:04:17 07:04:17.083 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
03:04:17 07:04:17.188 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:04:17 07:04:17.194 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] 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]>
03:04:17 07:04:17.199 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-6f99ec07-aff7-4a03-b083-45554cd89743>
03:04:17 07:04:17.204 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:04:17 07:04:17.206 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:17 07:04:17.290 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:04:17 07:04:17.317 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:17 07:04:17.341 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M2.942S> interval (min=<PT5M>)
03:04:17 07:04:17.342 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:17 07:04:17.342 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.981S> interval (min=<PT5M>)
03:04:17 07:04:17.343 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.333S> interval (min=<PT5M>)
03:04:17 07:04:17.344 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-be5a3a8a-1357-4414-9486-0ff934ad96a5>
03:04:17 07:04:17.344 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.269S> interval (min=<PT5M>)
03:04:17 07:04:17.346 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-be5a3a8a-1357-4414-9486-0ff934ad96a5>.
03:04:17 07:04:17.346 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-be5a3a8a-1357-4414-9486-0ff934ad96a5>.
03:04:17 07:04:17.349 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:17 07:04:17.349 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M47.491S> interval (min=<PT5M>)
03:04:17 07:04:17.350 [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@79b6de65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.351 [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=[]]}]>
03:04:17 07:04:17.352 [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@79b6de65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.352 [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=[]]}]>
03:04:17 07:04:17.515 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-be5a3a8a-1357-4414-9486-0ff934ad96a5>
03:04:17 07:04:17.529 [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@79b6de65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.529 [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=[]]}]>
03:04:17 07:04:17.530 [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@79b6de65]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.530 [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=[]]}]>
03:04:17 07:04:17.628 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
03:04:17 07:04:17.874 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M53.278S> interval (min=<PT5M>)
03:04:17 07:04:17.875 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:17 07:04:17.875 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M34.243S> interval (min=<PT5M>)
03:04:17 07:04:17.876 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M31.89S> interval (min=<PT5M>)
03:04:17 07:04:17.877 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-4f59a5f0-ea63-4ed8-8550-6baaa40e3c2d>
03:04:17 07:04:17.877 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.681S> interval (min=<PT5M>)
03:04:17 07:04:17.879 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-4f59a5f0-ea63-4ed8-8550-6baaa40e3c2d>.
03:04:17 07:04:17.879 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-4f59a5f0-ea63-4ed8-8550-6baaa40e3c2d>.
03:04:17 07:04:17.882 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.119S> interval (min=<PT5M>)
03:04:17 07:04:17.883 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:17 07:04:17.916 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] 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@6606ac3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.916 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] 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=[]]}]>
03:04:17 07:04:17.924 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] 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@6606ac3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:17 07:04:17.924 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] 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=[]]}]>
03:04:17 07:04:17.926 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Socket could not be opened for <127.0.0.1:43367> due to java.net.ConnectException: Connection refused
03:04:17 07:04:17.927 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-4f59a5f0-ea63-4ed8-8550-6baaa40e3c2d' 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:43367'. Make sure the endpoint is reachable and that no firewall prevents the connection.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])>
03:04:18 07:04:18.089 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M12.418S> interval (min=<PT5M>)
03:04:18 07:04:18.089 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.090 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.565S> interval (min=<PT5M>)
03:04:18 07:04:18.090 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.158S> interval (min=<PT5M>)
03:04:18 07:04:18.091 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-33c3c375-8941-4f70-8d9a-9b69ef1db8be>
03:04:18 07:04:18.091 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M46.457S> interval (min=<PT5M>)
03:04:18 07:04:18.092 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-33c3c375-8941-4f70-8d9a-9b69ef1db8be>.
03:04:18 07:04:18.092 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-33c3c375-8941-4f70-8d9a-9b69ef1db8be>.
03:04:18 07:04:18.117 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.117 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M10.124S> interval (min=<PT5M>)
03:04:18 07:04:18.119 [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@74aee625]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.119 [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=[]]}]>
03:04:18 07:04:18.120 [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@74aee625]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.121 [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=[]]}]>
03:04:18 07:04:18.125 [WARN ] [HttpPushClientActorTest-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@74aee625]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.125 [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=[]]}]>
03:04:18 07:04:18.126 [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@74aee625]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.126 [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=[]]}]>
03:04:18 07:04:18.138 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] 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:41101>.', 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 [{}]])>
03:04:18 Apr 09, 2024 7:04:18 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:04:18 WARNING: Exception thrown during asynchronous load
03:04:18 JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:41101>.', 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 [{}]]
03:04:18 	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:100)
03:04:18 	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:87)
03:04:18 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:04:18 	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.parseJwt(AsyncJwtLoader.java:108)
03:04:18 	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.asJsonWebToken(AsyncJwtLoader.java:91)
03:04:18 	at org.apache.pekko.stream.javadsl.Source.$anonfun$flatMapConcat$1(Source.scala:3894)
03:04:18 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:04:18 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:04:18 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:540)
03:04:18 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
03:04:18 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:04:18 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:04:18 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:04:18 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:04:18 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
03:04:18 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:04:18 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:04:18 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:04:18 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:04:18 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:04:18 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:04:18 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:04:18 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:18 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:18 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:18 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:18 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:18 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:18 
03:04:18 07:04:18.229 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-33c3c375-8941-4f70-8d9a-9b69ef1db8be>
03:04:18 07:04:18.277 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M28.202S> interval (min=<PT5M>)
03:04:18 07:04:18.277 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.278 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.16S> interval (min=<PT5M>)
03:04:18 07:04:18.278 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.89S> interval (min=<PT5M>)
03:04:18 07:04:18.279 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-7d3026c5-8140-4dcc-85a0-5967d22fd7ca>
03:04:18 07:04:18.279 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.669S> interval (min=<PT5M>)
03:04:18 07:04:18.280 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7d3026c5-8140-4dcc-85a0-5967d22fd7ca>.
03:04:18 07:04:18.280 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7d3026c5-8140-4dcc-85a0-5967d22fd7ca>.
03:04:18 07:04:18.283 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.283 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M45.085S> interval (min=<PT5M>)
03:04:18 07:04:18.284 [WARN ] [HttpPushClientActorTest-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@7eb0a51e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.285 [INFO ] [HttpPushClientActorTest-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=[]]}]>
03:04:18 07:04:18.286 [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@7eb0a51e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.286 [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=[]]}]>
03:04:18 07:04:18.289 [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@7eb0a51e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.289 [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=[]]}]>
03:04:18 07:04:18.290 [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@7eb0a51e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.290 [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=[]]}]>
03:04:18 07:04:18.290 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
03:04:18 07:04:18.482 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M11.908S> interval (min=<PT5M>)
03:04:18 07:04:18.482 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.482 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.964S> interval (min=<PT5M>)
03:04:18 07:04:18.483 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.705S> interval (min=<PT5M>)
03:04:18 07:04:18.484 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-954a46e3-3062-443a-84f6-67f2930e16e1>
03:04:18 07:04:18.484 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.116S> interval (min=<PT5M>)
03:04:18 07:04:18.485 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-954a46e3-3062-443a-84f6-67f2930e16e1>.
03:04:18 07:04:18.485 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-954a46e3-3062-443a-84f6-67f2930e16e1>.
03:04:18 07:04:18.488 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.488 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.233S> interval (min=<PT5M>)
03:04:18 07:04:18.535 [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@4899efb8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.535 [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=[]]}]>
03:04:18 07:04:18.537 [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@4899efb8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.537 [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=[]]}]>
03:04:18 07:04:18.539 [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@4899efb8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.539 [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=[]]}]>
03:04:18 07:04:18.540 [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@4899efb8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.540 [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=[]]}]>
03:04:18 07:04:18.615 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-954a46e3-3062-443a-84f6-67f2930e16e1>
03:04:18 07:04:18.636 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
03:04:18 07:04:18.645 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:18 07:04:18.834 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M48.168S> interval (min=<PT5M>)
03:04:18 07:04:18.835 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.835 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M49.48S> interval (min=<PT5M>)
03:04:18 07:04:18.836 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M22.982S> interval (min=<PT5M>)
03:04:18 07:04:18.837 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-eb06e49d-4a06-437b-836f-920b797b9104>
03:04:18 07:04:18.837 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.758S> interval (min=<PT5M>)
03:04:18 07:04:18.839 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eb06e49d-4a06-437b-836f-920b797b9104>.
03:04:18 07:04:18.839 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eb06e49d-4a06-437b-836f-920b797b9104>.
03:04:18 07:04:18.842 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.911S> interval (min=<PT5M>)
03:04:18 07:04:18.842 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:18 07:04:18.844 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-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@3bfdb115]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.844 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-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=[]]}]>
03:04:18 07:04:18.846 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-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@3bfdb115]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:18 07:04:18.846 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-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=[]]}]>
03:04:18 07:04:18.851 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:04:19 07:04:19.129 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M25.264S> interval (min=<PT5M>)
03:04:19 07:04:19.129 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.130 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.269S> interval (min=<PT5M>)
03:04:19 07:04:19.131 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.572S> interval (min=<PT5M>)
03:04:19 07:04:19.132 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-75415e31-f831-446e-86d6-48d78867b470>
03:04:19 07:04:19.132 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M18.517S> interval (min=<PT5M>)
03:04:19 07:04:19.134 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-75415e31-f831-446e-86d6-48d78867b470>.
03:04:19 07:04:19.134 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-75415e31-f831-446e-86d6-48d78867b470>.
03:04:19 07:04:19.137 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.137 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.886S> interval (min=<PT5M>)
03:04:19 07:04:19.139 [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@3610a31]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.139 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-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=[]]}]>
03:04:19 07:04:19.141 [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@3610a31]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.141 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-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=[]]}]>
03:04:19 07:04:19.143 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] 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.
03:04:19 07:04:19.258 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-75415e31-f831-446e-86d6-48d78867b470>
03:04:19 07:04:19.297 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M41.046S> interval (min=<PT5M>)
03:04:19 07:04:19.297 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.297 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.453S> interval (min=<PT5M>)
03:04:19 07:04:19.298 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M20.653S> interval (min=<PT5M>)
03:04:19 07:04:19.299 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-b3f3c557-2834-45b2-8ce1-73081d726940>
03:04:19 07:04:19.299 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M36.091S> interval (min=<PT5M>)
03:04:19 07:04:19.300 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b3f3c557-2834-45b2-8ce1-73081d726940>.
03:04:19 07:04:19.300 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b3f3c557-2834-45b2-8ce1-73081d726940>.
03:04:19 07:04:19.317 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.754S> interval (min=<PT5M>)
03:04:19 07:04:19.317 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.318 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-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@240ebd74]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.318 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-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=[]]}]>
03:04:19 07:04:19.320 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-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@240ebd74]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.320 [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=[]]}]>
03:04:19 07:04:19.321 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-b3f3c557-2834-45b2-8ce1-73081d726940>.
03:04:19 07:04:19.322 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-b3f3c557-2834-45b2-8ce1-73081d726940>.
03:04:19 07:04:19.429 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-b3f3c557-2834-45b2-8ce1-73081d726940>
03:04:19 07:04:19.546 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M30.555S> interval (min=<PT5M>)
03:04:19 07:04:19.546 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.548 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.829S> interval (min=<PT5M>)
03:04:19 07:04:19.548 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M32.942S> interval (min=<PT5M>)
03:04:19 07:04:19.549 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-ff149ef8-0e46-4d27-adc5-55d7573673c1>
03:04:19 07:04:19.549 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.121S> interval (min=<PT5M>)
03:04:19 07:04:19.551 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ff149ef8-0e46-4d27-adc5-55d7573673c1>.
03:04:19 07:04:19.551 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ff149ef8-0e46-4d27-adc5-55d7573673c1>.
03:04:19 07:04:19.554 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M48.515S> interval (min=<PT5M>)
03:04:19 07:04:19.554 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.558 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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@543b6cb0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.559 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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=[]]}]>
03:04:19 07:04:19.563 [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@543b6cb0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.563 [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=[]]}]>
03:04:19 07:04:19.568 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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@543b6cb0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.568 [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=[]]}]>
03:04:19 07:04:19.569 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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@543b6cb0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.569 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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=[]]}]>
03:04:19 07:04:19.631 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
03:04:19 07:04:19.832 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M2.57S> interval (min=<PT5M>)
03:04:19 07:04:19.832 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.832 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.514S> interval (min=<PT5M>)
03:04:19 07:04:19.833 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M13.427S> interval (min=<PT5M>)
03:04:19 07:04:19.834 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-8cf8bd99-1eef-4cc1-a696-cf0fb5b34899>
03:04:19 07:04:19.834 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.235S> interval (min=<PT5M>)
03:04:19 07:04:19.835 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8cf8bd99-1eef-4cc1-a696-cf0fb5b34899>.
03:04:19 07:04:19.836 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8cf8bd99-1eef-4cc1-a696-cf0fb5b34899>.
03:04:19 07:04:19.838 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M36.407S> interval (min=<PT5M>)
03:04:19 07:04:19.838 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:19 07:04:19.840 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-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@546355bc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.840 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] 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=[]]}]>
03:04:19 07:04:19.842 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-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@546355bc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:19 07:04:19.842 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-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=[]]}]>
03:04:20 07:04:19.959 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-8cf8bd99-1eef-4cc1-a696-cf0fb5b34899>
03:04:20 07:04:20.042 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M44.599S> interval (min=<PT5M>)
03:04:20 07:04:20.042 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:20 07:04:20.043 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.475S> interval (min=<PT5M>)
03:04:20 07:04:20.044 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M21.863S> interval (min=<PT5M>)
03:04:20 07:04:20.044 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-bea9efd8-f253-46a1-a1d5-81ebd5a579e6>
03:04:20 07:04:20.045 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.218S> interval (min=<PT5M>)
03:04:20 07:04:20.046 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bea9efd8-f253-46a1-a1d5-81ebd5a579e6>.
03:04:20 07:04:20.046 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bea9efd8-f253-46a1-a1d5-81ebd5a579e6>.
03:04:20 07:04:20.049 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:20 07:04:20.049 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M2.96S> interval (min=<PT5M>)
03:04:20 07:04:20.050 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-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@34c0e9b9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:20 07:04:20.051 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-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=[]]}]>
03:04:20 07:04:20.052 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-4] 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@34c0e9b9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:20 07:04:20.053 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-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=[]]}]>
03:04:20 07:04:20.053 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-bea9efd8-f253-46a1-a1d5-81ebd5a579e6>.
03:04:20 07:04:20.171 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-bea9efd8-f253-46a1-a1d5-81ebd5a579e6>
03:04:20 07:04:20.253 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M1.267S> interval (min=<PT5M>)
03:04:20 07:04:20.253 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:20 07:04:20.254 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M33.965S> interval (min=<PT5M>)
03:04:20 07:04:20.254 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.43S> interval (min=<PT5M>)
03:04:20 07:04:20.255 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-1477e000-4e95-4342-a050-d58c8e564b5b>
03:04:20 07:04:20.255 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.365S> interval (min=<PT5M>)
03:04:20 07:04:20.256 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1477e000-4e95-4342-a050-d58c8e564b5b>.
03:04:20 07:04:20.257 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1477e000-4e95-4342-a050-d58c8e564b5b>.
03:04:20 07:04:20.260 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:20 07:04:20.260 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M35.079S> interval (min=<PT5M>)
03:04:20 07:04:20.261 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-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@49880492]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:20 07:04:20.261 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-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=[]]}]>
03:04:20 07:04:20.263 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-4] 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@49880492]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:20 07:04:20.263 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-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=[]]}]>
03:04:20 07:04:20.264 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-1477e000-4e95-4342-a050-d58c8e564b5b>.
03:04:20 07:04:20.265 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:04:20 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.226 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
03:04:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
03:04:20 [INFO] [04/09/2024 07:04:20.339] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.387] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.458] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.499] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.539] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.581] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.628] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.677] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.724] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.768] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.812] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.856] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.900] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.943] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] [04/09/2024 07:04:20.982] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:20 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
03:04:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
03:04:20 07:04:20.994 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:04:21 07:04:21.127 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] 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]>
03:04:21 07:04:21.130 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
03:04:21 07:04:21.140 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] 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>.
03:04:21 07:04:21.236 [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]>
03:04:21 07:04:21.333 [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]>
03:04:21 07:04:21.338 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:21 07:04:21.416 [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]>
03:04:21 07:04:21.418 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:21 07:04:21.491 [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]>
03:04:21 07:04:21.494 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:21 07:04:21.581 [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]>
03:04:21 07:04:21.583 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
03:04:21 07:04:21.584 [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}>
03:04:21 07:04:21.678 [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]>
03:04:21 07:04:21.679 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:21 07:04:21.770 [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]>
03:04:21 07:04:21.773 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
03:04:21 07:04:21.775 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] 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>.
03:04:21 07:04:21.859 [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]>
03:04:21 07:04:21.861 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:21 07:04:21.933 [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]>
03:04:21 07:04:21.936 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
03:04:21 07:04:21.938 [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}>
03:04:22 07:04:22.018 [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]>
03:04:22 07:04:22.021 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
03:04:22 07:04:22.021 [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}>
03:04:22 07:04:22.088 [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]>
03:04:22 07:04:22.090 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.117 [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]>
03:04:22 07:04:22.119 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.135 [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]>
03:04:22 07:04:22.137 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.152 [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]>
03:04:22 07:04:22.154 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.170 [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(DELETE), pathWithQuery=/path]>
03:04:22 07:04:22.172 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.187 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
03:04:22 07:04:22.189 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.205 [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(DELETE), pathWithQuery=/path]>
03:04:22 07:04:22.207 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.222 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
03:04:22 07:04:22.225 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.294 [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]>
03:04:22 07:04:22.298 [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>
03:04:22 07:04:22.298 [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
03:04:22 07:04:22.465 [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]>
03:04:22 07:04:22.467 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.564 [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]>
03:04:22 07:04:22.566 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
03:04:22 07:04:22.570 [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>.
03:04:22 07:04:22.648 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:04:22 07:04:22.650 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:22 07:04:22.659 [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]>
03:04:22 07:04:22.662 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.726 [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]>
03:04:22 07:04:22.728 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 07:04:22.792 [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]>
03:04:22 07:04:22.794 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:22 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.873 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
03:04:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
03:04:22 07:04:22.872 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] 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]>
03:04:23 07:04:23.158 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:04:23 07:04:23.160 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:24 07:04:24.156 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:04:24 07:04:24.159 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:24 07:04:24.409 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:04:25 07:04:24.948 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:04:25 07:04:24.950 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:25 07:04:25.154 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:04:25 07:04:25.156 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:04:25 [INFO] [04/09/2024 07:04:25.758] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.891 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
03:04:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
03:04:25 [INFO] [04/09/2024 07:04:25.805] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:25 [INFO] [04/09/2024 07:04:25.858] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
03:04:25 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
03:04:26 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
03:04:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
03:04:26 07:04:26.237 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.240 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.243 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.244 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.249 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.250 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.251 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.251 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.252 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.253 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.253 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.254 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.254 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.255 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 07:04:26.256 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@143bb6ea]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:26 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
03:04:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
03:04:26 07:04:26.263 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:04:26 07:04:26.459 [INFO ] [HttpPublisherErrorTest-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(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
03:04:26 07:04:26.473 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:26 07:04:26.574 [INFO ] [HttpPublisherErrorTest-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(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
03:04:26 07:04:26.586 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
03:04:26 07:04:26.687 [INFO ] [HttpPublisherErrorTest-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(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
03:04:26 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.446 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
03:04:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
03:04:27 07:04:27.362 [ERROR] [HttpPushFactoryTest-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Internal server error, sending 500 response
03:04:27 org.apache.pekko.stream.SubscriptionWithCancelException$StageWasCompleted$: null
03:04:27 07:04:27.634 [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
03:04:27 07:04:27.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
03:04:27 07:04:27.653 [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
03:04:27 07:04:27.658 [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
03:04:27 07:04:27.662 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-22] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
03:04:27 07:04:27.666 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-22] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
03:04:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.960 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
03:04:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
03:04:30 [INFO] [04/09/2024 07:04:30.096] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:04:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.422 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
03:04:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
03:04:30 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
03:04:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
03:04:30 07:04:30.204 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:04:30 07:04:30.532 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:30 07:04:30.562 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:30 07:04:30.594 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:30 07:04:30.641 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:30 07:04:30.641 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M25.638S> interval (min=<PT5M>)
03:04:30 07:04:30.643 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H22M7S>
03:04:31 07:04:30.961 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a69636a9-1a59-4c02-9928-233bcf3d02ba> was recovered: null
03:04:31 07:04:30.977 [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@2d1c970e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:31 07:04:30.982 [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-a69636a9-1a59-4c02-9928-233bcf3d02ba>: <[always-alive, priority-0]>
03:04:31 07:04:31.068 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:31 07:04:31.085 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a69636a9-1a59-4c02-9928-233bcf3d02ba> with <1> clients.
03:04:31 07:04:31.159 [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@2d1c970e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:31 07:04:31.160 [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-a69636a9-1a59-4c02-9928-233bcf3d02ba>: <[always-alive, priority-0]>
03:04:31 07:04:31.169 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
03:04:31 07:04:31.170 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a69636a9-1a59-4c02-9928-233bcf3d02ba> with <1> clients.
03:04:31 07:04:31.175 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a69636a9-1a59-4c02-9928-233bcf3d02ba>
03:04:31 07:04:31.322 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:31 07:04:31.336 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:31 07:04:31.338 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:31 07:04:31.343 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H4M43.33S>
03:04:31 07:04:31.343 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.994S> interval (min=<PT5M>)
03:04:31 07:04:31.343 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:31 07:04:31.344 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-88fd0120-c5cc-4c68-b650-39532ec55a4b> was recovered: null
03:04:31 07:04:31.350 [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@104632fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:31 07:04:31.355 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-88fd0120-c5cc-4c68-b650-39532ec55a4b> with <1> clients.
03:04:31 07:04:31.499 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:31 07:04:31.515 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:31 07:04:31.518 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:31 07:04:31.522 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H59M8.814S>
03:04:31 07:04:31.522 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:31 07:04:31.522 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M55.147S> interval (min=<PT5M>)
03:04:31 07:04:31.522 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-72b169b1-88b5-4686-8d7d-2e18fd16c8f8> was recovered: null
03:04:31 07:04:31.524 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingException-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@2fb0b616]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:31 07:04:31.524 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-72b169b1-88b5-4686-8d7d-2e18fd16c8f8> with <1> clients.
03:04:31 07:04:31.551 [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 [{}]]
03:04:31 07:04:31.578 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-88fd0120-c5cc-4c68-b650-39532ec55a4b>
03:04:31 07:04:31.636 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:31 07:04:31.649 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:31 07:04:31.652 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:31 07:04:31.655 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H1M39.762S>
03:04:31 07:04:31.655 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:31 07:04:31.655 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.246S> interval (min=<PT5M>)
03:04:31 07:04:31.656 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2c3d05ce-463b-4fea-90e7-d78d14c981f0> was recovered: null
03:04:31 07:04:31.658 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-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@17a01880]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:31 07:04:31.659 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-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-2c3d05ce-463b-4fea-90e7-d78d14c981f0>: <[]>
03:04:31 07:04:31.664 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:31 07:04:31.750 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-72b169b1-88b5-4686-8d7d-2e18fd16c8f8>
03:04:31 07:04:31.873 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2c3d05ce-463b-4fea-90e7-d78d14c981f0>
03:04:32 07:04:31.956 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:32 07:04:31.970 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:32 07:04:31.972 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:32 07:04:31.975 [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 <PT23H9M48.328S>
03:04:32 07:04:31.975 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:32 07:04:31.976 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.607S> interval (min=<PT5M>)
03:04:32 07:04:31.976 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-fb2c94fe-9bd4-49e5-aacb-175263fcc95e> was recovered: null
03:04:32 07:04:31.978 [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@31abec3b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:32 07:04:31.979 [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-fb2c94fe-9bd4-49e5-aacb-175263fcc95e>: <[]>
03:04:32 07:04:31.982 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:32 07:04:31.986 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-2b9d2b3}], connection=ImmutableConnection [id=connection-fb2c94fe-9bd4-49e5-aacb-175263fcc95e, 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-2b9d2b3}]]>
03:04:32 07:04:31.987 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] 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-2b9d2b3}]]
03:04:32 07:04:32.089 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-fb2c94fe-9bd4-49e5-aacb-175263fcc95e>
03:04:32 07:04:32.184 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:32 07:04:32.198 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:32 07:04:32.200 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:32 07:04:32.203 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H4M2.096S>
03:04:32 07:04:32.204 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:32 07:04:32.204 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.688S> interval (min=<PT5M>)
03:04:32 07:04:32.204 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-59ed0ee4-114c-48ee-a51d-080c4937add2> was recovered: null
03:04:32 07:04:32.206 [WARN ] [ConnectionPersistenceActorTest_createConnectionInClosedState-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@47c57a1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:32 07:04:32.206 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-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-59ed0ee4-114c-48ee-a51d-080c4937add2>: <[]>
03:04:32 07:04:32.216 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:32 07:04:32.322 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-59ed0ee4-114c-48ee-a51d-080c4937add2>
03:04:32 07:04:32.415 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:32 07:04:32.429 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:32 07:04:32.432 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:32 07:04:32.435 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H12M24.923S>
03:04:32 07:04:32.435 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:32 07:04:32.435 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M51.732S> interval (min=<PT5M>)
03:04:32 07:04:32.436 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ee296f59-ef89-4d51-8a61-321fc95a90f0> was recovered: null
03:04:32 07:04:32.438 [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@5c892173]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:32 07:04:32.438 [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-ee296f59-ef89-4d51-8a61-321fc95a90f0>: <[always-alive, priority-0]>
03:04:32 07:04:32.442 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:32 07:04:32.443 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ee296f59-ef89-4d51-8a61-321fc95a90f0> with <1> clients.
03:04:32 07:04:32.471 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-ee296f59-ef89-4d51-8a61-321fc95a90f0>: <[]>
03:04:32 07:04:32.473 [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>.
03:04:32 07:04:32.477 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-ee296f59-ef89-4d51-8a61-321fc95a90f0>: <[]>
03:04:32 07:04:32.480 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <3>.
03:04:34 07:04:34.513 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-ee296f59-ef89-4d51-8a61-321fc95a90f0> was deleted recently. Shutting Actor down ...
03:04:34 07:04:34.513 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ee296f59-ef89-4d51-8a61-321fc95a90f0>
03:04:34 07:04:34.616 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:34 07:04:34.630 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:34 07:04:34.632 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:34 07:04:34.636 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H56M54.365S>
03:04:34 07:04:34.636 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M51.881S> interval (min=<PT5M>)
03:04:34 07:04:34.636 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:34 07:04:34.636 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c0f3448e-fc5a-4847-b705-41c717924949> was recovered: null
03:04:34 07:04:34.638 [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@60e7935c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:34 07:04:34.639 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c0f3448e-fc5a-4847-b705-41c717924949> with <1> clients.
03:04:34 07:04:34.771 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:34 07:04:34.771 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M19.541S> interval (min=<PT5M>)
03:04:34 07:04:34.861 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c0f3448e-fc5a-4847-b705-41c717924949>
03:04:35 07:04:34.999 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:35 07:04:35.002 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:35 07:04:35.004 [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 <PT23H4M40.441S>
03:04:35 07:04:35.005 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-320648d2-505a-4c83-90f4-38bb9752c83e> was recovered: null
03:04:35 07:04:35.008 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-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@5f808259]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:35 07:04:35.008 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-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-320648d2-505a-4c83-90f4-38bb9752c83e>: <[]>
03:04:35 07:04:35.012 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:35 07:04:35.014 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-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@5f808259]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:35 07:04:35.015 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-320648d2-505a-4c83-90f4-38bb9752c83e>: <[always-alive, priority-0]>
03:04:35 07:04:35.018 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
03:04:35 07:04:35.018 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-320648d2-505a-4c83-90f4-38bb9752c83e> with <2> clients.
03:04:35 07:04:35.037 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-320648d2-505a-4c83-90f4-38bb9752c83e>
03:04:35 07:04:35.129 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:35 07:04:35.142 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:35 07:04:35.145 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:35 07:04:35.148 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H11M4.5S>
03:04:35 07:04:35.148 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:35 07:04:35.148 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M3.216S> interval (min=<PT5M>)
03:04:35 07:04:35.149 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-27d37da5-6dff-4034-acb0-74f3d710eb2f> was recovered: null
03:04:35 07:04:35.151 [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@4f1d81e1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:35 07:04:35.151 [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-27d37da5-6dff-4034-acb0-74f3d710eb2f>: <[]>
03:04:35 07:04:35.156 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:35 07:04:35.178 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-0c3e7af}], connection=ImmutableConnection [id=connection-27d37da5-6dff-4034-acb0-74f3d710eb2f, 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-0c3e7af}]]>
03:04:35 07:04:35.178 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-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.modifyClosedConnectionWithUnknownHost-0c3e7af}]]
03:04:35 07:04:35.280 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-27d37da5-6dff-4034-acb0-74f3d710eb2f>
03:04:35 07:04:35.364 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:35 07:04:35.378 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:35 07:04:35.380 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:35 07:04:35.383 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H2M2.682S>
03:04:35 07:04:35.384 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:35 07:04:35.384 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M58.902S> interval (min=<PT5M>)
03:04:35 07:04:35.384 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bdde0257-cce7-4740-b69f-8da937bd0055> was recovered: null
03:04:35 07:04:35.386 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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@4deac6f6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:35 07:04:35.386 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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-bdde0257-cce7-4740-b69f-8da937bd0055>: <[always-alive, priority-0]>
03:04:35 07:04:35.390 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:35 07:04:35.390 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-bdde0257-cce7-4740-b69f-8da937bd0055> with <1> clients.
03:04:35 07:04:35.418 [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:connectionClosed> for connection with ID <connection-bdde0257-cce7-4740-b69f-8da937bd0055>: <[]>
03:04:35 07:04:35.421 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
03:04:35 07:04:35.425 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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@4deac6f6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:35 07:04:35.426 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-bdde0257-cce7-4740-b69f-8da937bd0055>: <[]>
03:04:35 07:04:35.429 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <3>.
03:04:37 07:04:37.420 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-bdde0257-cce7-4740-b69f-8da937bd0055> was not accessed in a while. Shutting Actor down ...
03:04:37 07:04:37.420 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-bdde0257-cce7-4740-b69f-8da937bd0055>
03:04:38 07:04:38.559 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:38 07:04:38.573 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:38 07:04:38.589 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:38 07:04:38.592 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H22M8.358S>
03:04:38 07:04:38.593 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:38 07:04:38.593 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.688S> interval (min=<PT5M>)
03:04:38 07:04:38.593 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1a15b3df-7217-4992-9fa6-9f52c0b289e4> was recovered: null
03:04:38 07:04:38.616 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-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@3fd085dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:38 07:04:38.616 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-1a15b3df-7217-4992-9fa6-9f52c0b289e4>: <[]>
03:04:38 07:04:38.621 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:38 07:04:38.629 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-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-1a15b3df-7217-4992-9fa6-9f52c0b289e4>: <[]>
03:04:38 07:04:38.632 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
03:04:40 07:04:40.667 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-1a15b3df-7217-4992-9fa6-9f52c0b289e4> was deleted recently. Shutting Actor down ...
03:04:40 07:04:40.667 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1a15b3df-7217-4992-9fa6-9f52c0b289e4>
03:04:40 07:04:40.777 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:40 07:04:40.780 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:40 07:04:40.783 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H11.519S>
03:04:40 07:04:40.783 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.982S> interval (min=<PT5M>)
03:04:40 07:04:40.783 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:40 07:04:40.783 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-94391ccf-6cf8-4e80-9a55-7b4fbd5df47c> was recovered: null
03:04:40 07:04:40.786 [WARN ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] 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@679cf106]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:40 07:04:40.787 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDueToCustomValidator-b0af2ff, validator-should-throw-exception=true}], connection=ImmutableConnection [id=connection-94391ccf-6cf8-4e80-9a55-7b4fbd5df47c, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:34377, 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-b0af2ff, validator-should-throw-exception=true}]]>
03:04:42 07:04:42.815 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-94391ccf-6cf8-4e80-9a55-7b4fbd5df47c> was deleted recently. Shutting Actor down ...
03:04:42 07:04:42.924 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:43 07:04:42.938 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:43 07:04:42.941 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:43 07:04:42.945 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:43 07:04:42.945 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.808S> interval (min=<PT5M>)
03:04:43 07:04:42.945 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H22M42.769S>
03:04:43 07:04:42.946 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e2b7b133-448f-4fe5-9a40-26d2066089e1> was recovered: null
03:04:43 07:04:42.949 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-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@5e663bdb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:43 07:04:42.950 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-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-e2b7b133-448f-4fe5-9a40-26d2066089e1>: <[always-alive, priority-0]>
03:04:43 07:04:42.954 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:43 07:04:42.955 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-e2b7b133-448f-4fe5-9a40-26d2066089e1> with <1> clients.
03:04:43 07:04:42.981 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-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-e2b7b133-448f-4fe5-9a40-26d2066089e1>: <[]>
03:04:43 07:04:42.983 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
03:04:45 07:04:45.022 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-e2b7b133-448f-4fe5-9a40-26d2066089e1> was deleted recently. Shutting Actor down ...
03:04:45 07:04:45.022 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e2b7b133-448f-4fe5-9a40-26d2066089e1>
03:04:45 07:04:45.117 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:45 07:04:45.131 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:45 07:04:45.133 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:45 07:04:45.137 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:45 07:04:45.137 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.032S> interval (min=<PT5M>)
03:04:45 07:04:45.137 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H3M38.736S>
03:04:45 07:04:45.138 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1fcabdad-0c2e-4590-a743-420c9d93e92d> was recovered: null
03:04:45 07:04:45.140 [WARN ] [ConnectionPersistenceActorTest_enableConnectionLogs-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@6aa5e8d6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:45 07:04:45.140 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-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-1fcabdad-0c2e-4590-a743-420c9d93e92d>: <[always-alive, priority-0]>
03:04:45 07:04:45.144 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:45 07:04:45.145 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1fcabdad-0c2e-4590-a743-420c9d93e92d> with <1> clients.
03:04:45 07:04:45.174 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1fcabdad-0c2e-4590-a743-420c9d93e92d>
03:04:45 07:04:45.279 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:45 07:04:45.292 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:45 07:04:45.295 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:45 07:04:45.299 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H30M24.16S>
03:04:45 07:04:45.299 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.695S> interval (min=<PT5M>)
03:04:45 07:04:45.299 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:45 07:04:45.299 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bb3c6e15-a3e3-4229-97f7-390d4d126e50> was recovered: null
03:04:45 07:04:45.301 [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@25caafa3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:45 07:04:45.302 [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:connectionCreated> for connection with ID <connection-bb3c6e15-a3e3-4229-97f7-390d4d126e50>: <[always-alive, priority-0]>
03:04:45 07:04:45.305 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:45 07:04:45.305 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-bb3c6e15-a3e3-4229-97f7-390d4d126e50> with <1> clients.
03:04:45 07:04:45.332 [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@25caafa3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:45 07:04:45.332 [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-bb3c6e15-a3e3-4229-97f7-390d4d126e50>: <[always-alive, priority-0]>
03:04:45 07:04:45.335 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
03:04:45 07:04:45.336 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-bb3c6e15-a3e3-4229-97f7-390d4d126e50> with <1> clients.
03:04:45 07:04:45.440 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-bb3c6e15-a3e3-4229-97f7-390d4d126e50>
03:04:45 07:04:45.540 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:45 07:04:45.543 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:45 07:04:45.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H37M56.261S>
03:04:45 07:04:45.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:45 07:04:45.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.811S> interval (min=<PT5M>)
03:04:45 07:04:45.546 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1f90c930-845c-49e2-ad65-d395a79395e6> was recovered: null
03:04:45 07:04:45.549 [WARN ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-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@a23fc02]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:45 07:04:45.550 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDuringClientActorPropsCreation-49f33a7, should-throw-exception=true}], connection=ImmutableConnection [id=connection-1f90c930-845c-49e2-ad65-d395a79395e6, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:45291, 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 [{}]]>
03:04:47 07:04:47.582 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-1f90c930-845c-49e2-ad65-d395a79395e6> was deleted recently. Shutting Actor down ...
03:04:47 07:04:47.663 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:47 07:04:47.676 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:47 07:04:47.678 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:47 07:04:47.681 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H2M59.799S>
03:04:47 07:04:47.681 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:47 07:04:47.681 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.224S> interval (min=<PT5M>)
03:04:47 07:04:47.682 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-6c6d1b6c-ab45-483e-9860-345fa1bd4fba> was recovered: null
03:04:47 07:04:47.683 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithBlockedHost-de56037}], connection=ImmutableConnection [id=connection-6c6d1b6c-ab45-483e-9860-345fa1bd4fba, 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-de56037}]]>
03:04:47 07:04:47.684 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] 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-de56037}]]
03:04:47 07:04:47.785 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-6c6d1b6c-ab45-483e-9860-345fa1bd4fba>
03:04:47 07:04:47.888 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:47 07:04:47.901 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:47 07:04:47.903 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:47 07:04:47.907 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H2M22.021S>
03:04:47 07:04:47.907 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:47 07:04:47.907 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.927S> interval (min=<PT5M>)
03:04:47 07:04:47.907 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-5f410292-114e-4d90-9ba4-cc3cd502d0c9> was recovered: null
03:04:47 07:04:47.909 [WARN ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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@29866426]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:47 07:04:47.910 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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-5f410292-114e-4d90-9ba4-cc3cd502d0c9>: <[always-alive, priority-0]>
03:04:47 07:04:47.913 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:47 07:04:47.919 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-5f410292-114e-4d90-9ba4-cc3cd502d0c9> with <1> clients.
03:04:48 07:04:47.948 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-5f410292-114e-4d90-9ba4-cc3cd502d0c9>
03:04:48 07:04:48.035 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:48 07:04:48.049 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:48 07:04:48.052 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:48 07:04:48.054 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H16M29.011S>
03:04:48 07:04:48.055 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:48 07:04:48.055 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.322S> interval (min=<PT5M>)
03:04:48 07:04:48.055 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-313f0d4b-478a-471f-b2bc-eaa3a5b090e0> was recovered: null
03:04:48 07:04:48.058 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-d851eb5}], connection=ImmutableConnection [id=connection-313f0d4b-478a-471f-b2bc-eaa3a5b090e0, 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-d851eb5}]]>
03:04:48 07:04:48.059 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-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.createClosedConnectionWithUnknownHost-d851eb5}]]
03:04:48 07:04:48.161 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-313f0d4b-478a-471f-b2bc-eaa3a5b090e0>
03:04:48 07:04:48.243 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:48 07:04:48.256 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:48 07:04:48.258 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:48 07:04:48.262 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H3M33.994S>
03:04:48 07:04:48.262 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:48 07:04:48.262 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.712S> interval (min=<PT5M>)
03:04:48 07:04:48.262 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-874fb307-80b5-43d7-9692-fd30b7b9aefa> was recovered: null
03:04:48 07:04:48.264 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-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@6ac17e38]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:48 07:04:48.264 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-874fb307-80b5-43d7-9692-fd30b7b9aefa> with <1> clients.
03:04:48 07:04:48.287 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-9] 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 [{}]]
03:04:48 07:04:48.367 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-9] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:48 07:04:48.380 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:48 07:04:48.383 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:48 07:04:48.386 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H17M44.014S>
03:04:48 07:04:48.386 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M44.896S> interval (min=<PT5M>)
03:04:48 07:04:48.386 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:48 07:04:48.386 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bb18c241-fb62-4bc9-a6dd-e491b0a1fd00> was recovered: null
03:04:48 07:04:48.388 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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@2df67a34]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:48 07:04:48.389 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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-bb18c241-fb62-4bc9-a6dd-e491b0a1fd00>: <[always-alive, priority-0]>
03:04:48 07:04:48.392 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:48 07:04:48.392 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-bb18c241-fb62-4bc9-a6dd-e491b0a1fd00> with <1> clients.
03:04:48 07:04:48.428 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-bb18c241-fb62-4bc9-a6dd-e491b0a1fd00>: <[]>
03:04:48 07:04:48.430 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
03:04:48 07:04:48.433 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] 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-96f2401}], connectionId=connection-bb18c241-fb62-4bc9-a6dd-e491b0a1fd00]>
03:04:48 07:04:48.433 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] 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-bb18c241-fb62-4bc9-a6dd-e491b0a1fd00' 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-96f2401}]]
03:04:48 07:04:48.435 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-bb18c241-fb62-4bc9-a6dd-e491b0a1fd00>
03:04:48 07:04:48.487 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-874fb307-80b5-43d7-9692-fd30b7b9aefa>
03:04:48 07:04:48.526 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:48 07:04:48.539 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:48 07:04:48.542 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:48 07:04:48.545 [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 <PT24H48M48.162S>
03:04:48 07:04:48.545 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.406S> interval (min=<PT5M>)
03:04:48 07:04:48.545 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:48 07:04:48.546 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a229f5b6-7747-4a8b-9e8b-6506b9b044d0> was recovered: null
03:04:48 07:04:48.547 [WARN ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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@60d9843]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:48 07:04:48.548 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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-a229f5b6-7747-4a8b-9e8b-6506b9b044d0>: <[always-alive, priority-0]>
03:04:48 07:04:48.551 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:48 07:04:48.551 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a229f5b6-7747-4a8b-9e8b-6506b9b044d0> with <1> clients.
03:04:48 07:04:48.579 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a229f5b6-7747-4a8b-9e8b-6506b9b044d0>
03:04:50 07:04:50.631 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M5.504S> interval (min=<PT5M>)
03:04:50 07:04:50.632 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033, Up), Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40595, Up)), Set(), Set(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40595, pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), HashMap(thing-event-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), live-signal-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), blocked-namespaces-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), dc-default -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), connectivity -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), acks-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033), policy-announcement-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033)))>
03:04:50 07:04:50.750 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:50 07:04:50.763 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:50 07:04:50.766 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:50 07:04:50.768 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H25M11.177S>
03:04:50 07:04:50.769 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-fdae587b-e6f4-4716-87ce-46e6be6aede7> was recovered: null
03:04:50 07:04:50.771 [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@71d9df7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:50 07:04:50.771 [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-fdae587b-e6f4-4716-87ce-46e6be6aede7>: <[]>
03:04:50 07:04:50.774 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:50 07:04:50.777 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] 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@71d9df7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:50 07:04:50.777 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-fdae587b-e6f4-4716-87ce-46e6be6aede7>: <[always-alive, priority-0]>
03:04:50 07:04:50.779 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
03:04:50 07:04:50.780 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-fdae587b-e6f4-4716-87ce-46e6be6aede7> with <2> clients.
03:04:50 07:04:50.845 [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-fdae587b-e6f4-4716-87ce-46e6be6aede7>: <[]>
03:04:50 07:04:50.847 [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>.
03:04:50 07:04:50.850 [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:connectionDeleted> for connection with ID <connection-fdae587b-e6f4-4716-87ce-46e6be6aede7>: <[]>
03:04:50 07:04:50.853 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <4>.
03:04:52 07:04:52.262 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.a.p.r.a.Decoder - Message for banned (terminated, unresolved) remote deployed recipient [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033/remote/pekko/ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40595/user/shardRegionMock-connection-fdae587b-e6f4-4716-87ce-46e6be6aede7/connection-fdae587b-e6f4-4716-87ce-46e6be6aede7/pa/$a/c2#311446271].
03:04:52 07:04:52.888 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-fdae587b-e6f4-4716-87ce-46e6be6aede7> was deleted recently. Shutting Actor down ...
03:04:52 07:04:52.888 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-fdae587b-e6f4-4716-87ce-46e6be6aede7>
03:04:53 07:04:52.986 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:53 07:04:52.999 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:53 07:04:53.001 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:53 07:04:53.004 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H10M48.796S>
03:04:53 07:04:53.004 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:53 07:04:53.004 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.708S> interval (min=<PT5M>)
03:04:53 07:04:53.005 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c25da440-6c28-4921-b03c-d00e17f6b5b2> was recovered: null
03:04:53 07:04:53.007 [WARN ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-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@5f6176df]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:53 07:04:53.007 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-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-c25da440-6c28-4921-b03c-d00e17f6b5b2>: <[]>
03:04:53 07:04:53.010 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:53 07:04:53.218 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c25da440-6c28-4921-b03c-d00e17f6b5b2>
03:04:53 07:04:53.315 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:53 07:04:53.328 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:53 07:04:53.330 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:53 07:04:53.333 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H49M44.193S>
03:04:53 07:04:53.333 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:53 07:04:53.333 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.03S> interval (min=<PT5M>)
03:04:53 07:04:53.334 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-8129e9d6-e428-42cd-a66f-7b5c6cdad91c> was recovered: null
03:04:53 07:04:53.336 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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@127acce7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:53 07:04:53.336 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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-8129e9d6-e428-42cd-a66f-7b5c6cdad91c>: <[always-alive, priority-0]>
03:04:53 07:04:53.339 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:53 07:04:53.340 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-8129e9d6-e428-42cd-a66f-7b5c6cdad91c> with <1> clients.
03:04:53 07:04:53.367 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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@127acce7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:53 07:04:53.367 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-8129e9d6-e428-42cd-a66f-7b5c6cdad91c>: <[always-alive, priority-0]>
03:04:53 07:04:53.371 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
03:04:53 07:04:53.371 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-8129e9d6-e428-42cd-a66f-7b5c6cdad91c> with <1> clients.
03:04:53 07:04:53.374 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-8129e9d6-e428-42cd-a66f-7b5c6cdad91c>
03:04:53 07:04:53.469 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:53 07:04:53.482 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:53 07:04:53.485 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:53 07:04:53.488 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H28M44.612S>
03:04:53 07:04:53.488 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:53 07:04:53.488 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.503S> interval (min=<PT5M>)
03:04:53 07:04:53.489 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-8243d225-54b8-4f78-af4b-5bbac069ef3a> was recovered: null
03:04:53 07:04:53.490 [WARN ] [ConnectionPersistenceActorTest_resetConnectionLogs-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@7ff58f0a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:53 07:04:53.491 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-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-8243d225-54b8-4f78-af4b-5bbac069ef3a>: <[always-alive, priority-0]>
03:04:53 07:04:53.494 [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>.
03:04:53 07:04:53.494 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-8243d225-54b8-4f78-af4b-5bbac069ef3a> with <1> clients.
03:04:53 07:04:53.522 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-8243d225-54b8-4f78-af4b-5bbac069ef3a>
03:04:53 07:04:53.613 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:53 07:04:53.615 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:53 07:04:53.619 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H56M49.037S>
03:04:53 07:04:53.619 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:53 07:04:53.619 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.661S> interval (min=<PT5M>)
03:04:53 07:04:53.620 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1dcd15f5-0383-4c12-b8ea-c36734751d35> was recovered: null
03:04:53 07:04:53.622 [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@5ab9d8d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:53 07:04:53.622 [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-1dcd15f5-0383-4c12-b8ea-c36734751d35>: <[always-alive, priority-0]>
03:04:53 07:04:53.625 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:53 07:04:53.626 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1dcd15f5-0383-4c12-b8ea-c36734751d35> with <1> clients.
03:04:53 07:04:53.634 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] 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.
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 19 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 10 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.636 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 19 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 10 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.636 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] 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]
03:04:53 07:04:53.637 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] 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.
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 26 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 17 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.637 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 26 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 17 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.638 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] 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]
03:04:53 07:04:53.638 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] 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.
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 26 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 17 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.638 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 26 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 17 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.638 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] 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]
03:04:53 07:04:53.638 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] 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.
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 26 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 17 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.639 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] 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.
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 26 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 17 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.640 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] o.a.p.a.OneForOneStrategy - 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
03:04:53 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
03:04:53 	... 26 common frames omitted
03:04:53 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:04:53 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
03:04:53 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:04:53 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:04:53 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
03:04:53 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
03:04:53 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:04:53 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:04:53 	... 17 common frames omitted
03:04:53 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]
03:04:53 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:04:53 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
03:04:53 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
03:04:53 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
03:04:53 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
03:04:53 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:04:53 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:04:53 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:04:53 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:04:53 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:04:53 07:04:53.641 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1dcd15f5-0383-4c12-b8ea-c36734751d35>
03:04:53 07:04:53.737 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40595], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
03:04:53 07:04:53.737 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
03:04:53 07:04:53.738 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:35033], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
03:04:53 07:04:53.738 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:40595], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
03:04:53 07:04:53.844 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:53 07:04:53.857 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:53 07:04:53.860 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:53 07:04:53.863 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:53 07:04:53.863 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.375S> interval (min=<PT5M>)
03:04:53 07:04:53.863 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H24.458S>
03:04:53 07:04:53.864 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-88de479a-3afe-495e-bb80-03974f3ff8d8> was recovered: null
03:04:53 07:04:53.865 [WARN ] [ConnectionPersistenceActorTest_recoverClosedConnection-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@76b1375]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:53 07:04:53.866 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-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-88de479a-3afe-495e-bb80-03974f3ff8d8>: <[always-alive, priority-0]>
03:04:53 07:04:53.870 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:53 07:04:53.870 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-88de479a-3afe-495e-bb80-03974f3ff8d8> with <1> clients.
03:04:53 07:04:53.895 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-88de479a-3afe-495e-bb80-03974f3ff8d8>: <[]>
03:04:53 07:04:53.897 [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>.
03:04:53 07:04:53.899 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-88de479a-3afe-495e-bb80-03974f3ff8d8>
03:04:54 07:04:54.023 [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 <PT24H18M37.437S>
03:04:54 07:04:54.064 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-88de479a-3afe-495e-bb80-03974f3ff8d8> was recovered: ImmutableConnection [id=connection-88de479a-3afe-495e-bb80-03974f3ff8d8, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:46793, 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-04-09T07:04:53.864233898Z, created=2024-04-09T07:04:53.864233898Z]
03:04:54 07:04:54.073 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-88de479a-3afe-495e-bb80-03974f3ff8d8>
03:04:54 07:04:54.166 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:54 07:04:54.179 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:54 07:04:54.182 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:54 07:04:54.185 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H29M30.186S>
03:04:54 07:04:54.185 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:54 07:04:54.185 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.172S> interval (min=<PT5M>)
03:04:54 07:04:54.186 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1bcdac49-9c55-40b2-8d80-57e5617bee50> was recovered: null
03:04:54 07:04:54.188 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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@6c490bca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:54 07:04:54.188 [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:connectionCreated> for connection with ID <connection-1bcdac49-9c55-40b2-8d80-57e5617bee50>: <[always-alive, priority-0]>
03:04:54 07:04:54.191 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:54 07:04:54.191 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1bcdac49-9c55-40b2-8d80-57e5617bee50> with <1> clients.
03:04:54 07:04:54.216 [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-1bcdac49-9c55-40b2-8d80-57e5617bee50>: <[]>
03:04:54 07:04:54.218 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
03:04:54 07:04:54.221 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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@6c490bca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:54 07:04:54.222 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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-1bcdac49-9c55-40b2-8d80-57e5617bee50>: <[always-alive, priority-0]>
03:04:54 07:04:54.224 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <3>.
03:04:54 07:04:54.225 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1bcdac49-9c55-40b2-8d80-57e5617bee50> with <1> clients.
03:04:54 07:04:54.229 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1bcdac49-9c55-40b2-8d80-57e5617bee50>
03:04:54 07:04:54.328 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:54 07:04:54.341 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:54 07:04:54.344 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:54 07:04:54.347 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H37M49.72S>
03:04:54 07:04:54.347 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.749S> interval (min=<PT5M>)
03:04:54 07:04:54.347 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:54 07:04:54.348 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-80756dc1-2174-4431-836a-f05d46f4ca01> was recovered: null
03:04:54 07:04:54.357 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-63c2e49}], connection=ImmutableConnection [id=connection-80756dc1-2174-4431-836a-f05d46f4ca01, 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-63c2e49}]]>
03:04:54 07:04:54.358 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] 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-63c2e49}]]
03:04:54 07:04:54.460 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-80756dc1-2174-4431-836a-f05d46f4ca01>
03:04:54 07:04:54.537 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:54 07:04:54.550 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:54 07:04:54.553 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:54 07:04:54.555 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H58M24.422S>
03:04:54 07:04:54.556 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:54 07:04:54.556 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.104S> interval (min=<PT5M>)
03:04:54 07:04:54.556 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7cdcb187-43f0-42c0-9c59-3063f69ffb6d> was recovered: null
03:04:54 07:04:54.557 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithUnknownHost-9a36f63}], connection=ImmutableConnection [id=connection-7cdcb187-43f0-42c0-9c59-3063f69ffb6d, 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-9a36f63}]]>
03:04:54 07:04:54.557 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] 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-9a36f63}]]
03:04:54 07:04:54.659 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7cdcb187-43f0-42c0-9c59-3063f69ffb6d>
03:04:54 07:04:54.736 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:54 07:04:54.749 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:54 07:04:54.751 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:54 07:04:54.754 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H24M32.529S>
03:04:54 07:04:54.754 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:54 07:04:54.754 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M43.773S> interval (min=<PT5M>)
03:04:54 07:04:54.754 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-56b1f772-c87d-417d-9ffa-8468c8d554a4> was recovered: null
03:04:54 07:04:54.755 [WARN ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] 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-5d6e7bf}], connectionId=connection-56b1f772-c87d-417d-9ffa-8468c8d554a4]>
03:04:54 07:04:54.755 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-12] 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-56b1f772-c87d-417d-9ffa-8468c8d554a4' 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-5d6e7bf}]]
03:04:54 07:04:54.757 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-56b1f772-c87d-417d-9ffa-8468c8d554a4>
03:04:54 07:04:54.847 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:54 07:04:54.860 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:54 07:04:54.862 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:54 07:04:54.865 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H27M10.368S>
03:04:54 07:04:54.865 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.592S> interval (min=<PT5M>)
03:04:54 07:04:54.865 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:54 07:04:54.866 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-25caeca8-9b59-4dd2-b6ae-5023116fe2d1> was recovered: null
03:04:54 07:04:54.868 [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@61efff93]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:54 07:04:54.868 [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-25caeca8-9b59-4dd2-b6ae-5023116fe2d1>: <[always-alive, priority-0]>
03:04:54 07:04:54.871 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:54 07:04:54.871 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-25caeca8-9b59-4dd2-b6ae-5023116fe2d1> with <1> clients.
03:04:54 07:04:54.895 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-25caeca8-9b59-4dd2-b6ae-5023116fe2d1>
03:04:55 07:04:55.000 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H39M17.108S>
03:04:55 07:04:55.005 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-25caeca8-9b59-4dd2-b6ae-5023116fe2d1> was recovered: ImmutableConnection [id=connection-25caeca8-9b59-4dd2-b6ae-5023116fe2d1, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:44925, 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-04-09T07:04:54.866532735Z, created=2024-04-09T07:04:54.866532735Z]
03:04:55 07:04:55.005 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-25caeca8-9b59-4dd2-b6ae-5023116fe2d1> with <1> clients.
03:04:55 07:04:55.117 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-25caeca8-9b59-4dd2-b6ae-5023116fe2d1>
03:04:55 07:04:55.199 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:55 07:04:55.218 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:55 07:04:55.220 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:55 07:04:55.223 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H10M19.065S>
03:04:55 07:04:55.223 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:55 07:04:55.223 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M51.668S> interval (min=<PT5M>)
03:04:55 07:04:55.224 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1447d3ad-6eeb-4161-8eca-d7a715551351> was recovered: null
03:04:55 07:04:55.226 [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@7b9b8968]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:55 07:04:55.226 [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-1447d3ad-6eeb-4161-8eca-d7a715551351>: <[always-alive, priority-0]>
03:04:55 07:04:55.229 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:55 07:04:55.230 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1447d3ad-6eeb-4161-8eca-d7a715551351> with <1> clients.
03:04:55 07:04:55.257 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1447d3ad-6eeb-4161-8eca-d7a715551351>
03:04:55 07:04:55.351 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:55 07:04:55.365 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:55 07:04:55.368 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:55 07:04:55.372 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H55M18.616S>
03:04:55 07:04:55.372 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:55 07:04:55.372 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.62S> interval (min=<PT5M>)
03:04:55 07:04:55.373 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e0a2d230-72c9-4d33-8506-4862c8cc31db> was recovered: null
03:04:55 07:04:55.375 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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@2b9ddc55]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:55 07:04:55.375 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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-e0a2d230-72c9-4d33-8506-4862c8cc31db>: <[always-alive, priority-0]>
03:04:55 07:04:55.379 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:55 07:04:55.379 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-e0a2d230-72c9-4d33-8506-4862c8cc31db> with <1> clients.
03:04:55 07:04:55.404 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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-e0a2d230-72c9-4d33-8506-4862c8cc31db>: <[]>
03:04:55 07:04:55.406 [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>.
03:04:57 07:04:57.445 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-e0a2d230-72c9-4d33-8506-4862c8cc31db> was deleted recently. Shutting Actor down ...
03:04:57 07:04:57.445 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e0a2d230-72c9-4d33-8506-4862c8cc31db>
03:04:57 07:04:57.551 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H57M23.874S>
03:04:57 07:04:57.554 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e0a2d230-72c9-4d33-8506-4862c8cc31db> was recovered: null
03:04:57 07:04:57.554 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-9] 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-be0e58f}], connectionId=connection-e0a2d230-72c9-4d33-8506-4862c8cc31db]>
03:04:57 07:04:57.555 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-9] 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-e0a2d230-72c9-4d33-8506-4862c8cc31db' 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-be0e58f}]]
03:04:57 07:04:57.556 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e0a2d230-72c9-4d33-8506-4862c8cc31db>
03:04:57 07:04:57.671 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:57 07:04:57.673 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:57 07:04:57.676 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H32M13.534S>
03:04:57 07:04:57.676 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:57 07:04:57.676 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.672S> interval (min=<PT5M>)
03:04:57 07:04:57.677 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-89310e05-21b4-4036-8955-29e42f5bf24f> was recovered: null
03:04:57 07:04:57.681 [WARN ] [ConnectionPersistenceActorTest_testRestartByConnectionType-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@1a08b06c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:57 07:04:57.681 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-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-89310e05-21b4-4036-8955-29e42f5bf24f>: <[always-alive, priority-0]>
03:04:57 07:04:57.687 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:57 07:04:57.687 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-89310e05-21b4-4036-8955-29e42f5bf24f> with <1> clients.
03:04:57 07:04:57.688 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-091 connection connection-89310e05-21b4-4036-8955-29e42f5bf24f.
03:04:57 07:04:57.788 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-10 connection connection-89310e05-21b4-4036-8955-29e42f5bf24f.
03:04:57 07:04:57.888 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt connection connection-89310e05-21b4-4036-8955-29e42f5bf24f.
03:04:58 07:04:57.988 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-kafka connection connection-89310e05-21b4-4036-8955-29e42f5bf24f.
03:04:58 07:04:58.088 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-http-push connection connection-89310e05-21b4-4036-8955-29e42f5bf24f.
03:04:58 07:04:58.188 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt-5 connection connection-89310e05-21b4-4036-8955-29e42f5bf24f.
03:04:58 07:04:58.289 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Restart command sent to ConnectionSupervisorActor Actor[pekko://ConnectionPersistenceActorTest_testRestartByConnectionType/system/testProbe-306#168296291].
03:04:58 07:04:58.290 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-89310e05-21b4-4036-8955-29e42f5bf24f>
03:04:58 07:04:58.383 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:04:58 07:04:58.396 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:04:58 07:04:58.399 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:04:58 07:04:58.402 [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 <PT23H15M2.594S>
03:04:58 07:04:58.402 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:04:58 07:04:58.402 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.883S> interval (min=<PT5M>)
03:04:58 07:04:58.403 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d541b46f-e718-46fe-986c-f5ff99a97c98> was recovered: null
03:04:58 07:04:58.405 [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@38a6d820]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:58 07:04:58.405 [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-d541b46f-e718-46fe-986c-f5ff99a97c98>: <[always-alive, priority-0]>
03:04:58 07:04:58.408 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:04:58 07:04:58.409 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d541b46f-e718-46fe-986c-f5ff99a97c98> with <1> clients.
03:04:58 07:04:58.434 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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@38a6d820]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:04:58 07:04:58.435 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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-d541b46f-e718-46fe-986c-f5ff99a97c98>: <[always-alive, priority-0]>
03:04:58 07:04:58.438 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
03:04:58 07:04:58.439 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d541b46f-e718-46fe-986c-f5ff99a97c98> with <1> clients.
03:04:58 07:04:58.441 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d541b46f-e718-46fe-986c-f5ff99a97c98>
03:04:58 07:04:58.445 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H3M39.106S>
03:04:58 07:04:58.453 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d541b46f-e718-46fe-986c-f5ff99a97c98> was recovered: ImmutableConnection [id=connection-d541b46f-e718-46fe-986c-f5ff99a97c98, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=false, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:40491, 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-04-09T07:04:58.433634474Z, created=null]
03:04:58 07:04:58.453 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d541b46f-e718-46fe-986c-f5ff99a97c98> with <1> clients.
03:04:58 07:04:58.460 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d541b46f-e718-46fe-986c-f5ff99a97c98>
03:04:58 [WARNING] Tests run: 39, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 28.26 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
03:04:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
03:05:01 [INFO] [04/09/2024 07:05:01.742] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:05:01 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.274 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
03:05:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
03:05:01 07:05:01.757 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
03:05:01 07:05:01.768 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
03:05:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
03:05:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
03:05:01 [INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
03:05:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
03:05:02 07:05:02.301 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalateStrategyEscalatesOnTheFirstFailure(OneForOneEscalateStrategyTest.java:91)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 07:05:02.304 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 07:05:02.305 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 07:05:02.305 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 07:05:02.307 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 07:05:02.307 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 07:05:02.308 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 07:05:02.308 [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.
03:05:02 java.lang.IllegalArgumentException: null
03:05:02 	... 35 common frames omitted
03:05:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
03:05:02 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:02 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:02 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:02 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:02 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:02 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:02 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:02 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:02 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:02 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:02 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:02 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:02 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:02 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:05:02 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
03:05:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
03:05:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
03:05:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
03:05:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
03:05:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.471 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
03:05:02 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
03:05:02 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
03:05:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
03:05:03 [INFO] [04/09/2024 07:05:03.305] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:05:03 [INFO] [04/09/2024 07:05:03.435] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:05:05 [INFO] [04/09/2024 07:05:05.711] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:05:05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.830 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
03:05:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
03:05:06 [ERROR] [04/09/2024 07:05:05.966] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [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
03:05:06 java.lang.NullPointerException: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null
03:05:06 	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updatedWithOffset(MessageBuilder.scala:185)
03:05:06 	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updated(MessageBuilder.scala:172)
03:05:06 	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch(CommitObservationLogic.scala:43)
03:05:06 	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch$(CommitObservationLogic.scala:41)
03:05:06 	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic.updateBatch(CommitCollectorStage.scala:44)
03:05:06 	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic$$anon$1.onPush(CommitCollectorStage.scala:106)
03:05:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:05:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:05:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:05:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
03:05:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
03:05:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
03:05:06 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
03:05:06 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
03:05:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
03:05:06 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
03:05:06 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:05:06 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:05:06 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:05:06 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:05:06 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:05:06 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:05:06 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:05:06 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:05:06 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:05:06 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:05:06 
03:05:06 [INFO] [04/09/2024 07:05:06.064] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:05:06 [INFO] [04/09/2024 07:05:06.098] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:05:08 [INFO] [04/09/2024 07:05:08.273] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:05:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.557 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
03:05:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
03:05:08 07:05:08.274 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:08 07:05:08.397 [ERROR] [main] o.e.d.c.s.m.k.KafkaMessageTransformer - Unexpected {java.lang.IllegalStateException}: {Expected}
03:05:08 java.lang.IllegalStateException: Expected
03:05:08 	at org.eclipse.ditto.connectivity.service.messaging.monitoring.ConnectionMonitor.success(ConnectionMonitor.java:67)
03:05:08 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformer.transform(KafkaMessageTransformer.java:138)
03:05:08 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest.unexpectedExceptionCausesMessageToBeDropped(KafkaMessageTransformerTest.java:198)
03:05:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:08 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:08 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:08 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:08 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:08 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:08 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:08 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:08 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:08 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:08 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:08 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:08 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:08 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:08 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:08 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:08 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:08 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:08 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:05:08 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
03:05:08 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:08 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:08 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:08 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:08 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:08 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:08 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
03:05:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
03:05:08 07:05:08.442 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.443 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.443 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.447 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.448 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.448 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.449 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.450 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.450 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.451 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.451 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.452 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.459 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.459 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.460 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.460 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 07:05:08.461 [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@ab21504]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:08 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
03:05:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
03:05:08 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
03:05:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
03:05:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
03:05:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
03:05:08 07:05:08.634 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:08 07:05:08.703 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:08 07:05:08.705 [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]>
03:05:08 07:05:08.873 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:08 07:05:08.876 [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]>
03:05:08 07:05:08.877 [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]>
03:05:08 07:05:08.878 [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]>
03:05:08 07:05:08.879 [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]>
03:05:08 07:05:08.880 [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]>
03:05:08 07:05:08.882 [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]>
03:05:08 07:05:08.883 [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]>
03:05:08 07:05:08.884 [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]>
03:05:08 07:05:08.885 [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]>
03:05:08 07:05:08.886 [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]>
03:05:08 07:05:08.887 [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]>
03:05:08 07:05:08.888 [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]>
03:05:08 07:05:08.890 [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]>
03:05:08 07:05:08.891 [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]>
03:05:08 07:05:08.892 [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]>
03:05:08 07:05:08.893 [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]>
03:05:08 07:05:08.894 [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]>
03:05:08 07:05:08.895 [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]>
03:05:08 07:05:08.896 [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]>
03:05:09 07:05:08.916 [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]>
03:05:09 07:05:08.917 [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]>
03:05:09 07:05:08.918 [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]>
03:05:09 07:05:08.919 [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]>
03:05:09 07:05:08.920 [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]>
03:05:09 07:05:08.921 [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]>
03:05:09 07:05:08.922 [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]>
03:05:09 07:05:08.923 [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]>
03:05:09 07:05:08.924 [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]>
03:05:09 07:05:08.935 [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]>
03:05:09 07:05:08.937 [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]>
03:05:09 07:05:08.938 [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]>
03:05:09 07:05:08.939 [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]>
03:05:09 07:05:08.940 [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]>
03:05:09 07:05:08.941 [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]>
03:05:09 07:05:08.942 [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]>
03:05:09 07:05:08.943 [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]>
03:05:09 07:05:08.944 [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]>
03:05:09 07:05:08.945 [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]>
03:05:09 07:05:08.947 [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]>
03:05:09 07:05:08.948 [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]>
03:05:09 07:05:08.949 [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]>
03:05:09 07:05:08.950 [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]>
03:05:09 07:05:08.951 [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]>
03:05:09 07:05:08.952 [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]>
03:05:09 07:05:08.953 [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]>
03:05:09 07:05:08.954 [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]>
03:05:09 07:05:08.955 [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]>
03:05:09 07:05:08.956 [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]>
03:05:09 07:05:08.957 [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]>
03:05:09 07:05:08.958 [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]>
03:05:09 07:05:08.959 [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]>
03:05:09 07:05:08.960 [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]>
03:05:09 07:05:08.962 [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]>
03:05:09 07:05:08.963 [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]>
03:05:09 07:05:08.964 [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]>
03:05:09 07:05:08.965 [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]>
03:05:09 07:05:08.966 [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]>
03:05:09 07:05:08.967 [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]>
03:05:09 07:05:08.968 [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]>
03:05:09 07:05:08.969 [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]>
03:05:09 07:05:08.970 [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]>
03:05:09 07:05:08.970 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:09 07:05:08.971 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] 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.
03:05:09 07:05:08.971 [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]>
03:05:09 07:05:08.972 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:09 07:05:08.972 [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]>
03:05:09 07:05:08.973 [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.
03:05:09 07:05:08.973 [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]>
03:05:09 07:05:08.974 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] 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.
03:05:09 07:05:08.974 [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]>
03:05:09 07:05:08.975 [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]>
03:05:09 07:05:09.014 [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]>
03:05:09 07:05:09.015 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] 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.
03:05:09 07:05:09.015 [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.
03:05:09 07:05:09.016 [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.
03:05:09 07:05:09.016 [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]>
03:05:09 07:05:09.017 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:09 07:05:09.017 [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]>
03:05:09 07:05:09.018 [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.
03:05:09 07:05:09.018 [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]>
03:05:09 07:05:09.019 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:09 07:05:09.019 [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]>
03:05:09 07:05:09.020 [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.
03:05:09 07:05:09.020 [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]>
03:05:09 07:05:09.021 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:09 07:05:09.021 [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]>
03:05:09 07:05:09.022 [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.
03:05:09 07:05:09.022 [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]>
03:05:09 07:05:09.023 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:09 07:05:09.024 [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]>
03:05:09 07:05:09.024 [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]>
03:05:09 07:05:09.024 [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.
03:05:09 07:05:09.025 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:09 07:05:09.026 [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]>
03:05:09 07:05:09.027 [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.
03:05:09 07:05:09.027 [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]>
03:05:09 07:05:09.027 [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.
03:05:12 07:05:12.091 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:12 07:05:12.093 [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]>
03:05:12 07:05:12.093 [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]>
03:05:12 07:05:12.094 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.096 [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]>
03:05:12 07:05:12.096 [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]>
03:05:12 07:05:12.097 [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]>
03:05:12 07:05:12.097 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.100 [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]>
03:05:12 07:05:12.100 [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]>
03:05:12 07:05:12.101 [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]>
03:05:12 07:05:12.101 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.103 [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]>
03:05:12 07:05:12.103 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.105 [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]>
03:05:12 07:05:12.105 [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]>
03:05:12 07:05:12.106 [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]>
03:05:12 07:05:12.106 [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]>
03:05:12 07:05:12.107 [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]>
03:05:12 07:05:12.107 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.109 [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]>
03:05:12 07:05:12.109 [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]>
03:05:12 07:05:12.110 [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]>
03:05:12 07:05:12.110 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.112 [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]>
03:05:12 07:05:12.112 [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]>
03:05:12 07:05:12.113 [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]>
03:05:12 07:05:12.113 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.115 [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]>
03:05:12 07:05:12.115 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.117 [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]>
03:05:12 07:05:12.117 [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]>
03:05:12 07:05:12.118 [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]>
03:05:12 07:05:12.118 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.120 [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]>
03:05:12 07:05:12.120 [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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.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]>
03:05:12 07:05:12.122 [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]>
03:05:12 07:05:12.122 [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]>
03:05:12 07:05:12.123 [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]>
03:05:12 07:05:12.123 [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.
03:05:12 07:05:12.123 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:12 07:05:12.123 [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]>
03:05:12 07:05:12.123 [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.
03:05:12 07:05:12.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]>
03:05:12 07:05:12.124 [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.
03:05:12 07:05:12.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]>
03:05:12 07:05:12.124 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:12 07:05:12.125 [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]>
03:05:12 07:05:12.125 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:12 07:05:12.125 [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]>
03:05:12 07:05:12.125 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:12 07:05:12.126 [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]>
03:05:12 07:05:12.126 [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.
03:05:12 07:05:12.126 [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]>
03:05:12 07:05:12.126 [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.
03:05:12 07:05:12.127 [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]>
03:05:12 07:05:12.127 [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.
03:05:12 07:05:12.127 [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]>
03:05:12 07:05:12.127 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:12 07:05:12.128 [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]>
03:05:12 07:05:12.128 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:12 07:05:12.128 [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]>
03:05:12 07:05:12.128 [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.
03:05:12 07:05:12.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]>
03:05:12 07:05:12.129 [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.
03:05:12 07:05:12.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]>
03:05:12 07:05:12.129 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] 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.
03:05:12 07:05:12.130 [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]>
03:05:12 07:05:12.130 [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.
03:05:12 07:05:12.130 [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]>
03:05:12 07:05:12.130 [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.
03:05:12 07:05:12.131 [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]>
03:05:12 07:05:12.131 [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.
03:05:12 07:05:12.131 [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.
03:05:13 07:05:13.202 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:13 07:05:13.203 [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]>
03:05:13 07:05:13.205 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - DisconnectException: null
03:05:13 07:05:13.277 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:13 07:05:13.279 [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]>
03:05:13 07:05:13.279 [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]>
03:05:13 07:05:13.280 [WARN ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] o.a.p.s.s.RestartWithBackoffFlow - Restarting stream due to failure [1]: org.apache.kafka.common.KafkaException
03:05:13 org.apache.kafka.common.KafkaException
03:05:13 	at org.apache.pekko.kafka.javadsl.SendProducer.sendEnvelope(SendProducer.scala:60)
03:05:13 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActor$KafkaProducerStream.lambda$new$7f50bf28$1(KafkaPublisherActor.java:346)
03:05:13 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$map$1(Flow.scala:670)
03:05:13 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:05:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:05:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:05:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:05:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:05:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:05:13 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:05:13 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:05:13 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:05:13 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:05:13 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:05:13 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:05:13 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:05:13 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:05:13 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:05:13 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:05:13 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:05:13 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:05:13 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:05:13 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:05:13 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:05:13 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:05:13 
03:05:16 07:05:16.792 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - KafkaException: null
03:05:16 07:05:16.861 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:16 07:05:16.863 [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]>
03:05:17 07:05:16.925 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:17 07:05:16.926 [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]>
03:05:17 07:05:17.088 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
03:05:17 07:05:17.088 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:05:17 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.554 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
03:05:17 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
03:05:17 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
03:05:17 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
03:05:17 07:05:17.208 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:17 07:05:17.406 [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>.
03:05:17 07:05:17.427 [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>.
03:05:17 07:05:17.444 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-2ed55776-ba0e-469c-976a-372ce2ed236e>
03:05:17 07:05:17.445 [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-2ed55776-ba0e-469c-976a-372ce2ed236e>
03:05:17 07:05:17.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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>.
03:05:17 07:05:17.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>.
03:05:17 07:05:17.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:17 07:05:17.638 [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>.
03:05:17 07:05:17.659 [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>.
03:05:17 07:05:17.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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.>
03:05:17 07:05:17.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{kafka.key=key, kafka.topic=kafka.topic, kafka.timestamp=1712646317209, ditto-entity-id=thing:ditto:thing, response-required=false, the.key=key, device_id=ditto:thing, the.topic=kafka.topic, correlation-id=37bcd475-8b9c-4bc0-a5ed-3ad266b1cd07, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1712646317209, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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=37bcd475-8b9c-4bc0-a5ed-3ad266b1cd07, reply-to=reply-to-address, kafka.timestamp=1712646317209, kafka.key=key}
03:05:17 07:05:17.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:17 07:05:17.681 [INFO ] [PekkoTestSystem-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>.
03:05:17 07:05:17.752 [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>.
03:05:17 07:05:17.773 [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>.
03:05:17 07:05:17.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:17 07:05:17.793 [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>.
03:05:17 07:05:17.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>.
03:05:18 07:05:18.011 [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>.
03:05:18 07:05:18.028 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:18 07:05:18.030 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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'.>
03:05:18 07:05:18.030 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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=6bbb9bbe-24e8-40a0-9e5b-ff0358f76b3c, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1712646317209, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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=6bbb9bbe-24e8-40a0-9e5b-ff0358f76b3c, reply-to=reply-to-address, kafka.timestamp=1712646317209, kafka.key=key}
03:05:18 07:05:18.102 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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>.
03:05:18 07:05:18.123 [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>.
03:05:18 07:05:18.147 [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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:18 07:05:18.148 [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>.
03:05:18 07:05:18.149 [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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:18 07:05:18.150 [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>.
03:05:18 07:05:18.150 [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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:18 07:05:18.151 [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>.
03:05:18 07:05:18.217 [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>.
03:05:18 07:05:18.238 [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>.
03:05:18 07:05:18.257 [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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:18 07:05:18.258 [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>.
03:05:18 07:05:18.258 [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=1712646317209, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:05:18 07:05:18.365 [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>.
03:05:18 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
03:05:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
03:05:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
03:05:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
03:05:18 07:05:18.404 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-26257677-0f1b-49fb-84f4-79b4febae73d> 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.
03:05:18 07:05:18.404 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-e826d15d-3a5e-4d3b-943a-203a5cd26da4> 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.
03:05:18 07:05:18.405 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-023c77af-2156-48e5-b9fc-b429a74e451b> 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.
03:05:18 07:05:18.405 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-1cd7fb32-b515-4cc6-902a-fe2877a54e3e> 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.
03:05:18 07:05:18.405 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-992df709-382a-4879-b7f9-607ad31f792c> 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.
03:05:18 07:05:18.405 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-47939d79-a5c3-461c-b6e0-71f19b792db7> 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.
03:05:18 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
03:05:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
03:05:18 07:05:18.408 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:18 07:05:18.444 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Started mock server on port 43565
03:05:18 07:05:18.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M0.632S> interval (min=<PT5M>)
03:05:18 07:05:18.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:18 07:05:18.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.989S> interval (min=<PT5M>)
03:05:18 07:05:18.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.18S> interval (min=<PT5M>)
03:05:18 07:05:18.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-5767d370-31b0-4329-8f6e-edac93c508b0>
03:05:18 07:05:18.463 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M15.757S> interval (min=<PT5M>)
03:05:18 07:05:18.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-5767d370-31b0-4329-8f6e-edac93c508b0>.
03:05:18 07:05:18.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-5767d370-31b0-4329-8f6e-edac93c508b0>.
03:05:18 07:05:18.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:18 07:05:18.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.151S> interval (min=<PT5M>)
03:05:18 07:05:18.469 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:18 07:05:18.470 [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=[]]}]>
03:05:18 07:05:18.471 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:18 07:05:18.471 [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=[]]}]>
03:05:18 07:05:18.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
03:05:18 07:05:18.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
03:05:18 07:05:18.480 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:18 07:05:18.481 [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=[]]}]>
03:05:18 07:05:18.481 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:18 07:05:18.481 [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=[]]}]>
03:05:18 07:05:18.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - TESTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalStateException>: just for testing., description=child failed, time=2024-04-09T07:05:18.481811531Z, connectivityStatus=null]>
03:05:18 07:05:18.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-9b107dbe-b474-4266-a806-02c3517aec8a>
03:05:18 07:05:18.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9b107dbe-b474-4266-a806-02c3517aec8a>.
03:05:18 07:05:18.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9b107dbe-b474-4266-a806-02c3517aec8a>.
03:05:18 07:05:18.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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:18 07:05:18.499 [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=[]]}]>
03:05:18 07:05:18.500 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:18 07:05:18.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=[]]}]>
03:05:18 07:05:18.504 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
03:05:18 07:05:18.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
03:05:18 07:05:18.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
03:05:18 07:05:18.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-5767d370-31b0-4329-8f6e-edac93c508b0>
03:05:18 07:05:18.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-9b107dbe-b474-4266-a806-02c3517aec8a>
03:05:21 07:05:21.574 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:05:21 07:05:21.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-702e4e20-9b02-40af-96d4-e28e683d62a4>
03:05:21 07:05:21.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-702e4e20-9b02-40af-96d4-e28e683d62a4>.
03:05:21 07:05:21.589 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-702e4e20-9b02-40af-96d4-e28e683d62a4>.
03:05:21 07:05:21.591 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:21 07:05:21.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=[]]}]>
03:05:21 07:05:21.592 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:21 07:05:21.592 [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=[]]}]>
03:05:21 07:05:21.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
03:05:21 07:05:21.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
03:05:21 07:05:21.594 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
03:05:21 07:05:21.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-702e4e20-9b02-40af-96d4-e28e683d62a4>
03:05:24 07:05:24.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:05:24 07:05:24.689 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-0732deba-b8c4-46c4-bc54-550878b6de37>
03:05:24 07:05:24.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0732deba-b8c4-46c4-bc54-550878b6de37>.
03:05:24 07:05:24.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0732deba-b8c4-46c4-bc54-550878b6de37>.
03:05:24 07:05:24.693 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:24 07:05:24.694 [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=[]]}]>
03:05:24 07:05:24.695 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:24 07:05:24.696 [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=[]]}]>
03:05:24 07:05:24.697 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
03:05:24 07:05:24.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
03:05:24 07:05:24.698 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:24 07:05:24.698 [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=[]]}]>
03:05:24 07:05:24.699 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:24 07:05:24.699 [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=[]]}]>
03:05:24 07:05:24.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
03:05:24 07:05:24.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-25a2560f-ebc3-487a-9837-b117fcefccb0>
03:05:24 07:05:24.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-25a2560f-ebc3-487a-9837-b117fcefccb0>.
03:05:24 07:05:24.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-25a2560f-ebc3-487a-9837-b117fcefccb0>.
03:05:24 07:05:24.716 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:24 07:05:24.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=[]]}]>
03:05:24 07:05:24.717 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:24 07:05:24.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=[]]}]>
03:05:24 07:05:24.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
03:05:24 07:05:24.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
03:05:24 07:05:24.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
03:05:24 07:05:24.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-0732deba-b8c4-46c4-bc54-550878b6de37>
03:05:24 07:05:24.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-25a2560f-ebc3-487a-9837-b117fcefccb0>
03:05:27 07:05:27.773 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:05:27 07:05:27.775 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Sending thing modified message: ThingModified [type=things.events:thingModified, timestamp=2024-04-09T07:03:34.704484244Z, 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]]
03:05:27 07:05:27.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-988621a2-0ec5-4aef-aecd-887d66772168>
03:05:27 07:05:27.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-988621a2-0ec5-4aef-aecd-887d66772168>.
03:05:27 07:05:27.797 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-988621a2-0ec5-4aef-aecd-887d66772168>.
03:05:27 07:05:27.801 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.801 [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=[]]}]>
03:05:27 07:05:27.803 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.803 [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=[]]}]>
03:05:27 07:05:27.821 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-e7c73918-0709-4d10-824d-4ead2b6f4b7d>
03:05:27 07:05:27.822 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e7c73918-0709-4d10-824d-4ead2b6f4b7d>.
03:05:27 07:05:27.823 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e7c73918-0709-4d10-824d-4ead2b6f4b7d>.
03:05:27 07:05:27.825 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.825 [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=[]]}]>
03:05:27 07:05:27.826 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.826 [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=[]]}]>
03:05:27 07:05:27.827 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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.
03:05:27 07:05:27.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-ffa9e9c1-426f-4bd6-a804-696663813737>
03:05:27 07:05:27.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ffa9e9c1-426f-4bd6-a804-696663813737>.
03:05:27 07:05:27.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ffa9e9c1-426f-4bd6-a804-696663813737>.
03:05:27 07:05:27.843 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.844 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=[]]}]>
03:05:27 07:05:27.845 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.845 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=[]]}]>
03:05:27 07:05:27.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-ffa9e9c1-426f-4bd6-a804-696663813737>.
03:05:27 07:05:27.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-ffa9e9c1-426f-4bd6-a804-696663813737>.
03:05:27 07:05:27.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-988621a2-0ec5-4aef-aecd-887d66772168>
03:05:27 07:05:27.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-e7c73918-0709-4d10-824d-4ead2b6f4b7d>
03:05:27 07:05:27.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-ffa9e9c1-426f-4bd6-a804-696663813737>
03:05:27 07:05:27.951 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-c8c3b2b9-4ee0-4d1d-a9e7-eb73500703df>
03:05:27 07:05:27.952 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c8c3b2b9-4ee0-4d1d-a9e7-eb73500703df>.
03:05:27 07:05:27.953 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c8c3b2b9-4ee0-4d1d-a9e7-eb73500703df>.
03:05:27 07:05:27.955 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.955 [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=[]]}]>
03:05:27 07:05:27.956 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:27 07:05:27.957 [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=[]]}]>
03:05:27 07:05:27.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-c8c3b2b9-4ee0-4d1d-a9e7-eb73500703df>
03:05:28 07:05:28.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-9954af58-05c8-44d4-8004-8aa99bbc05b9>
03:05:28 07:05:28.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9954af58-05c8-44d4-8004-8aa99bbc05b9>.
03:05:28 07:05:28.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9954af58-05c8-44d4-8004-8aa99bbc05b9>.
03:05:28 07:05:28.067 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.067 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=[]]}]>
03:05:28 07:05:28.068 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.069 [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=[]]}]>
03:05:28 07:05:28.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-9954af58-05c8-44d4-8004-8aa99bbc05b9>.
03:05:28 07:05:28.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-9954af58-05c8-44d4-8004-8aa99bbc05b9>
03:05:28 07:05:28.174 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-7c91da8e-51f4-450c-b3a4-b7b04bfc4e62>
03:05:28 07:05:28.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7c91da8e-51f4-450c-b3a4-b7b04bfc4e62>.
03:05:28 07:05:28.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7c91da8e-51f4-450c-b3a4-b7b04bfc4e62>.
03:05:28 07:05:28.177 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.178 [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=[]]}]>
03:05:28 07:05:28.179 [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@326f788a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.179 [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=[]]}]>
03:05:28 07:05:28.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-7c91da8e-51f4-450c-b3a4-b7b04bfc4e62>.
03:05:28 07:05:28.181 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Successfully closed mock server.
03:05:28 07:05:28.181 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:05:28 07:05:28.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
03:05:28 07:05:28.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:28 07:05:28.181 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:05:28 07:05:28.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
03:05:28 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.770 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
03:05:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
03:05:28 07:05:28.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-7c91da8e-51f4-450c-b3a4-b7b04bfc4e62>
03:05:28 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
03:05:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
03:05:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
03:05:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
03:05:28 07:05:28.210 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:28 07:05:28.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:05:28 07:05:28.265 [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-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b#493879596])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b#493879596]''
03:05:28 07:05:28.268 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:05:28 07:05:28.270 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:05:28 07:05:28.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:28 07:05:28.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H31M27.912S>
03:05:28 07:05:28.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.041S> interval (min=<PT5M>)
03:05:28 07:05:28.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:28 07:05:28.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:28 07:05:28.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b> was recovered: null
03:05:28 07:05:28.278 [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@6709a0dd]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.279 [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-576e974f-d77c-419f-b1f1-bcf950f3fb0b>: <[always-alive, priority-0]>
03:05:28 07:05:28.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:05:28 07:05:28.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-04-09T07:05:28.276746807Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b, revision=1, connectionId=connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b, connection=ImmutableConnection [id=connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:42663, 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-04-09T07:05:28.276608138Z, created=2024-04-09T07:05:28.276608138Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/pa#-1855909248]''
03:05:28 07:05:28.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b> with <1> clients.
03:05:28 07:05:28.284 [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-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b#493879596])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b#493879596]''
03:05:28 07:05:28.285 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b> failed due to ConnectionFailedException: The Connection with ID 'connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b' failed to connect..
03:05:28 07:05:28.285 [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
03:05:28 07:05:28.287 [INFO ] [PekkoTestSystem-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-576e974f-d77c-419f-b1f1-bcf950f3fb0b>: <[]>
03:05:28 07:05:28.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
03:05:28 07:05:28.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionDeleted,ConnectionDeleted [type=connectivity.events:connectionDeleted, timestamp=2024-04-09T07:05:28.287103963Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=[]}], metadata=null, entityId=connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b, revision=2, connectionId=connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/pa#-1855909248]''
03:05:28 07:05:28.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b#493879596])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b/connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b#493879596]''
03:05:28 07:05:28.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-576e974f-d77c-419f-b1f1-bcf950f3fb0b>
03:05:28 07:05:28.370 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:05:28 07:05:28.381 [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-59b7a940-0191-4fa3-9b93-32291681c2ff/connection-59b7a940-0191-4fa3-9b93-32291681c2ff#-1315656366])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-59b7a940-0191-4fa3-9b93-32291681c2ff/connection-59b7a940-0191-4fa3-9b93-32291681c2ff#-1315656366]''
03:05:28 07:05:28.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:05:28 07:05:28.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:05:28 07:05:28.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H30M52.692S>
03:05:28 07:05:28.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:28 07:05:28.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M55.921S> interval (min=<PT5M>)
03:05:28 07:05:28.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-59b7a940-0191-4fa3-9b93-32291681c2ff> was recovered: null
03:05:28 07:05:28.391 [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@3b728e60]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.391 [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-59b7a940-0191-4fa3-9b93-32291681c2ff>: <[always-alive, priority-0]>
03:05:28 07:05:28.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:05:28 07:05:28.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-04-09T07:05:28.389844394Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-59b7a940-0191-4fa3-9b93-32291681c2ff, revision=1, connectionId=connection-59b7a940-0191-4fa3-9b93-32291681c2ff, connection=ImmutableConnection [id=connection-59b7a940-0191-4fa3-9b93-32291681c2ff, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:38915, 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-04-09T07:05:28.389691156Z, created=2024-04-09T07:05:28.389691156Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-59b7a940-0191-4fa3-9b93-32291681c2ff/connection-59b7a940-0191-4fa3-9b93-32291681c2ff/pa#-1214138853]''
03:05:28 07:05:28.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-59b7a940-0191-4fa3-9b93-32291681c2ff> with <1> clients.
03:05:28 07:05:28.395 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-59b7a940-0191-4fa3-9b93-32291681c2ff> failed due to ConnectionFailedException: The Connection with ID 'connection-59b7a940-0191-4fa3-9b93-32291681c2ff' failed to connect..
03:05:28 07:05:28.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-59b7a940-0191-4fa3-9b93-32291681c2ff/connection-59b7a940-0191-4fa3-9b93-32291681c2ff#-1315656366])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-59b7a940-0191-4fa3-9b93-32291681c2ff/connection-59b7a940-0191-4fa3-9b93-32291681c2ff#-1315656366]''
03:05:28 07:05:28.396 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
03:05:28 07:05:28.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-59b7a940-0191-4fa3-9b93-32291681c2ff>: <[]>
03:05:28 07:05:28.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
03:05:28 07:05:28.401 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <disconnect> on connection <connection-59b7a940-0191-4fa3-9b93-32291681c2ff> failed due to ConnectionFailedException: The Connection with ID 'connection-59b7a940-0191-4fa3-9b93-32291681c2ff' failed to connect..
03:05:28 07:05:28.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-59b7a940-0191-4fa3-9b93-32291681c2ff' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
03:05:28 07:05:28.401 [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-59b7a940-0191-4fa3-9b93-32291681c2ff/connection-59b7a940-0191-4fa3-9b93-32291681c2ff#-1315656366])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-59b7a940-0191-4fa3-9b93-32291681c2ff/connection-59b7a940-0191-4fa3-9b93-32291681c2ff#-1315656366]''
03:05:28 07:05:28.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-59b7a940-0191-4fa3-9b93-32291681c2ff>
03:05:28 07:05:28.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:05:28 07:05:28.477 [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-46ee0120-e738-4f51-91f9-bb1ab2545f25/connection-46ee0120-e738-4f51-91f9-bb1ab2545f25#124928850])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-46ee0120-e738-4f51-91f9-bb1ab2545f25/connection-46ee0120-e738-4f51-91f9-bb1ab2545f25#124928850]''
03:05:28 07:05:28.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:05:28 07:05:28.481 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:05:28 07:05:28.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H11M11.965S>
03:05:28 07:05:28.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:28 07:05:28.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.531S> interval (min=<PT5M>)
03:05:28 07:05:28.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-46ee0120-e738-4f51-91f9-bb1ab2545f25> was recovered: null
03:05:28 07:05:28.487 [WARN ] [PekkoTestSystem-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@283b443d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.487 [INFO ] [PekkoTestSystem-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-46ee0120-e738-4f51-91f9-bb1ab2545f25>: <[always-alive, priority-0]>
03:05:28 07:05:28.489 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:05:28 07:05:28.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-04-09T07:05:28.485653333Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-46ee0120-e738-4f51-91f9-bb1ab2545f25, revision=1, connectionId=connection-46ee0120-e738-4f51-91f9-bb1ab2545f25, connection=ImmutableConnection [id=connection-46ee0120-e738-4f51-91f9-bb1ab2545f25, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:46091, 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-04-09T07:05:28.485495906Z, created=2024-04-09T07:05:28.485495906Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-46ee0120-e738-4f51-91f9-bb1ab2545f25/connection-46ee0120-e738-4f51-91f9-bb1ab2545f25/pa#-2074871608]''
03:05:28 07:05:28.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-46ee0120-e738-4f51-91f9-bb1ab2545f25> with <1> clients.
03:05:28 07:05:28.491 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-46ee0120-e738-4f51-91f9-bb1ab2545f25> failed due to ConnectionFailedException: The Connection with ID 'connection-46ee0120-e738-4f51-91f9-bb1ab2545f25' failed to connect..
03:05:28 07:05:28.491 [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
03:05:28 07:05:28.491 [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-46ee0120-e738-4f51-91f9-bb1ab2545f25/connection-46ee0120-e738-4f51-91f9-bb1ab2545f25#124928850])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-46ee0120-e738-4f51-91f9-bb1ab2545f25/connection-46ee0120-e738-4f51-91f9-bb1ab2545f25#124928850]''
03:05:28 07:05:28.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-46ee0120-e738-4f51-91f9-bb1ab2545f25>
03:05:28 07:05:28.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:05:28 07:05:28.569 [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-880e2902-d133-43a3-81ba-8b7b6228d883/connection-880e2902-d133-43a3-81ba-8b7b6228d883#105386387])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-880e2902-d133-43a3-81ba-8b7b6228d883/connection-880e2902-d133-43a3-81ba-8b7b6228d883#105386387]''
03:05:28 07:05:28.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:05:28 07:05:28.574 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:05:28 07:05:28.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H40M5.789S>
03:05:28 07:05:28.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:28 07:05:28.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.275S> interval (min=<PT5M>)
03:05:28 07:05:28.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-880e2902-d133-43a3-81ba-8b7b6228d883> was recovered: null
03:05:28 07:05:28.580 [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@67150360]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.580 [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-880e2902-d133-43a3-81ba-8b7b6228d883>: <[always-alive, priority-0]>
03:05:28 07:05:28.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
03:05:28 07:05:28.584 [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-04-09T07:05:28.578440512Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-880e2902-d133-43a3-81ba-8b7b6228d883, revision=1, connectionId=connection-880e2902-d133-43a3-81ba-8b7b6228d883, connection=ImmutableConnection [id=connection-880e2902-d133-43a3-81ba-8b7b6228d883, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:34953, 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-04-09T07:05:28.578256946Z, created=2024-04-09T07:05:28.578256946Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-880e2902-d133-43a3-81ba-8b7b6228d883/connection-880e2902-d133-43a3-81ba-8b7b6228d883/pa#2072776710]''
03:05:28 07:05:28.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-880e2902-d133-43a3-81ba-8b7b6228d883> with <1> clients.
03:05:28 07:05:28.585 [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-880e2902-d133-43a3-81ba-8b7b6228d883/connection-880e2902-d133-43a3-81ba-8b7b6228d883#105386387])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-880e2902-d133-43a3-81ba-8b7b6228d883/connection-880e2902-d133-43a3-81ba-8b7b6228d883#105386387]''
03:05:28 07:05:28.586 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-880e2902-d133-43a3-81ba-8b7b6228d883> failed due to ConnectionFailedException: The Connection with ID 'connection-880e2902-d133-43a3-81ba-8b7b6228d883' failed to connect..
03:05:28 07:05:28.586 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
03:05:28 07:05:28.589 [WARN ] [PekkoTestSystem-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@67150360]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:28 07:05:28.589 [INFO ] [PekkoTestSystem-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-880e2902-d133-43a3-81ba-8b7b6228d883>: <[always-alive, priority-0]>
03:05:28 07:05:28.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
03:05:28 07:05:28.592 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-880e2902-d133-43a3-81ba-8b7b6228d883> failed due to ConnectionFailedException: The Connection with ID 'connection-880e2902-d133-43a3-81ba-8b7b6228d883' failed to connect..
03:05:28 07:05:28.592 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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-880e2902-d133-43a3-81ba-8b7b6228d883' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
03:05:28 07:05:28.592 [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-880e2902-d133-43a3-81ba-8b7b6228d883/connection-880e2902-d133-43a3-81ba-8b7b6228d883#105386387])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-880e2902-d133-43a3-81ba-8b7b6228d883/connection-880e2902-d133-43a3-81ba-8b7b6228d883#105386387]''
03:05:28 07:05:28.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-880e2902-d133-43a3-81ba-8b7b6228d883>
03:05:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
03:05:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
03:05:28 07:05:28.622 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
03:05:28 07:05:28.622 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:28 07:05:28.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:05:28 07:05:28.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:05:28 07:05:28.689 [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-f79041b8-71ca-4097-bc1a-b709a4bcd07c/connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c#-1193451686])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c/connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c#-1193451686]''
03:05:28 07:05:28.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:05:28 07:05:28.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H36M8.053S>
03:05:28 07:05:28.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:28 07:05:28.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.641S> interval (min=<PT5M>)
03:05:28 07:05:28.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c> was recovered: ImmutableConnection [id=connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:33609, 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-04-09T07:03:34.704484244Z, created=null]
03:05:28 07:05:28.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received message in 'deleted' state - ignoring!: PingCommand [entityId=connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c, correlationId=123, payload="always-alive"]
03:05:30 07:05:30.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c> was deleted recently. Shutting Actor down ...
03:05:30 07:05:30.757 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f79041b8-71ca-4097-bc1a-b709a4bcd07c>
03:05:30 07:05:30.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:05:30 07:05:30.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:05:30 07:05:30.833 [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-013c0721-2f37-4310-9dd3-5a7a93fecc7b/connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b#-782484941])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b/connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b#-782484941]''
03:05:30 07:05:30.834 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
03:05:30 07:05:30.838 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H56M15.329S>
03:05:30 07:05:30.838 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:30 07:05:30.838 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.513S> interval (min=<PT5M>)
03:05:30 07:05:30.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b> was recovered: ImmutableConnection [id=connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41787, 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]
03:05:30 07:05:30.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b> with <1> clients.
03:05:30 07:05:30.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b]> 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 [{}]]>
03:05:30 07:05:30.887 [INFO ] [PekkoTestSystem-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.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 [{}]]
03:05:30 07:05:30.887 [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-013c0721-2f37-4310-9dd3-5a7a93fecc7b/connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b#-782484941])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b/connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b#-782484941]''
03:05:30 07:05:30.888 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.a.p.a.OneForOneStrategy - requirement failed: Cluster node must not be terminated
03:05:30 java.lang.IllegalArgumentException: requirement failed: Cluster node must not be terminated
03:05:30 	at scala.Predef$.require(Predef.scala:337)
03:05:30 	at org.apache.pekko.cluster.ddata.Replicator.<init>(Replicator.scala:1377)
03:05:30 	at org.apache.pekko.cluster.ddata.Replicator$.$anonfun$props$2(Replicator.scala:474)
03:05:30 	at org.apache.pekko.actor.TypedCreatorFunctionConsumer.produce(IndirectActorProducer.scala:101)
03:05:30 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:05:30 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:05:30 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:05:30 	... 10 common frames omitted
03:05:30 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]
03:05:30 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:05:30 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:05:30 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:05:30 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:05:30 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:05:30 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:05:30 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:05:30 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:05:30 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:05:30 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:05:30 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:05:30 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:05:30 07:05:30.888 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M6.689S> interval (min=<PT5M>)
03:05:30 07:05:30.889 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-013c0721-2f37-4310-9dd3-5a7a93fecc7b>
03:05:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.314 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
03:05:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
03:05:30 07:05:30.940 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:31 07:05:31.004 [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>.
03:05:31 07:05:31.005 [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>.
03:05:31 07:05:31.032 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithCustomMapper-93a16df, content-type=application/json, inbound=mapping, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=header}]
03:05:31 07:05:31.034 [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>.
03:05:31 07:05:31.132 [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>.
03:05:31 07:05:31.134 [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>.
03:05:31 07:05:31.152 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=725c7972-ccc6-42b8-9677-0e355b28507b, response-required=false, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=6634cceb-36c2-46f7-bb67-7b89cb6cc941, response-required=false, content-type=application/json, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=857dfad9-5071-4fda-8a5d-417be50c812e, response-required=false, content-type=application/json, channel=live, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.239 [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>.
03:05:31 07:05:31.241 [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>.
03:05:31 07:05:31.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=223d4877-691d-46fc-8175-c1e9e735923b, content-type=application/json, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.314 [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>.
03:05:31 07:05:31.317 [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>.
03:05:31 07:05:31.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=82012779-fbf1-4f24-8c94-ddf44109d8e4, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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>.
03:05:31 07:05:31.420 [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>.
03:05:31 07:05:31.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] 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.>
03:05:31 07:05:31.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-19b57ad, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-19b57ad}
03:05:31 07:05:31.502 [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>.
03:05:31 07:05:31.504 [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>.
03:05:31 07:05:31.519 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{qos=0, source=ditto:ditto, ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=e6ae77e0-76b3-4831-8606-15622d687027, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.587 [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>.
03:05:31 07:05:31.589 [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>.
03:05:31 07:05:31.593 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ad7344fe-3d44-4df3-a3e7-8e0f4b5b1548, response-required=false, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.594 [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.>
03:05:31 07:05:31.594 [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=ad7344fe-3d44-4df3-a3e7-8e0f4b5b1548, ditto-connection-id=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-reply-target=0, ditto-expected-response-types=["error"], response-required=false, ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}}] : with HeaderMapping Optional.empty : and external headers {}
03:05:31 07:05:31.670 [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>.
03:05:31 07:05:31.673 [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>.
03:05:31 07:05:31.687 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessed-8acd242, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.688 [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>.
03:05:31 07:05:31.766 [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>.
03:05:31 07:05:31.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b6a76995-d3d8-490e-b8be-e8a28bb93efa, requested-acks=["dummy-request"], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.862 [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>.
03:05:31 07:05:31.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>.
03:05:31 07:05:31.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=9a3e7f60-0844-40f4-ab45-96b1efe19ff0, source=integration:9a3e7f60-0844-40f4-ab45-96b1efe19ff0:hub-application/json, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["integration:9a3e7f60-0844-40f4-ab45-96b1efe19ff0:hub-application/json","integration:application/json:hub-9a3e7f60-0844-40f4-ab45-96b1efe19ff0"]}, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
03:05:31 07:05:31.884 [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 <PT1M5S>.
03:05:32 07:05:31.974 [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>.
03:05:32 07:05:31.978 [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>.
03:05:32 07:05:31.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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>
03:05:32 07:05:31.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["integration:230242cc-3c79-4c35-9877-060216dc892f:hub-application/json"]}, correlation-id=f6c1d322-448e-475b-a53e-013e3fe202c8}] : with HeaderMapping Optional.empty : and external headers {}
03:05:32 07:05:32.091 [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>.
03:05:32 07:05:32.095 [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>.
03:05:32 07:05:32.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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.>
03:05:32 07:05:32.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=96aa177a-c982-4b71-9aef-34c5417d8cb2, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["integration:96aa177a-c982-4b71-9aef-34c5417d8cb2:hub-application/json"]}}] : with HeaderMapping Optional.empty : and external headers {}
03:05:32 07:05:32.200 [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>.
03:05:32 07:05:32.295 [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>.
03:05:32 07:05:32.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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.>
03:05:32 07:05:32.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{response-required=false, correlation-id=b5eda3c3-33fd-4f2f-9c25-8363b1d3bbfb, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={correlation-id={{ header:correlation-id }}, source={{ request:subjectId }}}]] : and external headers {content-type=application/json, correlation-id=b5eda3c3-33fd-4f2f-9c25-8363b1d3bbfb}
03:05:32 07:05:32.388 [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>.
03:05:32 07:05:32.475 [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>.
03:05:32 07:05:32.478 [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>.
03:05:32 07:05:32.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=integration:application/json:hub, ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["integration:application/json:hub","integration:hub-application/json"]}, correlation-id=5e518f6b-6a4c-4277-8dff-079bb894c681, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
03:05:32 07:05:32.495 [INFO ] [PekkoTestSystem-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>.
03:05:32 07:05:32.566 [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>.
03:05:32 07:05:32.569 [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>.
03:05:32 07:05:32.583 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithDefaultMapper-65ce5d4, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
03:05:32 07:05:32.584 [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>.
03:05:32 07:05:32.749 [INFO ] [PekkoTestSystemWithCachingSignalEnrichmentProvider-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>.
03:05:32 07:05:32.865 [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>.
03:05:32 07:05:32.880 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-1b392fe, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
03:05:32 07:05:32.881 [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'.>
03:05:32 07:05:32.881 [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-1b392fe, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-1b392fe}
03:05:32 07:05:32.968 [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>.
03:05:32 07:05:32.969 [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.
03:05:32 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.045 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
03:05:32 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
03:05:33 07:05:33.003 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:05:33 07:05:33.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M9.156S> interval (min=<PT5M>)
03:05:33 07:05:33.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:33 07:05:33.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M58.92S> interval (min=<PT5M>)
03:05:33 07:05:33.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M17.898S> interval (min=<PT5M>)
03:05:33 07:05:33.538 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.243S> interval (min=<PT5M>)
03:05:33 07:05:33.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:33 07:05:33.580 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:33 07:05:33.580 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:33 07:05:33.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.529S> interval (min=<PT5M>)
03:05:33 07:05:33.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:33 07:05:33.591 [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@1aa07e3b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:33 07:05:33.591 [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=[]]}]>
03:05:33 07:05:33.592 [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@1aa07e3b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:33 07:05:33.593 [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=[]]}]>
03:05:33 07:05:33.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:33 07:05:33.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:33 07:05:33.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:33 07:05:33.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:33 07:05:33.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:33 07:05:33.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:33 07:05:33.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:34 07:05:33.948 [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.
03:05:34 07:05:34.132 [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}
03:05:34 07:05:34.136 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:34 07:05:34.137 [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>.
03:05:34 07:05:34.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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>
03:05:34 07:05:34.141 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
03:05:34 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
03:05:34 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
03:05:34 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
03:05:34 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
03:05:34 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
03:05:34 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:05:34 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:05:34 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:05:34 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
03:05:34 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
03:05:34 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:05:34 	at java.base/java.lang.Thread.run(Thread.java:833)
03:05:34 07:05:34.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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]>
03:05:34 07:05:34.350 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:34 07:05:34.391 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M36.471S> interval (min=<PT5M>)
03:05:34 07:05:34.391 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:34 07:05:34.391 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M4.824S> interval (min=<PT5M>)
03:05:34 07:05:34.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.232S> interval (min=<PT5M>)
03:05:34 07:05:34.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M20.946S> interval (min=<PT5M>)
03:05:34 07:05:34.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-19e87838-6e14-46fa-ae54-be2cdf2878bc>
03:05:34 07:05:34.424 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-19e87838-6e14-46fa-ae54-be2cdf2878bc>.
03:05:34 07:05:34.424 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-19e87838-6e14-46fa-ae54-be2cdf2878bc>.
03:05:34 07:05:34.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:34 07:05:34.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M46.898S> interval (min=<PT5M>)
03:05:34 07:05:34.431 [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@5687bc9e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:34 07:05:34.431 [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=[]]}]>
03:05:34 07:05:34.432 [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@5687bc9e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:34 07:05:34.433 [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=[]]}]>
03:05:34 07:05:34.436 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:34 07:05:34.436 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:34 07:05:34.436 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-19e87838-6e14-46fa-ae54-be2cdf2878bc> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
03:05:34 07:05:34.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:34 07:05:34.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:34 07:05:34.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:34 07:05:34.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:34 07:05:34.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-19e87838-6e14-46fa-ae54-be2cdf2878bc>
03:05:34 07:05:34.706 [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.
03:05:34 07:05:34.709 [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}
03:05:34 07:05:34.710 [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}
03:05:34 07:05:34.712 [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"], ditto-origin=connection-19e87838-6e14-46fa-ae54-be2cdf2878bc, 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}]
03:05:34 07:05:34.713 [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"], ditto-origin=connection-19e87838-6e14-46fa-ae54-be2cdf2878bc, 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}]
03:05:34 07:05:34.713 [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>.
03:05:34 07:05:34.714 [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>.
03:05:34 07:05:34.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M1.867S> interval (min=<PT5M>)
03:05:34 07:05:34.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:34 07:05:34.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.94S> interval (min=<PT5M>)
03:05:34 07:05:34.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.375S> interval (min=<PT5M>)
03:05:34 07:05:34.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.036S> interval (min=<PT5M>)
03:05:34 07:05:34.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:34 07:05:34.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:34 07:05:34.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:34 07:05:34.801 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.366S> interval (min=<PT5M>)
03:05:34 07:05:34.801 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:34 07:05:34.802 [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@44d9375f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:34 07:05:34.803 [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=[]]}]>
03:05:34 07:05:34.804 [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@44d9375f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:34 07:05:34.804 [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=[]]}]>
03:05:34 07:05:34.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:34 07:05:34.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:34 07:05:34.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:34 07:05:34.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:34 07:05:34.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:34 07:05:34.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:35 07:05:34.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:35 07:05:35.079 [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.
03:05:35 07:05:35.090 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Connection interrupted: amqp://test:1234
03:05:35 07:05:35.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://test:1234
03:05:35 07:05:35.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:35 07:05:35.836 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M57.841S> interval (min=<PT5M>)
03:05:35 07:05:35.836 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:35 07:05:35.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.457S> interval (min=<PT5M>)
03:05:35 07:05:35.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M20.336S> interval (min=<PT5M>)
03:05:35 07:05:35.838 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.571S> interval (min=<PT5M>)
03:05:35 07:05:35.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:35 07:05:35.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:35 07:05:35.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:35 07:05:35.871 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M6.129S> interval (min=<PT5M>)
03:05:35 07:05:35.871 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:35 07:05:35.872 [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@6b06acce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:35 07:05:35.872 [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=[]]}]>
03:05:35 07:05:35.874 [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@6b06acce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:35 07:05:35.874 [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=[]]}]>
03:05:35 07:05:35.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:35 07:05:35.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:35 07:05:35.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:35 07:05:35.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:35 07:05:35.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:35 07:05:35.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:36 07:05:35.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:36 07:05:36.153 [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.
03:05:36 07:05:36.159 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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]>
03:05:36 07:05:36.356 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:36 07:05:36.407 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M0.136S> interval (min=<PT5M>)
03:05:36 07:05:36.407 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:36 07:05:36.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.654S> interval (min=<PT5M>)
03:05:36 07:05:36.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M43.065S> interval (min=<PT5M>)
03:05:36 07:05:36.409 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.592S> interval (min=<PT5M>)
03:05:36 07:05:36.436 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:36 07:05:36.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:36 07:05:36.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:36 07:05:36.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.464S> interval (min=<PT5M>)
03:05:36 07:05:36.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:36 07:05:36.443 [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@1d4f7d8d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:36 07:05:36.443 [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=[]]}]>
03:05:36 07:05:36.444 [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@1d4f7d8d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:36 07:05:36.445 [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=[]]}]>
03:05:36 07:05:36.447 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:36 07:05:36.447 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:36 07:05:36.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:36 07:05:36.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:36 07:05:36.455 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:36 07:05:36.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:36 07:05:36.722 [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.
03:05:36 07:05:36.726 [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]>
03:05:37 07:05:36.924 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:37 07:05:36.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M26.142S> interval (min=<PT5M>)
03:05:37 07:05:36.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:37 07:05:36.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.105S> interval (min=<PT5M>)
03:05:37 07:05:36.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M58.189S> interval (min=<PT5M>)
03:05:37 07:05:36.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.411S> interval (min=<PT5M>)
03:05:37 07:05:36.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:37 07:05:36.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:37 07:05:36.996 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:37 07:05:37.000 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.746S> interval (min=<PT5M>)
03:05:37 07:05:37.000 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:37 07:05:37.002 [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@3fd80017]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:37 07:05:37.002 [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=[]]}]>
03:05:37 07:05:37.004 [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@3fd80017]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:37 07:05:37.004 [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=[]]}]>
03:05:37 07:05:37.006 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:37 07:05:37.007 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:37 07:05:37.007 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:37 07:05:37.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:37 07:05:37.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:37 07:05:37.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:37 07:05:37.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:37 07:05:37.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:37 07:05:37.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:37 07:05:37.121 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:37 07:05:37.280 [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.
03:05:37 07:05:37.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:37 07:05:37.334 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M21.074S> interval (min=<PT5M>)
03:05:37 07:05:37.334 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:37 07:05:37.334 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.156S> interval (min=<PT5M>)
03:05:37 07:05:37.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.125S> interval (min=<PT5M>)
03:05:37 07:05:37.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M58.762S> interval (min=<PT5M>)
03:05:37 07:05:37.363 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-0f78462e-884a-4439-9a6e-ad78fcfc6ae4>
03:05:37 07:05:37.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0f78462e-884a-4439-9a6e-ad78fcfc6ae4>.
03:05:37 07:05:37.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0f78462e-884a-4439-9a6e-ad78fcfc6ae4>.
03:05:37 07:05:37.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.174S> interval (min=<PT5M>)
03:05:37 07:05:37.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:37 07:05:37.372 [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@3a46e3e1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:37 07:05:37.373 [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=[]]}]>
03:05:37 07:05:37.374 [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@3a46e3e1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:37 07:05:37.374 [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=[]]}]>
03:05:37 07:05:37.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:37 07:05:37.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:37 07:05:37.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-0f78462e-884a-4439-9a6e-ad78fcfc6ae4> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
03:05:37 07:05:37.379 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:37 07:05:37.379 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:37 07:05:37.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:37 07:05:37.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-0f78462e-884a-4439-9a6e-ad78fcfc6ae4>
03:05:37 07:05:37.649 [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.
03:05:37 07:05:37.652 [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}
03:05:37 07:05:37.653 [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}
03:05:37 07:05:37.656 [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-0f78462e-884a-4439-9a6e-ad78fcfc6ae4, 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}]
03:05:37 07:05:37.657 [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-0f78462e-884a-4439-9a6e-ad78fcfc6ae4, 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}]
03:05:37 07:05:37.657 [INFO ] [PekkoTestSystem-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>.
03:05:37 07:05:37.658 [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>.
03:05:37 07:05:37.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M25.082S> interval (min=<PT5M>)
03:05:37 07:05:37.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:37 07:05:37.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.401S> interval (min=<PT5M>)
03:05:37 07:05:37.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M39.45S> interval (min=<PT5M>)
03:05:37 07:05:37.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.968S> interval (min=<PT5M>)
03:05:37 07:05:37.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:37 07:05:37.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:37 07:05:37.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:37 07:05:37.745 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.786S> interval (min=<PT5M>)
03:05:37 07:05:37.745 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:37 07:05:37.747 [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@4ba2a62c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:37 07:05:37.747 [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=[]]}]>
03:05:37 07:05:37.749 [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@4ba2a62c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:37 07:05:37.749 [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=[]]}]>
03:05:37 07:05:37.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:37 07:05:37.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:37 07:05:37.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:37 07:05:37.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:37 07:05:37.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:37 07:05:37.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:37 07:05:37.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:38 07:05:38.024 [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.
03:05:38 07:05:38.027 [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}
03:05:38 07:05:38.030 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:38 07:05:38.031 [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>.
03:05:38 07:05:38.032 [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>
03:05:38 07:05:38.032 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
03:05:38 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
03:05:38 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
03:05:38 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$6(AmqpConsumerActor.java:385)
03:05:38 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.reject(AcknowledgeableMessage.java:52)
03:05:38 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:184)
03:05:38 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:05:38 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:05:38 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:05:38 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
03:05:38 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
03:05:38 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:05:38 	at java.base/java.lang.Thread.run(Thread.java:833)
03:05:38 07:05:38.036 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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]>
03:05:38 07:05:38.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:38 07:05:38.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M9.867S> interval (min=<PT5M>)
03:05:38 07:05:38.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:38 07:05:38.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.793S> interval (min=<PT5M>)
03:05:38 07:05:38.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.367S> interval (min=<PT5M>)
03:05:38 07:05:38.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.171S> interval (min=<PT5M>)
03:05:38 07:05:38.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:38 07:05:38.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:38 07:05:38.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:38 07:05:38.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:38 07:05:38.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.497S> interval (min=<PT5M>)
03:05:38 07:05:38.311 [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@7d2e383b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:38 07:05:38.311 [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=[]]}]>
03:05:38 07:05:38.312 [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@7d2e383b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:38 07:05:38.312 [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=[]]}]>
03:05:38 07:05:38.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:38 07:05:38.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:38 07:05:38.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:38 07:05:38.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:38 07:05:38.317 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:38 07:05:38.317 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:38 07:05:38.324 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:38 07:05:38.430 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:38 07:05:38.589 [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.
03:05:38 07:05:38.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:38 07:05:38.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M29.447S> interval (min=<PT5M>)
03:05:38 07:05:38.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:38 07:05:38.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.76S> interval (min=<PT5M>)
03:05:38 07:05:38.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.144S> interval (min=<PT5M>)
03:05:38 07:05:38.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M13.156S> interval (min=<PT5M>)
03:05:38 07:05:38.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:38 07:05:38.655 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:38 07:05:38.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:38 07:05:38.660 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:38 07:05:38.660 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.011S> interval (min=<PT5M>)
03:05:38 07:05:38.661 [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@612c8691]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:38 07:05:38.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=[]]}]>
03:05:38 07:05:38.663 [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@612c8691]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:38 07:05:38.663 [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=[]]}]>
03:05:38 07:05:38.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:38 07:05:38.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:38 07:05:38.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:38 07:05:38.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:38 07:05:38.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:38 07:05:38.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:38 07:05:38.689 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:38 07:05:38.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:38 07:05:38.945 [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.
03:05:38 07:05:38.948 [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}
03:05:38 07:05:38.950 [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}
03:05:38 07:05:38.951 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:38 07:05:38.952 [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>.
03:05:39 07:05:38.952 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:39 07:05:38.997 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M27.982S> interval (min=<PT5M>)
03:05:39 07:05:38.997 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:38.997 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M43.736S> interval (min=<PT5M>)
03:05:39 07:05:38.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.569S> interval (min=<PT5M>)
03:05:39 07:05:38.999 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.883S> interval (min=<PT5M>)
03:05:39 07:05:39.027 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
03:05:39 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.
03:05:39 	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
03:05:39 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
03:05:39 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$3(AmqpClientActorTest.java:231)
03:05:39 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
03:05:39 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
03:05:39 	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
03:05:39 	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
03:05:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:39 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:39 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:39 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:05:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:39 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:39 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:05:39 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:05:39 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
03:05:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:39 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:39 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:39 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:39 07:05:39.029 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
03:05:39 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.
03:05:39 	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
03:05:39 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
03:05:39 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$4(AmqpClientActorTest.java:233)
03:05:39 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
03:05:39 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
03:05:39 	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
03:05:39 	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
03:05:39 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
03:05:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:05:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:05:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:05:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:05:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:05:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:05:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:05:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:05:39 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:05:39 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:05:39 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:05:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:39 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:05:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:05:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:05:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:05:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:05:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:05:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:05:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:05:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:05:39 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:05:39 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:05:39 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
03:05:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:05:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:05:39 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:05:39 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:05:39 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:05:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:05:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:05:39 07:05:39.081 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M11.263S> interval (min=<PT5M>)
03:05:39 07:05:39.081 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.309S> interval (min=<PT5M>)
03:05:39 07:05:39.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.39S> interval (min=<PT5M>)
03:05:39 07:05:39.083 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.147S> interval (min=<PT5M>)
03:05:39 07:05:39.117 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.376S> interval (min=<PT5M>)
03:05:39 07:05:39.125 [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@2aeb9da]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.125 [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=[]]}]>
03:05:39 07:05:39.127 [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@2aeb9da]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.127 [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=[]]}]>
03:05:39 07:05:39.130 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:FAIL
03:05:39 07:05:39.130 [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#-1590580971], 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-04-09T07:05:39.130238545Z, connectivityStatus=null]>
03:05:39 07:05:39.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#-1590580971], 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-04-09T07:05:39.130238545Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:05:39 07:05:39.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M12.414S> interval (min=<PT5M>)
03:05:39 07:05:39.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.170 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.428S> interval (min=<PT5M>)
03:05:39 07:05:39.170 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M20.316S> interval (min=<PT5M>)
03:05:39 07:05:39.171 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.97S> interval (min=<PT5M>)
03:05:39 07:05:39.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.214 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.215 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.003S> interval (min=<PT5M>)
03:05:39 07:05:39.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.221 [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@d1aab53]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.221 [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=[]]}]>
03:05:39 07:05:39.223 [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@d1aab53]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.223 [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=[]]}]>
03:05:39 07:05:39.227 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to consume sources: [amqp/source1-1, amqp/source1-0]
03:05:39 07:05:39.227 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#-1370453029], 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-04-09T07:05:39.227395778Z, connectivityStatus=null]>
03:05:39 07:05:39.227 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#-1370453029], 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-04-09T07:05:39.227395778Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:05:39 07:05:39.245 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M30.883S> interval (min=<PT5M>)
03:05:39 07:05:39.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.266 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.39S> interval (min=<PT5M>)
03:05:39 07:05:39.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.343S> interval (min=<PT5M>)
03:05:39 07:05:39.267 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M49.142S> interval (min=<PT5M>)
03:05:39 07:05:39.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.904S> interval (min=<PT5M>)
03:05:39 07:05:39.303 [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@6225098c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.303 [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=[]]}]>
03:05:39 07:05:39.305 [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@6225098c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.305 [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=[]]}]>
03:05:39 07:05:39.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.355 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M37.951S> interval (min=<PT5M>)
03:05:39 07:05:39.355 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.356 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M6.505S> interval (min=<PT5M>)
03:05:39 07:05:39.356 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.285S> interval (min=<PT5M>)
03:05:39 07:05:39.357 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M13.539S> interval (min=<PT5M>)
03:05:39 07:05:39.385 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.608S> interval (min=<PT5M>)
03:05:39 07:05:39.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.394 [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@c354313]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.394 [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=[]]}]>
03:05:39 07:05:39.396 [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@c354313]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.396 [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=[]]}]>
03:05:39 07:05:39.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:39 07:05:39.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:39 07:05:39.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:39 07:05:39.402 [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#39391685], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-04-09T07:05:39.402222089Z, connectivityStatus=null]>
03:05:39 07:05:39.403 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#39391685], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-04-09T07:05:39.402222089Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: misconfigured. Going to 'CONNECTING'
03:05:39 07:05:39.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:39 07:05:39.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:39 07:05:39.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#206528304], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-04-09T07:05:39.415460068Z, connectivityStatus=null]>
03:05:39 07:05:39.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:39 07:05:39.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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#206528304], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-04-09T07:05:39.415460068Z, connectivityStatus=null]. Reconnect was already triggered
03:05:39 07:05:39.504 [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 <misconfigured> in the client actor.
03:05:39 07:05:39.512 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M5.374S> interval (min=<PT5M>)
03:05:39 07:05:39.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.538S> interval (min=<PT5M>)
03:05:39 07:05:39.560 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M31.018S> interval (min=<PT5M>)
03:05:39 07:05:39.560 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.544S> interval (min=<PT5M>)
03:05:39 07:05:39.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.588 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:39 07:05:39.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M51.355S> interval (min=<PT5M>)
03:05:39 07:05:39.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:39 07:05:39.594 [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@1f6de0b5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.595 [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=[]]}]>
03:05:39 07:05:39.596 [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@1f6de0b5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:39 07:05:39.596 [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=[]]}]>
03:05:39 07:05:39.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:39 07:05:39.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:39 07:05:39.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:39 07:05:39.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:39 07:05:39.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:39 07:05:39.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:39 07:05:39.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:39 07:05:39.735 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:39 07:05:39.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:39 07:05:39.880 [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.
03:05:39 07:05:39.883 [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}
03:05:39 07:05:39.885 [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}
03:05:39 07:05:39.886 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:39 07:05:39.887 [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","nack"], ditto-origin=connection-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:39 07:05:39.887 [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>.
03:05:40 07:05:39.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M15.802S> interval (min=<PT5M>)
03:05:40 07:05:39.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:40 07:05:39.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.978S> interval (min=<PT5M>)
03:05:40 07:05:39.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.174S> interval (min=<PT5M>)
03:05:40 07:05:39.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.668S> interval (min=<PT5M>)
03:05:40 07:05:39.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:40 07:05:39.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:40 07:05:39.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:40 07:05:39.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:40 07:05:39.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.576S> interval (min=<PT5M>)
03:05:40 07:05:39.970 [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@3eb88c6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:40 07:05:39.970 [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=[]]}]>
03:05:40 07:05:39.972 [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@3eb88c6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:40 07:05:39.972 [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=[]]}]>
03:05:40 07:05:39.974 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:40 07:05:39.974 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:40 07:05:39.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:40 07:05:39.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:40 07:05:39.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:40 07:05:39.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:40 07:05:40.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:40 07:05:40.253 [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.
03:05:40 07:05:40.259 [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]>
03:05:40 07:05:40.460 [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}
03:05:40 07:05:40.463 [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","nack"], ditto-origin=connection-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:40 07:05:40.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://broker:5671
03:05:40 07:05:40.464 [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>.
03:05:40 07:05:40.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Restored connection has closed session, trying to recover ...
03:05:40 07:05:40.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Recovering closed AMQP 1.0 session.
03:05:40 07:05:40.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:40 07:05:40.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:40 07:05:40.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:40 07:05:40.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:40 07:05:40.481 [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=twinEventExchange/twinEventRoutingKey]>
03:05:40 07:05:40.681 [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}
03:05:40 07:05:40.684 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:40 07:05:40.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:40 07:05:40.685 [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>.
03:05:40 07:05:40.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M31.24S> interval (min=<PT5M>)
03:05:40 07:05:40.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:40 07:05:40.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.445S> interval (min=<PT5M>)
03:05:40 07:05:40.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M49.92S> interval (min=<PT5M>)
03:05:40 07:05:40.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M15.956S> interval (min=<PT5M>)
03:05:40 07:05:40.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:40 07:05:40.755 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:40 07:05:40.755 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:40 07:05:40.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:40 07:05:40.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.583S> interval (min=<PT5M>)
03:05:40 07:05:40.761 [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@21975ddf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:40 07:05:40.761 [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=[]]}]>
03:05:40 07:05:40.763 [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@21975ddf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:40 07:05:40.763 [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=[]]}]>
03:05:40 07:05:40.765 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:FAIL
03:05:40 07:05:40.765 [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#1990806164], 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-04-09T07:05:40.765221952Z, connectivityStatus=null]>
03:05:40 07:05:40.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-499#1990806164], 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-04-09T07:05:40.765221952Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:05:40 07:05:40.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=2
03:05:40 07:05:40.808 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:40 07:05:40.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M5.587S> interval (min=<PT5M>)
03:05:40 07:05:40.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:40 07:05:40.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.717S> interval (min=<PT5M>)
03:05:40 07:05:40.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M8.173S> interval (min=<PT5M>)
03:05:40 07:05:40.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M1.489S> interval (min=<PT5M>)
03:05:40 07:05:40.859 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:40 07:05:40.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:40 07:05:40.860 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:40 07:05:40.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.323S> interval (min=<PT5M>)
03:05:40 07:05:40.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:40 07:05:40.865 [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@4fe6df0b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:40 07:05:40.865 [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=[]]}]>
03:05:40 07:05:40.866 [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@4fe6df0b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:40 07:05:40.867 [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=[]]}]>
03:05:40 07:05:40.869 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:40 07:05:40.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:40 07:05:40.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:40 07:05:40.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:41 07:05:40.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:41 07:05:41.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:05:41 07:05:41.123 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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}
03:05:41 07:05:41.126 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:41 07:05:41.127 [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>.
03:05:41 07:05:41.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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>
03:05:41 07:05:41.128 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
03:05:41 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
03:05:41 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
03:05:41 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
03:05:41 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
03:05:41 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
03:05:41 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
03:05:41 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
03:05:41 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:05:41 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
03:05:41 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
03:05:41 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:05:41 	at java.base/java.lang.Thread.run(Thread.java:833)
03:05:41 07:05:41.131 [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]>
03:05:41 07:05:41.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:41 07:05:41.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M10.514S> interval (min=<PT5M>)
03:05:41 07:05:41.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:41 07:05:41.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M28.367S> interval (min=<PT5M>)
03:05:41 07:05:41.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.502S> interval (min=<PT5M>)
03:05:41 07:05:41.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.709S> interval (min=<PT5M>)
03:05:41 07:05:41.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:41 07:05:41.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:41 07:05:41.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:41 07:05:41.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:41 07:05:41.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.964S> interval (min=<PT5M>)
03:05:41 07:05:41.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:41 07:05:41.402 [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@6dbfcc52]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.402 [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=[]]}]>
03:05:41 07:05:41.403 [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@6dbfcc52]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.404 [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=[]]}]>
03:05:41 07:05:41.406 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:41 07:05:41.406 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:41 07:05:41.407 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=source1, addressWithIndex=source1-0], ConsumerData [address=source1, addressWithIndex=source1-0]]
03:05:41 07:05:41.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:41 07:05:41.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:41 07:05:41.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:41 07:05:41.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:41 07:05:41.684 [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.
03:05:41 07:05:41.686 [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}
03:05:41 07:05:41.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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}
03:05:41 07:05:41.690 [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-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:41 07:05:41.690 [INFO ] [PekkoTestSystem-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=connection-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:41 07:05:41.691 [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 <PT1M5S>.
03:05:41 07:05:41.691 [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>.
03:05:41 07:05:41.728 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M3.095S> interval (min=<PT5M>)
03:05:41 07:05:41.728 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:41 07:05:41.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M2.065S> interval (min=<PT5M>)
03:05:41 07:05:41.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.947S> interval (min=<PT5M>)
03:05:41 07:05:41.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.073S> interval (min=<PT5M>)
03:05:41 07:05:41.767 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:41 07:05:41.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:41 07:05:41.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:41 07:05:41.774 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:41 07:05:41.774 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M31.985S> interval (min=<PT5M>)
03:05:41 07:05:41.775 [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@66096e63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.775 [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=[]]}]>
03:05:41 07:05:41.777 [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@66096e63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.777 [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=[]]}]>
03:05:41 07:05:41.780 [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@66096e63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.780 [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=[]]}]>
03:05:41 07:05:41.781 [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@66096e63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.781 [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=[]]}]>
03:05:41 07:05:41.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:41 07:05:41.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
03:05:41 07:05:41.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M18.769S> interval (min=<PT5M>)
03:05:41 07:05:41.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:41 07:05:41.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.881S> interval (min=<PT5M>)
03:05:41 07:05:41.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M51.905S> interval (min=<PT5M>)
03:05:41 07:05:41.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.294S> interval (min=<PT5M>)
03:05:41 07:05:41.868 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:41 07:05:41.869 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:41 07:05:41.869 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:41 07:05:41.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.097S> interval (min=<PT5M>)
03:05:41 07:05:41.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:41 07:05:41.876 [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@7302f2c6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.876 [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=[]]}]>
03:05:41 07:05:41.877 [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@7302f2c6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:41 07:05:41.878 [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=[]]}]>
03:05:41 07:05:41.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:41 07:05:41.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:41 07:05:41.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:41 07:05:41.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:41 07:05:41.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:41 07:05:41.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:41 07:05:41.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:42 07:05:41.987 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:42 07:05:42.157 [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.
03:05:42 07:05:42.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:42 07:05:42.159 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - RESOURCE-LEAK: failed to close AMQP 1.0 Connection
03:05:42 javax.jms.JMSException: FAIL
03:05:42 	at org.apache.qpid.jms.JmsConnection.close(JmsConnection.java:188)
03:05:42 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.lambda$ensureJmsConnectionClosed$19(AmqpClientActor.java:495)
03:05:42 	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
03:05:42 	at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59)
03:05:42 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:05:42 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:05:42 	at java.base/java.lang.Thread.run(Thread.java:833)
03:05:42 07:05:42.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M4.689S> interval (min=<PT5M>)
03:05:42 07:05:42.207 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:42 07:05:42.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.139S> interval (min=<PT5M>)
03:05:42 07:05:42.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M26.911S> interval (min=<PT5M>)
03:05:42 07:05:42.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.517S> interval (min=<PT5M>)
03:05:42 07:05:42.237 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:42 07:05:42.238 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:42 07:05:42.238 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:42 07:05:42.243 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.94S> interval (min=<PT5M>)
03:05:42 07:05:42.243 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:42 07:05:42.244 [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@4b66cfcc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:42 07:05:42.244 [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=[]]}]>
03:05:42 07:05:42.246 [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@4b66cfcc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:42 07:05:42.246 [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=[]]}]>
03:05:42 07:05:42.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:42 07:05:42.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:42 07:05:42.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:42 07:05:42.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:42 07:05:42.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:42 07:05:42.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:42 07:05:42.309 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:42 07:05:42.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:42 07:05:42.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:42 07:05:42.364 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:42 07:05:42.523 [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.
03:05:42 07:05:42.525 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:42 07:05:42.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:42 07:05:42.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:42 07:05:42.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:42 07:05:42.527 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:42 07:05:42.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:42 07:05:42.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:42 07:05:42.678 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:42 07:05:42.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:42 07:05:42.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:42 07:05:42.824 [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.
03:05:42 07:05:42.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:42 07:05:42.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:42 07:05:42.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:42 07:05:42.827 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:42 07:05:42.827 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:42 07:05:42.828 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:42 07:05:42.828 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:43 07:05:43.124 [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.
03:05:43 07:05:43.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:43 07:05:43.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:43 07:05:43.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:43 07:05:43.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:43 07:05:43.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:43 07:05:43.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:43 07:05:43.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:43 07:05:43.424 [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.
03:05:43 07:05:43.425 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:43 07:05:43.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:43 07:05:43.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:43 07:05:43.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:43 07:05:43.428 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:43 07:05:43.428 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:43 07:05:43.428 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:43 07:05:43.724 [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.
03:05:43 07:05:43.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:43 07:05:43.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:43 07:05:43.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:43 07:05:43.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:43 07:05:43.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:43 07:05:43.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:43 07:05:43.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:43 07:05:43.802 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Shutdown timeout <PT3S> reached; aborting <2> ackregators
03:05:43 07:05:43.805 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:44 07:05:43.964 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:44 07:05:44.023 [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.
03:05:44 07:05:44.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:44 07:05:44.025 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:44 07:05:44.025 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:44 07:05:44.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:44 07:05:44.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:44 07:05:44.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:44 07:05:44.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:44 07:05:44.144 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:44 07:05:44.146 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:44 07:05:44.245 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:44 07:05:44.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:44 07:05:44.324 [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.
03:05:44 07:05:44.324 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:44 07:05:44.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:44 07:05:44.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:44 07:05:44.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:44 07:05:44.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:44 07:05:44.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:44 07:05:44.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:44 07:05:44.331 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:44 07:05:44.333 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:44 07:05:44.521 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:44 07:05:44.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:44 07:05:44.624 [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.
03:05:44 07:05:44.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:44 07:05:44.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:44 07:05:44.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:44 07:05:44.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:44 07:05:44.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:44 07:05:44.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:44 07:05:44.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:44 07:05:44.899 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:45 07:05:44.924 [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.
03:05:45 07:05:44.925 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:45 07:05:44.926 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:45 07:05:44.926 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:45 07:05:44.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:45 07:05:44.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:45 07:05:44.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:45 07:05:44.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:45 07:05:45.223 [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.
03:05:45 07:05:45.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:45 07:05:45.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:45 07:05:45.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:45 07:05:45.226 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:45 07:05:45.227 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:45 07:05:45.227 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:45 07:05:45.227 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:45 07:05:45.524 [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.
03:05:45 07:05:45.524 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> closed.
03:05:45 07:05:45.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M28.059S> interval (min=<PT5M>)
03:05:45 07:05:45.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:45 07:05:45.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.521S> interval (min=<PT5M>)
03:05:45 07:05:45.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.253S> interval (min=<PT5M>)
03:05:45 07:05:45.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.706S> interval (min=<PT5M>)
03:05:45 07:05:45.589 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:45 07:05:45.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:45 07:05:45.590 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:45 07:05:45.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:45 07:05:45.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.996S> interval (min=<PT5M>)
03:05:45 07:05:45.596 [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@bd99351]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:45 07:05:45.596 [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=[]]}]>
03:05:45 07:05:45.597 [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@bd99351]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:45 07:05:45.597 [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=[]]}]>
03:05:45 07:05:45.600 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to connect JMS client:FAIL
03:05:45 07:05:45.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#-644159591], 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-04-09T07:05:45.600058646Z, connectivityStatus=null]>
03:05:45 07:05:45.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#-644159591], 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-04-09T07:05:45.600058646Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:05:45 07:05:45.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M19.778S> interval (min=<PT5M>)
03:05:45 07:05:45.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:45 07:05:45.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M22.875S> interval (min=<PT5M>)
03:05:45 07:05:45.642 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.913S> interval (min=<PT5M>)
03:05:45 07:05:45.643 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.238S> interval (min=<PT5M>)
03:05:45 07:05:45.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:45 07:05:45.669 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:45 07:05:45.670 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:45 07:05:45.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M9.735S> interval (min=<PT5M>)
03:05:45 07:05:45.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:45 07:05:45.675 [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@13cf9b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:45 07:05:45.675 [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=[]]}]>
03:05:45 07:05:45.676 [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@13cf9b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:45 07:05:45.676 [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=[]]}]>
03:05:45 07:05:45.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:45 07:05:45.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:45 07:05:45.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
03:05:45 07:05:45.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:45 07:05:45.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:45 07:05:45.681 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:45 07:05:45.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:45 07:05:45.786 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:45 07:05:45.790 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:46 07:05:45.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:05:46 07:05:45.971 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Consumer <mockConsumer> closed due to IllegalStateException: Forcibly detached
03:05:46 07:05:45.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'amqp/source1' was closed. Will try to recreate after some backoff.
03:05:46 07:05:45.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$$s/amqpConsumerActor-0-amqp%2Fsource1-01#-405588704], cause=<AskTimeoutException>: Consumer creation timeout., description=Failed to recreate closed message consumer, time=2024-04-09T07:05:45.971965615Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:05:46 07:05:46.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:46 07:05:46.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:46 07:05:46.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
03:05:46 07:05:46.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:46 07:05:46.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:46 07:05:46.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:46 07:05:46.097 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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}
03:05:46 07:05:46.101 [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"], ditto-origin=connection-eff8436c-1571-4634-bdac-32ea3855beb6, 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}]
03:05:46 07:05:46.117 [INFO ] [PekkoTestSystem-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>.
03:05:46 07:05:46.117 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twinEventExchange/twinEventRoutingKey>!
03:05:46 07:05:46.117 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <live/key>!
03:05:46 07:05:46.117 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twin/key>!
03:05:46 07:05:46.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M41.403S> interval (min=<PT5M>)
03:05:46 07:05:46.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.19S> interval (min=<PT5M>)
03:05:46 07:05:46.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.003S> interval (min=<PT5M>)
03:05:46 07:05:46.154 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M12.978S> interval (min=<PT5M>)
03:05:46 07:05:46.180 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:46 07:05:46.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M10.151S> interval (min=<PT5M>)
03:05:46 07:05:46.186 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.186 [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@209b980f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.187 [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=[]]}]>
03:05:46 07:05:46.188 [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@209b980f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.188 [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=[]]}]>
03:05:46 07:05:46.190 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
03:05:46 07:05:46.191 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
03:05:46 07:05:46.191 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
03:05:46 07:05:46.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:05:46 07:05:46.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:05:46 07:05:46.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:05:46 07:05:46.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:46 07:05:46.472 [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.
03:05:46 07:05:46.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:05:46 07:05:46.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M2.624S> interval (min=<PT5M>)
03:05:46 07:05:46.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.285S> interval (min=<PT5M>)
03:05:46 07:05:46.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M34.734S> interval (min=<PT5M>)
03:05:46 07:05:46.511 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M46.935S> interval (min=<PT5M>)
03:05:46 07:05:46.537 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:46 07:05:46.538 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.538 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.543 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.543 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.858S> interval (min=<PT5M>)
03:05:46 07:05:46.544 [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@ab420aa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.544 [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=[]]}]>
03:05:46 07:05:46.545 [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@ab420aa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.545 [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=[]]}]>
03:05:46 07:05:46.547 [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@ab420aa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.547 [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=[]]}]>
03:05:46 07:05:46.548 [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@ab420aa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.548 [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=[]]}]>
03:05:46 07:05:46.548 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - test timed out.
03:05:46 07:05:46.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:05:46 07:05:46.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M6.604S> interval (min=<PT5M>)
03:05:46 07:05:46.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.411S> interval (min=<PT5M>)
03:05:46 07:05:46.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.637S> interval (min=<PT5M>)
03:05:46 07:05:46.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.322S> interval (min=<PT5M>)
03:05:46 07:05:46.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:46 07:05:46.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.636 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.625S> interval (min=<PT5M>)
03:05:46 07:05:46.636 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.637 [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@1187dd69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.637 [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=[]]}]>
03:05:46 07:05:46.639 [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@1187dd69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.639 [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=[]]}]>
03:05:46 07:05:46.645 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:05:46 07:05:46.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:46 07:05:46.683 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M36.034S> interval (min=<PT5M>)
03:05:46 07:05:46.683 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.715 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:46 07:05:46.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.828S> interval (min=<PT5M>)
03:05:46 07:05:46.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:46 07:05:46.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.379S> interval (min=<PT5M>)
03:05:46 07:05:46.717 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.324S> interval (min=<PT5M>)
03:05:46 07:05:46.741 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:46 07:05:46.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M15.821S> interval (min=<PT5M>)
03:05:46 07:05:46.749 [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@2923174d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.749 [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=[]]}]>
03:05:46 07:05:46.751 [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@2923174d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.751 [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=[]]}]>
03:05:46 07:05:46.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] 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.
03:05:46 07:05:46.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M19.652S> interval (min=<PT5M>)
03:05:46 07:05:46.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.796 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:46 07:05:46.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.104S> interval (min=<PT5M>)
03:05:46 07:05:46.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M6.217S> interval (min=<PT5M>)
03:05:46 07:05:46.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.816S> interval (min=<PT5M>)
03:05:46 07:05:46.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:46 07:05:46.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.842 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M54.512S> interval (min=<PT5M>)
03:05:46 07:05:46.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:46 07:05:46.847 [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@4f596c3d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.847 [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=[]]}]>
03:05:46 07:05:46.849 [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@4f596c3d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:46 07:05:46.849 [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=[]]}]>
03:05:46 07:05:46.849 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:46 07:05:46.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:47 07:05:46.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:47 07:05:46.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M41.477S> interval (min=<PT5M>)
03:05:47 07:05:46.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:47 07:05:46.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M49.668S> interval (min=<PT5M>)
03:05:47 07:05:46.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M14.294S> interval (min=<PT5M>)
03:05:47 07:05:46.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.902S> interval (min=<PT5M>)
03:05:47 07:05:47.175 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:47 07:05:47.181 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:47 07:05:47.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:47 07:05:47.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:05:47 07:05:47.187 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:05:47 07:05:47.187 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.503S> interval (min=<PT5M>)
03:05:47 07:05:47.189 [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@7e43f321]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:47 07:05:47.189 [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=[]]}]>
03:05:47 07:05:47.191 [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@7e43f321]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:47 07:05:47.191 [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=[]]}]>
03:05:47 07:05:47.193 [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@7e43f321]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:47 07:05:47.193 [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=[]]}]>
03:05:47 07:05:47.193 [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@7e43f321]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:05:47 07:05:47.194 [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=[]]}]>
03:05:47 07:05:47.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:05:50 07:05:50.543 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:50 07:05:50.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:50 07:05:50.619 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:50 07:05:50.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:51 07:05:51.134 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:51 07:05:51.567 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:51 07:05:51.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:05:51 07:05:51.770 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:52 07:05:51.956 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:05:52 07:05:52.204 [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-eff8436c-1571-4634-bdac-32ea3855beb6' 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-eff8436c-1571-4634-bdac-32ea3855beb6-test1#-884222588]] 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 [{}]])>
03:06:02 07:06:02.339 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:40391
03:06:02 07:06:02.350 [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
03:06:02 07:06:02.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M16.975S> interval (min=<PT5M>)
03:06:02 07:06:02.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:06:02 07:06:02.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.002S> interval (min=<PT5M>)
03:06:02 07:06:02.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.069S> interval (min=<PT5M>)
03:06:02 07:06:02.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M12.924S> interval (min=<PT5M>)
03:06:02 07:06:02.437 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:06:02 07:06:02.438 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.439 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.443 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:06:02 07:06:02.443 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.643S> interval (min=<PT5M>)
03:06:02 07:06:02.444 [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@26d1819c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:06:02 07:06:02.444 [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=[]]}]>
03:06:02 07:06:02.446 [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@26d1819c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:06:02 07:06:02.446 [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=[]]}]>
03:06:02 07:06:02.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:06:02 07:06:02.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M35.231S> interval (min=<PT5M>)
03:06:02 07:06:02.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:06:02 07:06:02.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.894S> interval (min=<PT5M>)
03:06:02 07:06:02.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M42.472S> interval (min=<PT5M>)
03:06:02 07:06:02.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.978S> interval (min=<PT5M>)
03:06:02 07:06:02.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:06:02 07:06:02.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.862S> interval (min=<PT5M>)
03:06:02 07:06:02.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:06:02 07:06:02.612 [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@55d9e2ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:06:02 07:06:02.612 [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=[]]}]>
03:06:02 07:06:02.614 [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@55d9e2ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:06:02 07:06:02.614 [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=[]]}]>
03:06:02 07:06:02.615 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:06:02 07:06:02.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M0.964S> interval (min=<PT5M>)
03:06:02 07:06:02.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:06:02 07:06:02.757 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.525S> interval (min=<PT5M>)
03:06:02 07:06:02.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.421S> interval (min=<PT5M>)
03:06:02 07:06:02.759 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.341S> interval (min=<PT5M>)
03:06:02 07:06:02.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-eff8436c-1571-4634-bdac-32ea3855beb6>
03:06:02 07:06:02.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:06:02 07:06:02.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.266S> interval (min=<PT5M>)
03:06:02 07:06:02.791 [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@2637ea3a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:06:02 07:06:02.791 [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=[]]}]>
03:06:02 07:06:02.793 [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@2637ea3a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:06:02 07:06:02.793 [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=[]]}]>
03:06:02 07:06:02.793 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-eff8436c-1571-4634-bdac-32ea3855beb6>.
03:06:02 07:06:02.794 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:06:02 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.80 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
03:06:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
03:06:02 07:06:02.798 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:06:02 07:06:02.878 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:02 07:06:02.881 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 2113505663'. Will try to re-establish the static targets after some cool-down period
03:06:03 07:06:03.892 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:07 07:06:07.557 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:06:07 07:06:07.721 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:06:12 07:06:12.957 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:14 07:06:14.021 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:06:14 07:06:14.021 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:06:14 07:06:14.021 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:06:14 07:06:14.025 [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]>
03:06:14 07:06:14.026 [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]>
03:06:14 07:06:14.027 [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]>
03:06:14 07:06:14.027 [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]>
03:06:14 07:06:14.028 [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]>
03:06:14 07:06:14.029 [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.
03:06:14 07:06:14.093 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:14 07:06:14.093 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-04-09T07:06:14.079888845Z, 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-04-09T07:06:14.079888845Z, 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 [{}]]]
03:06:14 07:06:14.094 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-04-09T07:06:14.079888845Z, 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-04-09T07:06:14.079888845Z, 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 [{}]]]
03:06:14 07:06:14.094 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1697934741'. Will try to re-establish the static targets after some cool-down period
03:06:14 07:06:14.094 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] 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)
03:06:14 07:06:14.094 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] 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)
03:06:15 07:06:15.107 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:24 07:06:24.175 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:06:24 07:06:24.175 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:06:24 07:06:24.175 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:06:24 07:06:24.177 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
03:06:24 07:06:24.250 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:24 07:06:24.250 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <anotherAddress> (JmsQueue) created
03:06:24 07:06:24.251 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
03:06:24 07:06:24.252 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
03:06:24 07:06:24.261 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 2 invocations after 1500ms.
03:06:24 07:06:24.261 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 158064424'. Will try to re-establish the static targets after some cool-down period
03:06:25 07:06:25.272 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:25 07:06:25.762 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 3 invocations after 2500ms.
03:06:25 07:06:25.762 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 158064424'. Will try to re-establish the static targets after some cool-down period
03:06:27 07:06:27.781 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:28 07:06:28.263 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 4 invocations after 4500ms.
03:06:28 07:06:28.264 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 158064424'. Will try to re-establish the static targets after some cool-down period
03:06:32 07:06:32.282 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
03:06:32 07:06:32.830 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:06:32 07:06:32.831 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:06:32 07:06:32.831 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:06:32 07:06:32.832 [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]>
03:06:32 07:06:32.922 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:06:32 07:06:32.922 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:06:32 07:06:32.922 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:06:32 07:06:32.923 [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]>
03:06:33 07:06:33.005 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
03:06:33 07:06:33.005 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
03:06:33 07:06:33.006 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
03:06:33 07:06:33.006 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] 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]>
03:06:33 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.20 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
03:06:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
03:06:33 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
03:06:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
03:06:33 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
03:06:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
03:06:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
03:06:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
03:06:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
03:06:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
03:06:33 07:06:33.085 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:06:33 07:06:33.176 [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>.
03:06:33 07:06:33.188 [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-, amqp.message.annotation:user-id=value}
03:06:33 07:06:33.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=cor-, user-id=value, ditto-origin=connection-7228f5e9-7bd2-4c49-8769-9db8681a094f, 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}]
03:06:33 07:06:33.194 [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>.
03:06:33 07:06:33.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>.
03:06:33 07:06:33.355 [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>.
03:06:33 07:06:33.376 [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>.
03:06:33 07:06:33.833 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:33 07:06:33.837 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:33 07:06:33.838 [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>.
03:06:33 07:06:33.839 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' was closed. Will try to recreate after some backoff.
03:06:34 07:06:34.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' created.
03:06:35 07:06:35.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:35 07:06:35.056 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:35 07:06:35.058 [INFO ] [PekkoTestSystem-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>.
03:06:35 07:06:35.386 [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>.
03:06:35 07:06:35.390 [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-}
03:06:35 07:06:35.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-7228f5e9-7bd2-4c49-8769-9db8681a094f, 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}]
03:06:35 07:06:35.399 [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>.
03:06:35 07:06:35.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>.
03:06:35 07:06:35.495 [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, correlation-id=cor-}
03:06:35 07:06:35.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-7228f5e9-7bd2-4c49-8769-9db8681a094f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
03:06:35 07:06:35.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-7228f5e9-7bd2-4c49-8769-9db8681a094f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
03:06:35 07:06:35.501 [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>.
03:06:35 07:06:35.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-7228f5e9-7bd2-4c49-8769-9db8681a094f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
03:06:35 07:06:35.501 [INFO ] [PekkoTestSystem-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>.
03:06:35 07:06:35.502 [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>.
03:06:35 07:06:35.590 [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>.
03:06:35 07:06:35.593 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, correlation-id=cor-}
03:06:35 07:06:35.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-7228f5e9-7bd2-4c49-8769-9db8681a094f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=text/plain, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
03:06:35 07:06:35.678 [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>.
03:06:35 07:06:35.699 [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>.
03:06:35 07:06:35.790 [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>.
03:06:35 07:06:35.811 [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>.
03:06:35 07:06:35.844 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:35 07:06:35.848 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:35 07:06:35.850 [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>.
03:06:35 07:06:35.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<true>, ackType=<1 accepted>
03:06:35 07:06:35.923 [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>.
03:06:35 07:06:35.944 [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>.
03:06:35 07:06:35.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:35 07:06:35.981 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:35 07:06:35.982 [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 <PT1M5S>.
03:06:35 07:06:35.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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:34049/user/ackr0-cid#1045611110}]]>.
03:06:35 07:06:35.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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.
03:06:35 07:06:35.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
03:06:36 07:06:36.060 [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>.
03:06:36 07:06:36.081 [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>.
03:06:36 07:06:36.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:36 07:06:36.117 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:36 07:06:36.118 [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>.
03:06:36 07:06:36.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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:33677/user/ackr0-cid#2017296247}]]>.
03:06:36 07:06:36.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] 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.
03:06:36 07:06:36.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
03:06:36 07:06:36.192 [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>.
03:06:36 07:06:36.213 [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>.
03:06:36 07:06:36.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:36 07:06:36.249 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:36 07:06:36.250 [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 <PT1M5S>.
03:06:36 07:06:36.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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:42185/user/ackr0-cid#-1953652940}]]>.
03:06:36 07:06:36.251 [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.
03:06:36 07:06:36.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<2 rejected>
03:06:36 07:06:36.337 [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>.
03:06:36 07:06:36.359 [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>.
03:06:36 07:06:36.391 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:36 07:06:36.395 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:36 07:06:36.396 [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>.
03:06:36 07:06:36.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<2 rejected>
03:06:36 07:06:36.470 [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>.
03:06:36 07:06:36.492 [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>.
03:06:36 07:06:36.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:36 07:06:36.519 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:36 07:06:36.600 [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>.
03:06:36 07:06:36.621 [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>.
03:06:36 07:06:36.646 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:36 07:06:36.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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.>
03:06:36 07:06:36.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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 {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:36 07:06:36.651 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:36 07:06:36.653 [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>.
03:06:36 07:06:36.729 [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>.
03:06:36 07:06:36.750 [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>.
03:06:36 07:06:36.774 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:36 07:06:36.778 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:36 07:06:36.779 [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>.
03:06:36 07:06:36.874 [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>.
03:06:37 07:06:36.996 [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>.
03:06:37 07:06:37.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:37 07:06:37.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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'.>
03:06:37 07:06:37.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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 {device_id=_invalid, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:37 07:06:37.098 [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>.
03:06:37 07:06:37.119 [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>.
03:06:37 07:06:37.144 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:37 07:06:37.151 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:37 07:06:37.153 [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>.
03:06:37 07:06:37.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:37 07:06:37.154 [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>.
03:06:37 07:06:37.154 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:37 07:06:37.155 [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>.
03:06:37 07:06:37.227 [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>.
03:06:37 07:06:37.248 [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>.
03:06:37 07:06:37.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {device_id=ditto:thing, content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test}
03:06:37 07:06:37.276 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:37 07:06:37.277 [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>.
03:06:37 07:06:37.277 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:06:37 07:06:37.358 [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>.
03:06:37 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.304 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
03:06:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
03:06:37 07:06:37.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-7ba3549e-db47-4e92-8a3b-6fcf16239753> closed.
03:06:37 07:06:37.493 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
03:06:37 java.lang.IllegalStateException: failureOnCreateConsumer
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createJmsConsumer(JMSConnectionHandlingActor.java:378)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$createConsumers$5(JMSConnectionHandlingActor.java:350)
03:06:37 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:06:37 	at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
03:06:37 	at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
03:06:37 	at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:711)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
03:06:37 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
03:06:37 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
03:06:37 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
03:06:37 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
03:06:37 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
03:06:37 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
03:06:37 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
03:06:37 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
03:06:37 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
03:06:37 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
03:06:37 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
03:06:37 	at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
03:06:37 	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
03:06:37 	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
03:06:37 	at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createConsumers(JMSConnectionHandlingActor.java:354)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:279)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
03:06:37 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
03:06:37 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
03:06:37 	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
03:06:37 	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
03:06:37 	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
03:06:37 	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
03:06:37 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:06:37 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:06:37 	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
03:06:37 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:06:37 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:06:37 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:06:37 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:06:37 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:06:37 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:06:37 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:06:37 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:06:37 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:06:37 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:06:37 07:06:37.493 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnCreateConsumer
03:06:37 07:06:37.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-7ba3549e-db47-4e92-8a3b-6fcf16239753> closed.
03:06:37 07:06:37.576 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:failed to create session
03:06:37 07:06:37.598 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
03:06:37 java.lang.IllegalStateException: failureOnJmsConnect
03:06:37 	at org.apache.qpid.jms.JmsConnection.start(JmsConnection.java:358)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$startConnection$2(JMSConnectionHandlingActor.java:299)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.safelyExecuteJmsOperation(JMSConnectionHandlingActor.java:318)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.startConnection(JMSConnectionHandlingActor.java:298)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:277)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
03:06:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
03:06:37 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
03:06:37 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
03:06:37 	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
03:06:37 	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
03:06:37 	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
03:06:37 	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
03:06:37 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:06:37 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:06:37 	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
03:06:37 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:06:37 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:06:37 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:06:37 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:06:37 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:06:37 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:06:37 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:06:37 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:06:37 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:06:37 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:06:37 07:06:37.598 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnJmsConnect
03:06:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
03:06:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
03:06:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
03:06:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
03:06:38 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
03:06:38 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
03:06:38 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
03:06:38 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
03:06:38 07:06:38.017 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:06:38 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
03:06:38 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
03:07:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.40 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
03:07:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
03:07:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
03:07:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
03:07:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
03:07:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
03:07:15 [INFO] [04/09/2024 07:07:15.080] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:07:15 [INFO] [04/09/2024 07:07:15.127] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:07:15 [INFO] [04/09/2024 07:07:15.170] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:07:15 [INFO] [04/09/2024 07:07:15.232] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:07:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
03:07:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
03:07:15 07:07:15.282 [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@77312711]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 07:07:15.283 [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@77312711]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 07:07:15.283 [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@77312711]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 07:07:15.284 [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@77312711]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 07:07:15.284 [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@77312711]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 07:07:15.284 [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@77312711]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
03:07:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
03:07:15 07:07:15.304 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:07:15 07:07:15.811 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:15 07:07:15.813 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:15 07:07:15.813 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:15 07:07:15.820 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@645b31bc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 07:07:15.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
03:07:15 07:07:15.822 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@645b31bc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:15 07:07:15.822 [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=[]]}]>
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M51.267S> interval (min=<PT5M>)
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M14.466S> interval (min=<PT5M>)
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.147S> interval (min=<PT5M>)
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.846S> interval (min=<PT5M>)
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.323S> interval (min=<PT5M>)
03:07:15 07:07:15.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:15 07:07:15.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
03:07:15 07:07:15.957 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:16 07:07:16.845 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:16 07:07:16.845 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:16 07:07:16.857 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:16 07:07:16.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
03:07:16 07:07:16.861 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:07:16 07:07:16.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:16 07:07:16.908 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:16 07:07:16.908 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:16 07:07:16.913 [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@637ce2e1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:16 07:07:16.914 [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=[]]}]>
03:07:16 07:07:16.915 [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@637ce2e1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:16 07:07:16.915 [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=[]]}]>
03:07:16 07:07:16.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M4.603S> interval (min=<PT5M>)
03:07:16 07:07:16.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M36.003S> interval (min=<PT5M>)
03:07:16 07:07:16.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.337S> interval (min=<PT5M>)
03:07:16 07:07:16.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:16 07:07:16.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M17.314S> interval (min=<PT5M>)
03:07:16 07:07:16.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.896S> interval (min=<PT5M>)
03:07:16 07:07:16.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:16 07:07:16.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:16 07:07:16.919 [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
03:07:17 07:07:17.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:17 07:07:17.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:17 07:07:17.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:17 07:07:17.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:17 07:07:17.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:07:17 07:07:17.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:17 07:07:17.983 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:17 07:07:17.984 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:17 07:07:17.988 [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@45f7ee1b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:17 07:07:17.989 [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=[]]}]>
03:07:17 07:07:17.990 [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@45f7ee1b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:17 07:07:17.990 [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=[]]}]>
03:07:18 07:07:17.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
03:07:18 07:07:17.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M15.949S> interval (min=<PT5M>)
03:07:18 07:07:17.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M41.048S> interval (min=<PT5M>)
03:07:18 07:07:17.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:18 07:07:17.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M51.397S> interval (min=<PT5M>)
03:07:18 07:07:17.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.866S> interval (min=<PT5M>)
03:07:18 07:07:17.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.268S> interval (min=<PT5M>)
03:07:18 07:07:17.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:18 07:07:18.034 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:07:18 07:07:18.036 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:07:18 07:07:18.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:18 07:07:18.054 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:18 07:07:18.054 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:18 07:07:18.059 [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@4abc0b72]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:18 07:07:18.060 [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=[]]}]>
03:07:18 07:07:18.061 [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@4abc0b72]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:18 07:07:18.061 [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=[]]}]>
03:07:18 07:07:18.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M53.023S> interval (min=<PT5M>)
03:07:18 07:07:18.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M49.229S> interval (min=<PT5M>)
03:07:18 07:07:18.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.132S> interval (min=<PT5M>)
03:07:18 07:07:18.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:18 07:07:18.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M8.413S> interval (min=<PT5M>)
03:07:18 07:07:18.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M54.204S> interval (min=<PT5M>)
03:07:18 07:07:18.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:18 07:07:18.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:18 07:07:18.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
03:07:18 07:07:18.177 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:19 07:07:19.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:19 07:07:19.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:19 07:07:19.076 [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.
03:07:19 07:07:19.082 [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-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e, 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}]
03:07:19 07:07:19.083 [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>.
03:07:19 07:07:19.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] 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]>
03:07:19 07:07:19.098 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] c.g.p.p.r.ConnectionActor - pekko://PekkoTestSystem/user/$a/rmq-connection1 lost connection to amqp://null@null:0/null
03:07:19 07:07:19.099 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/publisher-channel disconnected
03:07:19 07:07:19.099 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/consumer-channel disconnected
03:07:24 07:07:24.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockReconnection
03:07:24 07:07:24.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:24 07:07:24.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannelReconnected. Telling the publisher actor the new channel
03:07:24 07:07:24.131 [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-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e, 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}]
03:07:24 07:07:24.132 [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>.
03:07:24 07:07:24.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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]>
03:07:24 07:07:24.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
03:07:24 07:07:24.199 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-7dbe6104-8e9e-4a09-8270-95f9c8b8f34e>
03:07:24 07:07:24.200 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7dbe6104-8e9e-4a09-8270-95f9c8b8f34e>.
03:07:24 07:07:24.200 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7dbe6104-8e9e-4a09-8270-95f9c8b8f34e>.
03:07:24 07:07:24.204 [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@25f6cbfc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:24 07:07:24.204 [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=[]]}]>
03:07:24 07:07:24.205 [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@25f6cbfc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:24 07:07:24.206 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
03:07:24 07:07:24.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M19.609S> interval (min=<PT5M>)
03:07:24 07:07:24.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.933S> interval (min=<PT5M>)
03:07:24 07:07:24.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:24 07:07:24.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.573S> interval (min=<PT5M>)
03:07:24 07:07:24.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:24 07:07:24.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.629S> interval (min=<PT5M>)
03:07:24 07:07:24.208 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.472S> interval (min=<PT5M>)
03:07:24 07:07:24.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:24 07:07:24.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
03:07:24 07:07:24.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-7dbe6104-8e9e-4a09-8270-95f9c8b8f34e>
03:07:25 07:07:25.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:25 07:07:25.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:25 07:07:25.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:25 07:07:25.211 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
03:07:25 07:07:25.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:07:25 07:07:25.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:25 07:07:25.265 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:25 07:07:25.266 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:25 07:07:25.272 [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@70e721bf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:25 07:07:25.272 [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=[]]}]>
03:07:25 07:07:25.273 [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@70e721bf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:25 07:07:25.273 [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=[]]}]>
03:07:25 07:07:25.275 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M54.666S> interval (min=<PT5M>)
03:07:25 07:07:25.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:25 07:07:25.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.018S> interval (min=<PT5M>)
03:07:25 07:07:25.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.38S> interval (min=<PT5M>)
03:07:25 07:07:25.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.748S> interval (min=<PT5M>)
03:07:25 07:07:25.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.438S> interval (min=<PT5M>)
03:07:25 07:07:25.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:25 07:07:25.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:25 07:07:25.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
03:07:25 07:07:25.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:26 07:07:26.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:26 07:07:26.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:26 07:07:26.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:26 07:07:26.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:26 07:07:26.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
03:07:27 07:07:27.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:27 07:07:27.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:27 07:07:27.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:27 07:07:27.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:27 07:07:27.398 [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
03:07:28 07:07:28.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:28 07:07:28.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:28 07:07:28.496 [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.
03:07:28 07:07:28.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
03:07:28 07:07:28.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:07:28 07:07:28.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:28 07:07:28.554 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:28 07:07:28.554 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:28 07:07:28.560 [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@52fc0365]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:28 07:07:28.561 [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=[]]}]>
03:07:28 07:07:28.562 [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@52fc0365]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:28 07:07:28.562 [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=[]]}]>
03:07:28 07:07:28.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M56.288S> interval (min=<PT5M>)
03:07:28 07:07:28.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.278S> interval (min=<PT5M>)
03:07:28 07:07:28.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:28 07:07:28.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.495S> interval (min=<PT5M>)
03:07:28 07:07:28.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.646S> interval (min=<PT5M>)
03:07:28 07:07:28.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.215S> interval (min=<PT5M>)
03:07:28 07:07:28.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:28 07:07:28.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:28 07:07:28.567 [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
03:07:28 07:07:28.683 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:29 07:07:29.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:29 07:07:29.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:29 07:07:29.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:29 07:07:29.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
03:07:29 07:07:29.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:29 07:07:29.641 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:29 07:07:29.641 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:29 07:07:29.647 [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@d688ca3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:29 07:07:29.648 [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=[]]}]>
03:07:29 07:07:29.650 [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@d688ca3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:29 07:07:29.650 [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=[]]}]>
03:07:29 07:07:29.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.203S> interval (min=<PT5M>)
03:07:29 07:07:29.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M46.745S> interval (min=<PT5M>)
03:07:29 07:07:29.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.388S> interval (min=<PT5M>)
03:07:29 07:07:29.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:29 07:07:29.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.361S> interval (min=<PT5M>)
03:07:29 07:07:29.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M25.123S> interval (min=<PT5M>)
03:07:29 07:07:29.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:29 07:07:29.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
03:07:29 07:07:29.655 [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
03:07:29 07:07:29.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:30 07:07:30.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
03:07:30 07:07:30.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
03:07:30 07:07:30.669 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:30 07:07:30.670 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:07:30 07:07:30.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:30 07:07:30.727 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:30 07:07:30.728 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:30 07:07:30.734 [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@1a3c4edc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:30 07:07:30.734 [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=[]]}]>
03:07:30 07:07:30.735 [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@1a3c4edc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:30 07:07:30.735 [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=[]]}]>
03:07:30 07:07:30.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-04-09T07:07:30.737181744Z, connectivityStatus=null]>
03:07:30 07:07:30.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-04-09T07:07:30.737181744Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:07:30 07:07:30.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTING>
03:07:30 07:07:30.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M37.566S> interval (min=<PT5M>)
03:07:30 07:07:30.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.351S> interval (min=<PT5M>)
03:07:30 07:07:30.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M43.287S> interval (min=<PT5M>)
03:07:30 07:07:30.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.562S> interval (min=<PT5M>)
03:07:30 07:07:30.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.759S> interval (min=<PT5M>)
03:07:30 07:07:30.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:30 07:07:30.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:30 07:07:30.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:07:30 07:07:30.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:07:30 07:07:30.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M12.216S> interval (min=<PT5M>)
03:07:30 07:07:30.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:30 07:07:30.791 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.886S> interval (min=<PT5M>)
03:07:30 07:07:30.791 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M26.979S> interval (min=<PT5M>)
03:07:30 07:07:30.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:30 07:07:30.792 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.359S> interval (min=<PT5M>)
03:07:30 07:07:30.793 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:30 07:07:30.793 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:30 07:07:30.798 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:30 07:07:30.798 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.896S> interval (min=<PT5M>)
03:07:30 07:07:30.799 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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@3f9e92ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:30 07:07:30.799 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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=[]]}]>
03:07:30 07:07:30.814 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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@3f9e92ee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:30 07:07:30.814 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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=[]]}]>
03:07:30 07:07:30.820 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:07:30 07:07:30.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M19.236S> interval (min=<PT5M>)
03:07:30 07:07:30.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:30 07:07:30.884 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M2.888S> interval (min=<PT5M>)
03:07:30 07:07:30.884 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.713S> interval (min=<PT5M>)
03:07:30 07:07:30.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:30 07:07:30.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M50.434S> interval (min=<PT5M>)
03:07:30 07:07:30.887 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:30 07:07:30.887 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:30 07:07:30.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:30 07:07:30.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.312S> interval (min=<PT5M>)
03:07:30 07:07:30.895 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@6935c1fb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:30 07:07:30.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
03:07:30 07:07:30.897 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@6935c1fb]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:30 07:07:30.897 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
03:07:30 07:07:30.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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.
03:07:31 07:07:30.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M16.239S> interval (min=<PT5M>)
03:07:31 07:07:30.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:31 07:07:30.950 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.913S> interval (min=<PT5M>)
03:07:31 07:07:30.950 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M39.929S> interval (min=<PT5M>)
03:07:31 07:07:30.950 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:31 07:07:30.951 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.136S> interval (min=<PT5M>)
03:07:31 07:07:30.952 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:31 07:07:30.952 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:31 07:07:30.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.691S> interval (min=<PT5M>)
03:07:31 07:07:30.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:31 07:07:30.965 [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@49e1ffa2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:31 07:07:30.965 [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=[]]}]>
03:07:31 07:07:30.967 [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@49e1ffa2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:31 07:07:30.967 [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=[]]}]>
03:07:31 07:07:30.968 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:31 07:07:30.968 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:31 07:07:31.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:31 07:07:31.075 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:31 07:07:31.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M19.69S> interval (min=<PT5M>)
03:07:31 07:07:31.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:31 07:07:31.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.093S> interval (min=<PT5M>)
03:07:31 07:07:31.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.054S> interval (min=<PT5M>)
03:07:31 07:07:31.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:31 07:07:31.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.138S> interval (min=<PT5M>)
03:07:31 07:07:31.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:31 07:07:31.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:31 07:07:31.174 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.972S> interval (min=<PT5M>)
03:07:31 07:07:31.174 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:31 07:07:31.175 [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@24817213]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:31 07:07:31.175 [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=[]]}]>
03:07:31 07:07:31.177 [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@24817213]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:31 07:07:31.177 [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=[]]}]>
03:07:31 07:07:31.178 [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@24817213]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:31 07:07:31.179 [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=[]]}]>
03:07:31 07:07:31.179 [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@24817213]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:31 07:07:31.179 [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=[]]}]>
03:07:31 07:07:31.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:35 07:07:35.914 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:07:36 07:07:36.084 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:07:36 07:07:36.193 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e' 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-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e-test1#-66912260]] 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 [{}]])>
03:07:46 07:07:46.228 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:34219
03:07:46 07:07:46.231 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect
03:07:46 07:07:46.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:07:46 07:07:46.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M49.445S> interval (min=<PT5M>)
03:07:46 07:07:46.296 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:46 07:07:46.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.091S> interval (min=<PT5M>)
03:07:46 07:07:46.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.939S> interval (min=<PT5M>)
03:07:46 07:07:46.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:46 07:07:46.299 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.424S> interval (min=<PT5M>)
03:07:46 07:07:46.300 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.300 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:46 07:07:46.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M25.569S> interval (min=<PT5M>)
03:07:46 07:07:46.306 [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@22420ff5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:46 07:07:46.306 [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=[]]}]>
03:07:46 07:07:46.308 [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@22420ff5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:46 07:07:46.308 [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=[]]}]>
03:07:46 07:07:46.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:46 07:07:46.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M22.509S> interval (min=<PT5M>)
03:07:46 07:07:46.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:46 07:07:46.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.897S> interval (min=<PT5M>)
03:07:46 07:07:46.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.893S> interval (min=<PT5M>)
03:07:46 07:07:46.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:46 07:07:46.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.356S> interval (min=<PT5M>)
03:07:46 07:07:46.467 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.467 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.472 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.815S> interval (min=<PT5M>)
03:07:46 07:07:46.472 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:46 07:07:46.473 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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@1f582f2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:46 07:07:46.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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=[]]}]>
03:07:46 07:07:46.474 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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@1f582f2c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:46 07:07:46.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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=[]]}]>
03:07:46 07:07:46.475 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M36.628S> interval (min=<PT5M>)
03:07:46 07:07:46.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:46 07:07:46.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M21.024S> interval (min=<PT5M>)
03:07:46 07:07:46.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M22.618S> interval (min=<PT5M>)
03:07:46 07:07:46.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>
03:07:46 07:07:46.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.226S> interval (min=<PT5M>)
03:07:46 07:07:46.627 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.628 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:46 07:07:46.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.15S> interval (min=<PT5M>)
03:07:46 07:07:46.633 [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@6a14e0de]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:46 07:07:46.634 [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=[]]}]>
03:07:46 07:07:46.635 [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@6a14e0de]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:46 07:07:46.635 [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=[]]}]>
03:07:46 07:07:46.636 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-a66517a8-bf7c-48e2-bb8c-3a3e03e6869e>.
03:07:46 07:07:46.637 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:07:46 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.33 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
03:07:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
03:07:46 07:07:46.640 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:07:46 07:07:46.718 [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>.
03:07:46 07:07:46.739 [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>.
03:07:46 07:07:46.823 [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>.
03:07:46 07:07:46.843 [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>.
03:07:46 07:07:46.870 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:46 07:07:46.872 [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>.
03:07:47 07:07:46.946 [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>.
03:07:47 07:07:46.967 [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>.
03:07:47 07:07:46.993 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:46.994 [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>.
03:07:47 07:07:46.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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:35681/user/ackr0-cid#-1436429681}]]>.
03:07:47 07:07:46.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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.
03:07:47 07:07:47.060 [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>.
03:07:47 07:07:47.081 [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>.
03:07:47 07:07:47.106 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.108 [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>.
03:07:47 07:07:47.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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:45693/user/ackr0-cid#1131465375}]]>.
03:07:47 07:07:47.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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.
03:07:47 07:07:47.174 [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>.
03:07:47 07:07:47.194 [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>.
03:07:47 07:07:47.219 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.220 [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>.
03:07:47 07:07:47.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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:36427/user/ackr0-cid#1870408415}]]>.
03:07:47 07:07:47.221 [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.
03:07:47 07:07:47.290 [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>.
03:07:47 07:07:47.311 [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>.
03:07:47 07:07:47.336 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.338 [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>.
03:07:47 07:07:47.412 [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>.
03:07:47 07:07:47.433 [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>.
03:07:47 07:07:47.449 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.514 [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>.
03:07:47 07:07:47.535 [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>.
03:07:47 07:07:47.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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.>
03:07:47 07:07:47.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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 {device_id=ditto:thing, content-type=application/vnd.eclipse.ditto+json, reply-to=reply-to-address, messageId=1}
03:07:47 07:07:47.552 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.553 [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>.
03:07:47 07:07:47.619 [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>.
03:07:47 07:07:47.640 [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>.
03:07:47 07:07:47.656 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
03:07:47 07:07:47.761 [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>.
03:07:47 07:07:47.869 [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>.
03:07:47 07:07:47.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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'.>
03:07:47 07:07:47.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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 {device_id=_invalid, content-type=application/vnd.eclipse.ditto+json, reply-to=reply-to-address, messageId=1}
03:07:47 07:07:47.953 [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>.
03:07:47 07:07:47.974 [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>.
03:07:47 07:07:47.991 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.992 [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>.
03:07:47 07:07:47.992 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.993 [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>.
03:07:47 07:07:47.993 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:47 07:07:47.994 [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>.
03:07:48 07:07:48.055 [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>.
03:07:48 07:07:48.076 [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>.
03:07:48 07:07:48.092 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:48 07:07:48.093 [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>.
03:07:48 07:07:48.093 [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-fb745608-3445-4e4d-8f41-cd89fbef1657, 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}]
03:07:48 07:07:48.181 [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>.
03:07:48 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
03:07:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
03:07:48 07:07:48.207 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:07:48 07:07:48.282 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.283 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.283 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.284 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.284 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.284 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.356 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.425 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 07:07:48.509 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-8] 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]>
03:07:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
03:07:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
03:07:49 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.080 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
03:07:49 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
03:07:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
03:07:49 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
03:07:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
03:07:49 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
03:07:50 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
03:07:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
03:07:50 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
03:07:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
03:07:50 07:07:50.556 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:07:50 07:07:50.615 [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>.
03:07:50 07:07:50.617 [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>.
03:07:50 07:07:50.632 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f772c09f-5a8e-4ef9-8de9-fdd0eaa7ec72, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:50 07:07:50.698 [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>.
03:07:50 07:07:50.700 [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>.
03:07:50 07:07:50.714 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=033b109d-9313-4319-87cc-9db7b543b1b6, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:50 07:07:50.781 [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>.
03:07:50 07:07:50.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>.
03:07:50 07:07:50.797 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=2891a7c3-e30f-42dd-b078-4797079a513a, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:50 07:07:50.879 [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>.
03:07:50 07:07:50.881 [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>.
03:07:50 07:07:50.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a93d366e-ccae-40fe-a76e-e6117722c872, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:50 07:07:50.959 [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>.
03:07:50 07:07:50.962 [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>.
03:07:50 07:07:50.975 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=de369af1-ed0c-4ca4-93b6-1bab34a5904a, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.044 [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>.
03:07:51 07:07:51.046 [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>.
03:07:51 07:07:51.059 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ad203f4c-0820-4f4d-8dee-a0a5c852c3bc, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.129 [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>.
03:07:51 07:07:51.131 [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>.
03:07:51 07:07:51.144 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=9991077c-1a6b-422f-824a-86a2343303ba, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.213 [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>.
03:07:51 07:07:51.215 [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>.
03:07:51 07:07:51.228 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=6bae1a39-c068-4515-8554-8aef492e690f, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.298 [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>.
03:07:51 07:07:51.300 [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>.
03:07:51 07:07:51.313 [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"], ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=1f186461-8aee-4004-aa59-2c78ee47b1a7, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.382 [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>.
03:07:51 07:07:51.384 [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>.
03:07:51 07:07:51.397 [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","nack"], ditto-origin=connection-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f826127d-0d5a-4e5a-a6cb-b7fe7d45548d, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.426 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
03:07:51 07:07:51.467 [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>.
03:07:51 07:07:51.469 [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>.
03:07:51 07:07:51.483 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=cc935b47-0d87-4b5f-95b9-fccb28ab9f55, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.484 [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 <PT1M>.
03:07:51 07:07:51.484 [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 '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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=cc935b47-0d87-4b5f-95b9-fccb28ab9f55, 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:44489/user/ackr0-cc935b47-0d87-4b5f-95b9-fccb28ab9f55#739669132}]]>.
03:07:51 07:07:51.564 [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>.
03:07:51 07:07:51.566 [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>.
03:07:51 07:07:51.579 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d2566f42-7508-440e-a302-7f1798abbc49, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.580 [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>.
03:07:51 07:07:51.646 [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>.
03:07:51 07:07:51.648 [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>.
03:07:51 07:07:51.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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=47b09505-0036-4df2-812e-75de2a4bd90e, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.662 [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 '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.
03:07:51 07:07:51.730 [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>.
03:07:51 07:07:51.732 [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>.
03:07:51 07:07:51.746 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=09c18fc2-eed0-4cdf-8ba4-3338101a9d96, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.814 [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>.
03:07:51 07:07:51.816 [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>.
03:07:51 07:07:51.829 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=06ab51fe-c346-4d5b-ab84-e7e73ef22377, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.830 [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 <PT1M>.
03:07:51 07:07:51.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=06ab51fe-c346-4d5b-ab84-e7e73ef22377, 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:40867/user/ackr0-06ab51fe-c346-4d5b-ab84-e7e73ef22377#504687855}]]>.
03:07:51 07:07:51.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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.
03:07:51 07:07:51.900 [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>.
03:07:51 07:07:51.902 [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>.
03:07:51 07:07:51.916 [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-bfef6511-f651-4406-8698-d585681a40be, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=4f576820-5119-4493-8fc5-ddc0ab9c7721, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
03:07:51 07:07:51.917 [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>.
03:07:51 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.369 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
03:07:51 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
03:07:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
03:07:51 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
03:07:52 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
03:07:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
03:07:52 07:07:52.138 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.148 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.153 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.161 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.164 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.170 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.176 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.190 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.195 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.218 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.256 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.286 [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@1a4d0b0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
03:07:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
03:07:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
03:07:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
03:07:52 07:07:52.554 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-5] 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@30b53670]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.556 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-5] 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@30b53670]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.556 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-5] 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@30b53670]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.557 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-5] 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@30b53670]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 07:07:52.562 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-5] 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@30b53670]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:52 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
03:07:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
03:07:52 07:07:52.565 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:07:52 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
03:07:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
03:07:53 07:07:53.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
03:07:53 07:07:53.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Failed to load persistence ids from journal/snapshots. WARNING arguments left: 1
03:07:53 07:07:53.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
03:07:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
03:07:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
03:07:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
03:07:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
03:07:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
03:07:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
03:07:53 07:07:53.136 [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@706c2952]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.225 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-6] 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@69e92a46]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.309 [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@3ab2006f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.384 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-6] 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@3861e560]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.395 [INFO ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundDispatchingActor - No AcknowledgementForwarderActor found. Forwarding signal to proxy actor: <org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponse>
03:07:53 07:07:53.446 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-5] 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@20e59464]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.622 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-6] 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@13f30e05]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.793 [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@3aec7c0a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.880 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-6] 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@590e8316]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 07:07:53.965 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-5] 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@66e2d538]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:53 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
03:07:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
03:07:53 07:07:53.984 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:07:56 07:07:56.332 [WARN ] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-13] 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.
03:07:56 07:07:56.334 [ERROR] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-13] 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#2006012042, 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#2006012042], 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#2006012042, response-required=false}]]>.
03:07:56 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.
03:07:56 Wrapped by: org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException: Signal enrichment failed.
03:07:56 	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:158)
03:07:56 	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:120)
03:07:56 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:07:56 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$recoverFromEnrichmentError$21(OutboundMappingProcessorActor.java:518)
03:07:56 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeException.asDittoRuntimeException(DittoRuntimeException.java:106)
03:07:56 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.recoverFromEnrichmentError(OutboundMappingProcessorActor.java:514)
03:07:56 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$enrichAndFilterSignal$18(OutboundMappingProcessorActor.java:483)
03:07:56 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990)
03:07:56 	at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974)
03:07:56 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:07:56 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:07:56 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
03:07:56 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
03:07:56 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
03:07:56 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:07:56 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:07:56 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
03:07:56 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:07:56 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
03:07:56 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
03:07:56 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
03:07:56 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:07:56 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
03:07:56 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
03:07:56 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
03:07:56 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
03:07:56 	at java.base/java.lang.Thread.run(Thread.java:833)
03:07:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.514 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
03:07:56 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
03:07:56 07:07:56.504 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:07:56 07:07:56.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M27.882S> interval (min=<PT5M>)
03:07:56 07:07:56.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:56 07:07:56.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.088S> interval (min=<PT5M>)
03:07:56 07:07:56.940 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.49S> interval (min=<PT5M>)
03:07:56 07:07:56.941 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-3d3d089d-9291-427e-80ef-1ff6f2d7fb45>
03:07:56 07:07:56.941 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.667S> interval (min=<PT5M>)
03:07:56 07:07:56.942 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-3d3d089d-9291-427e-80ef-1ff6f2d7fb45>.
03:07:56 07:07:56.943 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-3d3d089d-9291-427e-80ef-1ff6f2d7fb45>.
03:07:56 07:07:56.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.007S> interval (min=<PT5M>)
03:07:56 07:07:56.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:56 07:07:56.963 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:56 07:07:56.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=[]]}]>
03:07:56 07:07:56.966 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:56 07:07:56.966 [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=[]]}]>
03:07:56 07:07:56.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:56 07:07:56.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:56 07:07:56.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:56 07:07:56.985 [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.
03:07:56 07:07:56.986 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
03:07:56 07:07:56.996 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:57 07:07:57.020 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b8355cb0-7e7a-4347-ab69-6be58ace27a0>
03:07:57 07:07:57.021 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b8355cb0-7e7a-4347-ab69-6be58ace27a0>.
03:07:57 07:07:57.021 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b8355cb0-7e7a-4347-ab69-6be58ace27a0>.
03:07:57 07:07:57.025 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:57 07:07:57.025 [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=[]]}]>
03:07:57 07:07:57.026 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:57 07:07:57.026 [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=[]]}]>
03:07:57 07:07:57.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:57 07:07:57.029 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:57 07:07:57.030 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:57 07:07:57.030 [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.
03:07:57 07:07:57.047 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b8e1d51f-e4f5-4f2d-9f6f-eb577f99ba64_c67614a4-dd7c-47c9-bfcc-80609328d0d3>
03:07:57 07:07:57.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b8e1d51f-e4f5-4f2d-9f6f-eb577f99ba64>.
03:07:57 07:07:57.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b8e1d51f-e4f5-4f2d-9f6f-eb577f99ba64>.
03:07:57 07:07:57.053 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:57 07:07:57.053 [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=[]]}]>
03:07:57 07:07:57.054 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:57 07:07:57.055 [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=[]]}]>
03:07:57 07:07:57.056 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:57 07:07:57.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b8355cb0-7e7a-4347-ab69-6be58ace27a0>
03:07:57 07:07:57.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-3d3d089d-9291-427e-80ef-1ff6f2d7fb45>
03:07:57 07:07:57.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b8e1d51f-e4f5-4f2d-9f6f-eb577f99ba64>
03:07:58 07:07:58.096 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-d2fc4af5-f464-4b46-a48c-94e394bfdb19>
03:07:58 07:07:58.097 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d2fc4af5-f464-4b46-a48c-94e394bfdb19>.
03:07:58 07:07:58.097 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d2fc4af5-f464-4b46-a48c-94e394bfdb19>.
03:07:58 07:07:58.100 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.101 [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=[]]}]>
03:07:58 07:07:58.102 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.102 [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=[]]}]>
03:07:58 07:07:58.103 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:58 07:07:58.105 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:58 07:07:58.105 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:58 07:07:58.105 [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.
03:07:58 07:07:58.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:58 07:07:58.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=null, time=2024-04-09T07:07:58.109120133Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:07:58 07:07:58.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:58 07:07:58.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:58 07:07:58.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:58 07:07:58.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-99d0ede8-20db-4463-9df5-e104b5eb4d36>
03:07:58 07:07:58.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-99d0ede8-20db-4463-9df5-e104b5eb4d36>.
03:07:58 07:07:58.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-99d0ede8-20db-4463-9df5-e104b5eb4d36>.
03:07:58 07:07:58.128 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.129 [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=[]]}]>
03:07:58 07:07:58.130 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.130 [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=[]]}]>
03:07:58 07:07:58.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:58 07:07:58.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
03:07:58 07:07:58.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:58 07:07:58.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-18cc9142-89f3-4489-a79d-c44476f9d144>
03:07:58 07:07:58.159 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18cc9142-89f3-4489-a79d-c44476f9d144>.
03:07:58 07:07:58.159 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18cc9142-89f3-4489-a79d-c44476f9d144>.
03:07:58 07:07:58.161 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.161 [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=[]]}]>
03:07:58 07:07:58.162 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.163 [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=[]]}]>
03:07:58 07:07:58.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:58 07:07:58.164 [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-04-09T07:07:58.156934972Z, connectivityStatus=null]>
03:07:58 07:07:58.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:58 07:07:58.164 [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-04-09T07:07:58.156934972Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:07:58 07:07:58.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-d2fc4af5-f464-4b46-a48c-94e394bfdb19>
03:07:58 07:07:58.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-99d0ede8-20db-4463-9df5-e104b5eb4d36>
03:07:58 07:07:58.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-18cc9142-89f3-4489-a79d-c44476f9d144>
03:07:58 07:07:58.188 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-0c8aafed-d623-42f1-8d87-907464afb9af>
03:07:58 07:07:58.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0c8aafed-d623-42f1-8d87-907464afb9af>.
03:07:58 07:07:58.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0c8aafed-d623-42f1-8d87-907464afb9af>.
03:07:58 07:07:58.193 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.193 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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=[]]}]>
03:07:58 07:07:58.194 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:58 07:07:58.194 [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=[]]}]>
03:07:58 07:07:58.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:58 07:07:58.197 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:58 07:07:58.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:58 07:07:58.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:58 07:07:58.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-0c8aafed-d623-42f1-8d87-907464afb9af>
03:07:58 07:07:58.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:58 07:07:58.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
03:07:59 07:07:59.240 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-cad353df-da67-4439-8775-2136a8615ab9>
03:07:59 07:07:59.241 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-cad353df-da67-4439-8775-2136a8615ab9>.
03:07:59 07:07:59.242 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-cad353df-da67-4439-8775-2136a8615ab9>.
03:07:59 07:07:59.244 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.244 [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=[]]}]>
03:07:59 07:07:59.245 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.245 [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=[]]}]>
03:07:59 07:07:59.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:59 07:07:59.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:59 07:07:59.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:59 07:07:59.259 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-cad353df-da67-4439-8775-2136a8615ab9>
03:07:59 07:07:59.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-f58dc16e-4913-4fe0-ae3c-b81b002fca8e_4a9a2981-c2c7-4a80-a591-61e832f42442>
03:07:59 07:07:59.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f58dc16e-4913-4fe0-ae3c-b81b002fca8e>.
03:07:59 07:07:59.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f58dc16e-4913-4fe0-ae3c-b81b002fca8e>.
03:07:59 07:07:59.269 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.269 [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=[]]}]>
03:07:59 07:07:59.270 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.270 [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=[]]}]>
03:07:59 07:07:59.271 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.369 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-f58dc16e-4913-4fe0-ae3c-b81b002fca8e>
03:07:59 07:07:59.421 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M35.633S> interval (min=<PT5M>)
03:07:59 07:07:59.421 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:59 07:07:59.421 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.849S> interval (min=<PT5M>)
03:07:59 07:07:59.422 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.072S> interval (min=<PT5M>)
03:07:59 07:07:59.423 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-2b15ae16-ff8a-49f4-98f2-355405cb3814>
03:07:59 07:07:59.423 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M37.12S> interval (min=<PT5M>)
03:07:59 07:07:59.425 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2b15ae16-ff8a-49f4-98f2-355405cb3814>.
03:07:59 07:07:59.425 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2b15ae16-ff8a-49f4-98f2-355405cb3814>.
03:07:59 07:07:59.431 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M33.435S> interval (min=<PT5M>)
03:07:59 07:07:59.431 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
03:07:59 07:07:59.432 [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@4becef97]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.433 [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=[]]}]>
03:07:59 07:07:59.434 [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@4becef97]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.435 [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=[]]}]>
03:07:59 07:07:59.436 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.440 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:59 07:07:59.440 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:59 07:07:59.440 [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.
03:07:59 07:07:59.444 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:07:59 07:07:59.444 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
03:07:59 07:07:59.460 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-a63e1225-53f4-4800-af6c-6470d9526c98>
03:07:59 07:07:59.461 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a63e1225-53f4-4800-af6c-6470d9526c98>.
03:07:59 07:07:59.462 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a63e1225-53f4-4800-af6c-6470d9526c98>.
03:07:59 07:07:59.464 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.465 [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=[]]}]>
03:07:59 07:07:59.465 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.466 [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=[]]}]>
03:07:59 07:07:59.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-a63e1225-53f4-4800-af6c-6470d9526c98>
03:07:59 07:07:59.470 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.471 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-7492247b-347e-4512-8a9f-3e2a027b6b35>
03:07:59 07:07:59.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7492247b-347e-4512-8a9f-3e2a027b6b35>.
03:07:59 07:07:59.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7492247b-347e-4512-8a9f-3e2a027b6b35>.
03:07:59 07:07:59.488 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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=[]]}]>
03:07:59 07:07:59.489 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.489 [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=[]]}]>
03:07:59 07:07:59.490 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:59 07:07:59.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:59 07:07:59.494 [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.
03:07:59 07:07:59.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-41599119-174c-48e1-8cec-921ffd386b2f>
03:07:59 07:07:59.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-41599119-174c-48e1-8cec-921ffd386b2f>.
03:07:59 07:07:59.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-41599119-174c-48e1-8cec-921ffd386b2f>.
03:07:59 07:07:59.511 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.511 [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=[]]}]>
03:07:59 07:07:59.512 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.512 [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=[]]}]>
03:07:59 07:07:59.513 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:07:59 07:07:59.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:07:59 07:07:59.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
03:07:59 07:07:59.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
03:07:59 07:07:59.517 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - received unknown/unsupported message CloseConnection [type=connectivity.commands:closeConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-41599119-174c-48e1-8cec-921ffd386b2f] in state DISCONNECTING - status: open: disconnecting connection at 2024-04-09T07:07:59.517524782Z - sender: Actor[pekko://PekkoTestSystem/system/testProbe-909#339130279]
03:07:59 07:07:59.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-31676573-a3bf-4dd6-b138-117f1445a9dc>
03:07:59 07:07:59.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-31676573-a3bf-4dd6-b138-117f1445a9dc>.
03:07:59 07:07:59.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-31676573-a3bf-4dd6-b138-117f1445a9dc>.
03:07:59 07:07:59.535 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.535 [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=[]]}]>
03:07:59 07:07:59.536 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:07:59 07:07:59.536 [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=[]]}]>
03:07:59 07:07:59.537 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.541 [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-04-09T07:07:59.540936017Z, connectivityStatus=null]>
03:07:59 07:07:59.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.540936017Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:07:59 07:07:59.541 [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-04-09T07:07:59.540945302Z, connectivityStatus=null]>
03:07:59 07:07:59.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.540945302Z, connectivityStatus=null]. Reconnect was already triggered
03:07:59 07:07:59.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.540947440Z, connectivityStatus=null]>
03:07:59 07:07:59.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.540947440Z, connectivityStatus=null]. Reconnect was already triggered
03:07:59 07:07:59.547 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-2b15ae16-ff8a-49f4-98f2-355405cb3814>
03:07:59 07:07:59.548 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:07:59 07:07:59.550 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
03:07:59 07:07:59.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-7492247b-347e-4512-8a9f-3e2a027b6b35>
03:07:59 07:07:59.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-41599119-174c-48e1-8cec-921ffd386b2f>
03:07:59 07:07:59.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-31676573-a3bf-4dd6-b138-117f1445a9dc>
03:07:59 07:07:59.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.665 [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-04-09T07:07:59.664918537Z, connectivityStatus=null]>
03:07:59 07:07:59.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.664918537Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
03:07:59 07:07:59.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.664929101Z, connectivityStatus=null]>
03:07:59 07:07:59.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.665 [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-04-09T07:07:59.664929101Z, connectivityStatus=null]. Reconnect was already triggered
03:07:59 07:07:59.665 [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-04-09T07:07:59.664931112Z, connectivityStatus=null]>
03:07:59 07:07:59.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.665 [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-04-09T07:07:59.664931112Z, connectivityStatus=null]. Reconnect was already triggered
03:07:59 07:07:59.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:07:59 07:07:59.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.882511026Z, connectivityStatus=null]>
03:07:59 07:07:59.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:07:59.882511026Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
03:07:59 07:07:59.883 [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-04-09T07:07:59.882525137Z, connectivityStatus=null]>
03:07:59 07:07:59.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.883 [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-04-09T07:07:59.882525137Z, connectivityStatus=null]. Reconnect was already triggered
03:07:59 07:07:59.883 [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-04-09T07:07:59.882527331Z, connectivityStatus=null]>
03:07:59 07:07:59.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:07:59 07:07:59.883 [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-04-09T07:07:59.882527331Z, connectivityStatus=null]. Reconnect was already triggered
03:08:00 07:08:00.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:00 07:08:00.299 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:00 07:08:00.304 [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-04-09T07:08:00.304213913Z, connectivityStatus=null]>
03:08:00 07:08:00.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:00 07:08:00.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:00.304213913Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
03:08:00 07:08:00.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:00.304224326Z, connectivityStatus=null]>
03:08:00 07:08:00.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:00 07:08:00.304 [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-04-09T07:08:00.304224326Z, connectivityStatus=null]. Reconnect was already triggered
03:08:00 07:08:00.304 [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-04-09T07:08:00.304226357Z, connectivityStatus=null]>
03:08:00 07:08:00.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:00 07:08:00.304 [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-04-09T07:08:00.304226357Z, connectivityStatus=null]. Reconnect was already triggered
03:08:00 07:08:00.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:00 07:08:00.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:00 07:08:00.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-a323ae7f-219f-4bdb-b2dc-3daffb38347b>
03:08:00 07:08:00.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a323ae7f-219f-4bdb-b2dc-3daffb38347b>.
03:08:00 07:08:00.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a323ae7f-219f-4bdb-b2dc-3daffb38347b>.
03:08:00 07:08:00.743 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:00 07:08:00.743 [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=[]]}]>
03:08:00 07:08:00.744 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:00 07:08:00.744 [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=[]]}]>
03:08:00 07:08:00.746 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:00 07:08:00.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-a323ae7f-219f-4bdb-b2dc-3daffb38347b>
03:08:02 07:08:02.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:02 07:08:02.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:02 07:08:02.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:02 07:08:02.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:03 07:08:03.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:03 07:08:03.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:04 07:08:04.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:04 07:08:04.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:04 07:08:04.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:04 07:08:04.488 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:05 07:08:05.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:05 07:08:05.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:05 07:08:05.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:05 07:08:05.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
03:08:05 07:08:05.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:05 07:08:05.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-980124d1-aced-4d36-9436-35ed0c6ac8bc>
03:08:05 07:08:05.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-980124d1-aced-4d36-9436-35ed0c6ac8bc>.
03:08:05 07:08:05.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-980124d1-aced-4d36-9436-35ed0c6ac8bc>.
03:08:05 07:08:05.789 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:05 07:08:05.789 [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=[]]}]>
03:08:05 07:08:05.790 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:05 07:08:05.790 [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=[]]}]>
03:08:05 07:08:05.791 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:05 07:08:05.802 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:08:05 07:08:05.802 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:08:05 07:08:05.802 [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.
03:08:05 07:08:05.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-e67210ef-22dd-4429-9b70-8cc6d53678e1>
03:08:05 07:08:05.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e67210ef-22dd-4429-9b70-8cc6d53678e1>.
03:08:05 07:08:05.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e67210ef-22dd-4429-9b70-8cc6d53678e1>.
03:08:05 07:08:05.819 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:05 07:08:05.820 [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=[]]}]>
03:08:05 07:08:05.821 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:05 07:08:05.821 [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=[]]}]>
03:08:05 07:08:05.822 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:05 07:08:05.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:08:05 07:08:05.825 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:08:05 07:08:05.825 [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.
03:08:05 07:08:05.825 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:05 07:08:05.825 [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-04-09T07:08:05.825297866Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
03:08:05 07:08:05.825 [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-04-09T07:08:05.825662727Z, connectivityStatus=null]>
03:08:05 07:08:05.825 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:05 07:08:05.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:05.825662727Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
03:08:05 07:08:05.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:05.825667035Z, connectivityStatus=null]>
03:08:05 07:08:05.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:05 07:08:05.826 [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-04-09T07:08:05.825667035Z, connectivityStatus=null]. Reconnect was already triggered
03:08:05 07:08:05.826 [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-04-09T07:08:05.825668817Z, connectivityStatus=null]>
03:08:05 07:08:05.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:05 07:08:05.826 [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-04-09T07:08:05.825668817Z, connectivityStatus=null]. Reconnect was already triggered
03:08:05 07:08:05.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-980124d1-aced-4d36-9436-35ed0c6ac8bc>
03:08:05 07:08:05.870 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-e67210ef-22dd-4429-9b70-8cc6d53678e1>
03:08:06 07:08:06.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:06 07:08:06.043 [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-04-09T07:08:06.043153450Z, connectivityStatus=null]>
03:08:06 07:08:06.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.043 [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-04-09T07:08:06.043153450Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
03:08:06 07:08:06.043 [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-04-09T07:08:06.043164815Z, connectivityStatus=null]>
03:08:06 07:08:06.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:06.043164815Z, connectivityStatus=null]. Reconnect was already triggered
03:08:06 07:08:06.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:06.043166714Z, connectivityStatus=null]>
03:08:06 07:08:06.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.043 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:06.043166714Z, connectivityStatus=null]. Reconnect was already triggered
03:08:06 07:08:06.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:06 07:08:06.466 [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-04-09T07:08:06.466520279Z, connectivityStatus=null]>
03:08:06 07:08:06.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:06.466520279Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
03:08:06 07:08:06.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:06.466530990Z, connectivityStatus=null]>
03:08:06 07:08:06.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.467 [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-04-09T07:08:06.466530990Z, connectivityStatus=null]. Reconnect was already triggered
03:08:06 07:08:06.467 [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-04-09T07:08:06.466533147Z, connectivityStatus=null]>
03:08:06 07:08:06.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.467 [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-04-09T07:08:06.466533147Z, connectivityStatus=null]. Reconnect was already triggered
03:08:06 07:08:06.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:06 07:08:06.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:06.879283591Z, connectivityStatus=null]>
03:08:06 07:08:06.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.879 [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-04-09T07:08:06.879283591Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
03:08:06 07:08:06.879 [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-04-09T07:08:06.879295482Z, connectivityStatus=null]>
03:08:06 07:08:06.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.879 [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-04-09T07:08:06.879295482Z, connectivityStatus=null]. Reconnect was already triggered
03:08:06 07:08:06.879 [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-04-09T07:08:06.879297499Z, connectivityStatus=null]>
03:08:06 07:08:06.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:06 07:08:06.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-04-09T07:08:06.879297499Z, connectivityStatus=null]. Reconnect was already triggered
03:08:07 07:08:07.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:07 07:08:07.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:07 07:08:07.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:07 07:08:07.298 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:07 07:08:07.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-04c4432a-db15-4ead-99c7-2554a08d1287>
03:08:07 07:08:07.317 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-04c4432a-db15-4ead-99c7-2554a08d1287>.
03:08:07 07:08:07.317 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-04c4432a-db15-4ead-99c7-2554a08d1287>.
03:08:07 07:08:07.320 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:07 07:08:07.321 [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=[]]}]>
03:08:07 07:08:07.322 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:07 07:08:07.322 [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=[]]}]>
03:08:07 07:08:07.323 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:07 07:08:07.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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.
03:08:07 07:08:07.328 [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-04-09T07:08:07.328087875Z, connectivityStatus=null]>
03:08:07 07:08:07.328 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:07 07:08:07.328 [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-04-09T07:08:07.328087875Z, connectivityStatus=null]. Reconnect after: PT0.05S. Resolved status: failed. Going to 'CONNECTING'
03:08:07 07:08:07.328 [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.
03:08:07 07:08:07.369 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-04c4432a-db15-4ead-99c7-2554a08d1287>
03:08:07 07:08:07.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:07 07:08:07.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:07 07:08:07.518 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:07 07:08:07.518 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:07 07:08:07.529 [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.
03:08:07 07:08:07.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:07 07:08:07.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:08 07:08:07.830 [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.
03:08:08 07:08:08.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:08 07:08:08.159 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:08 07:08:08.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:08 07:08:08.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:08 07:08:08.330 [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 <failed> in the client actor.
03:08:09 07:08:08.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:09 07:08:08.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:09 07:08:09.231 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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.
03:08:09 07:08:09.308 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:09 07:08:09.308 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:09 07:08:09.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:09 07:08:09.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:10 07:08:10.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:10 07:08:10.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection <connection-04c4432a-db15-4ead-99c7-2554a08d1287> - connection timed out - reached maximum retries for reconnecting and thus will no longer try to reconnect
03:08:10 07:08:10.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:10 07:08:10.759 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:10 07:08:10.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:10 07:08:10.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
03:08:10 07:08:10.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
03:08:10 07:08:10.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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.
03:08:10 07:08:10.946 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-f819651a-04ad-4638-ab72-573bc06bde43>
03:08:10 07:08:10.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f819651a-04ad-4638-ab72-573bc06bde43>.
03:08:10 07:08:10.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f819651a-04ad-4638-ab72-573bc06bde43>.
03:08:10 07:08:10.953 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:10 07:08:10.953 [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=[]]}]>
03:08:10 07:08:10.954 [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@4d7fb971]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
03:08:10 07:08:10.954 [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=[]]}]>
03:08:10 07:08:10.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
03:08:10 07:08:10.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
03:08:10 07:08:10.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
03:08:10 07:08:10.966 [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.
03:08:10 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.46 s -- in org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
03:08:10 07:08:10.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
03:08:10 07:08:10.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
03:08:10 07:08:10.967 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:08:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResolversTest
03:08:10 07:08:10.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
03:08:10 07:08:10.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
03:08:10 07:08:10.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
03:08:10 07:08:10.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
03:08:10 07:08:10.967 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:08:10 07:08:10.968 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
03:08:10 07:08:10.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:08:10 07:08:10.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
03:08:10 07:08:10.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
03:08:10 07:08:10.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
03:08:10 07:08:10.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-f819651a-04ad-4638-ab72-573bc06bde43>
03:08:10 07:08:10.972 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
03:08:10 java.lang.IllegalStateException: Operation not allowed in uninitialized state.
03:08:10 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182)
03:08:10 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187)
03:08:10 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390)
03:08:10 	at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144)
03:08:10 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:08:10 	... 18 common frames omitted
03:08:10 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:08:10 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
03:08:10 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
03:08:10 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504)
03:08:10 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
03:08:10 	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
03:08:10 	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
03:08:10 	at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
03:08:10 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
03:08:10 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
03:08:10 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
03:08:10 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
03:08:10 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
03:08:10 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
03:08:10 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:08:10 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:08:10 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:08:10 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:08:10 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:08:10 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:08:10 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:08:10 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:08:10 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:08:10 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:08:10 07:08:10.972 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
03:08:10 java.lang.IllegalStateException: Operation not allowed in uninitialized state.
03:08:10 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182)
03:08:10 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187)
03:08:10 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610)
03:08:10 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390)
03:08:10 	at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144)
03:08:10 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:08:10 	... 18 common frames omitted
03:08:10 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:08:10 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
03:08:10 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
03:08:10 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
03:08:10 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504)
03:08:10 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
03:08:10 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
03:08:10 	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
03:08:10 	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
03:08:10 	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
03:08:10 	at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:08:10 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
03:08:10 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
03:08:10 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
03:08:10 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
03:08:10 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
03:08:10 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
03:08:10 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
03:08:10 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:08:10 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:08:10 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:08:10 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:08:10 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:08:10 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:08:10 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:08:10 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:08:10 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:08:10 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:08:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.ResolversTest
03:08:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
03:08:10 07:08:10.977 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:08:11 07:08:11.060 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:08:11 07:08:11.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:08:11 07:08:11.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:08:11 07:08:11.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:08:11 07:08:11.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:08:11 07:08:11.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
03:08:11 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
03:08:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DroppedTest
03:08:11 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.eclipse.ditto.connectivity.service.messaging.DroppedTest
03:08:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
03:08:11 [INFO] [04/09/2024 07:08:11.463] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:11 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
03:08:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.SendingTest
03:08:11 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.ditto.connectivity.service.messaging.SendingTest
03:08:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
03:08:11 07:08:11.750 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:08:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.24 s -- in org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
03:08:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
03:08:24 07:08:23.997 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:08:24 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
03:08:24 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
03:08:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
03:08:24 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
03:08:24 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
03:08:24 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
03:08:24 [INFO] [04/09/2024 07:08:24.273] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:24 [INFO] [04/09/2024 07:08:24.307] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:24 [INFO] [04/09/2024 07:08:24.348] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:24 [INFO] [04/09/2024 07:08:24.384] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:24 [INFO] [04/09/2024 07:08:24.417] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:24 [INFO] [04/09/2024 07:08:24.451] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
03:08:24 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
03:08:24 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, correlation-id=41a966fa-ac26-4a42-bebb-ed339a6b7a75}, 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":"41a966fa-ac26-4a42-bebb-ed339a6b7a75","content-type":"application/json"},"value":{"openedAt":"2024-04-09T07:08:24.647147915Z"}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
03:08:24 testDefaultJavascriptOutgoingMappingForConnectionAnnouncements Duration: 2.478319ms
03:08:24 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=a529302e-af86-4f4a-a4a1-93134aa9ba02, content-type=application/json}]]]
03:08:24 testDefaultJavascriptIncomingMappingForByteDittoProtocol Duration: 1.586123ms
03:08:24 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=2d02f1c1-4469-4f81-9990-b398198b262b}]]]
03:08:24 testPlainJavascriptIncomingMapping Duration: 4.733307ms
03:08:24 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=babd35d5-d4e5-41eb-884f-3a192086ea67}]]]
03:08:24 testPlainJavascriptIncomingMapping Duration: 0.58252ms
03:08:24 testEmptyJavascriptIncomingMapping Duration: 0.077787ms
03:08:24 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=99fc6631-b280-4f19-918f-8a516802f0ab}]]]
03:08:24 testWithProtobufJsJavascriptIncomingMapping Duration: 302.408168ms
03:08:24 testEmptyJavascriptOutgoingMapping Duration: 0.314035ms
03:08:24 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, correlation-id=770ca025-ac2d-4f96-b096-aa38c66eb1d5}, 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":"770ca025-ac2d-4f96-b096-aa38c66eb1d5","content-type":"application/json"},"value":{"deleteAt":"2024-04-09T07:08:24.972117097Z","subjectIds":[]}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
03:08:24 testDefaultJavascriptOutgoingMappingForPolicyAnnouncements Duration: 1.100299ms
03:08:24 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=bb96ea5a-ffbf-4008-9903-27d3fd94edd1}]]]
03:08:24 testBinaryJavascriptIncomingMapping Duration: 0.807161ms
03:08:25 UnmodifiableExternalMessage [headers={ditto-message-thing-id=org.eclipse.ditto.example:INTEGRATION_TEST_DEVICE, ditto-message-feature-id=SoftwareState, content-type=application/vnd.google.protobuf, ditto-message-subject=install, response-required=true, ditto-message-direction=TO, correlation-id=40f5ac23-d64a-49f0-ae97-f250951efa16}, 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 [{}]]
03:08:25 testWithProtobufJsJavascriptOutgoingMapping Duration: 151.356207ms
03:08:25 UnmodifiableExternalMessage [headers={content-type=application/octet-stream, correlation-id=6d5ec610-0ed4-4a50-a624-837cff842d19}, 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 [{}]]
03:08:25 testBinaryJavascriptOutgoingMapping Duration: 1.213835ms
03:08:25 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=932ff75d-2f79-4528-9832-271fe8ea0f80, content-type=application/json}]]]
03:08:25 testNoopJavascriptIncomingMapping Duration: 0.206363ms
03:08:25 UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=e85d10c4-6509-4243-a0f9-138334773fe8}, 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 [{}]]
03:08:25 testCorrectChannelForConnectionAnnouncementsJavascriptOutgoingMapping Duration: 1.038168ms
03:08:25 {subject={{topic:action-subject}}, correlation-id=49ae17cb-d344-4858-8784-04500895e7a5, content-type=application/vnd.eclipse.ditto+json}
03:08:25 UnmodifiableExternalMessage [headers={subject={{topic:action-subject}}, correlation-id=49ae17cb-d344-4858-8784-04500895e7a5, 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":"49ae17cb-d344-4858-8784-04500895e7a5","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 [{}]]
03:08:25 testNoopJavascriptOutgoingMapping Duration: 0.170963ms
03:08:25 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=735bd99b-6884-49d4-8ae4-29b0101b6c9b}]]]
03:08:25 testPlainJavascriptIncomingMapping Duration: 0.323745ms
03:08:25 HEADERS: ImmutableDittoHeaders [{correlation-id=977ecda6-43eb-4e8f-a8f5-267bc394d32a, subject={{topic:action-subject}}, content-type=application/json}]
03:08:25 CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=977ecda6-43eb-4e8f-a8f5-267bc394d32a, 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]
03:08:25 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=977ecda6-43eb-4e8f-a8f5-267bc394d32a, subject={{topic:action-subject}}, content-type=application/json}]]]
03:08:25 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"977ecda6-43eb-4e8f-a8f5-267bc394d32a","subject":"{{topic:action-subject}}","content-type":"application/json"},"path":"/","value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}
03:08:25 {subject={{topic:action-subject}}, correlation-id=977ecda6-43eb-4e8f-a8f5-267bc394d32a, content-type=application/vnd.eclipse.ditto+json}
03:08:25 UnmodifiableExternalMessage [headers={subject={{topic:action-subject}}, correlation-id=977ecda6-43eb-4e8f-a8f5-267bc394d32a, 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":"977ecda6-43eb-4e8f-a8f5-267bc394d32a","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 [{}]]
03:08:25 testNoopJavascriptOutgoingMapping Duration: 0.556018ms
03:08:25 UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=33919f42-2160-4d26-b4b1-0d09c7a19477}, 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 [{}]]
03:08:25 testPlainJavascriptOutgoingMapping Duration: 0.861128ms
03:08:25 HEADERS: ImmutableDittoHeaders [{correlation-id=77797db4-a14c-40f1-a2c5-4324e0e247c3, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]
03:08:25 CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=77797db4-a14c-40f1-a2c5-4324e0e247c3, 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]]
03:08:25 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=77797db4-a14c-40f1-a2c5-4324e0e247c3, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]]]
03:08:25 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"77797db4-a14c-40f1-a2c5-4324e0e247c3","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}
03:08:25 {subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json, correlation-id=77797db4-a14c-40f1-a2c5-4324e0e247c3, response-required=false}
03:08:25 UnmodifiableExternalMessage [headers={subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json, correlation-id=77797db4-a14c-40f1-a2c5-4324e0e247c3, response-required=false}, 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":"77797db4-a14c-40f1-a2c5-4324e0e247c3","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 [{}]]
03:08:25 testDefaultJavascriptOutgoingMappingWithStatus Duration: 0.650932ms
03:08:25 2572427
03:08:25 bytes length: 3
03:08:25 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=5e44aa7f-72e8-4b83-a0e9-a9b44a5922cd}]]]
03:08:25 testBinaryWithByteBufferJsJavascriptIncomingMapping Duration: 3.933032ms
03:08:25 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=6925ceda-eb4d-4e36-9c14-82f4d4af2498, content-type=application/json}]]]
03:08:25 testDefaultJavascriptIncomingMappingForDittoProtocol Duration: 0.162845ms
03:08:25 UnmodifiableExternalMessage [headers={content-type=text/plain, correlation-id=aab6f0fc-ce71-47f5-a4d9-cfa8dbd806ef}, 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 [{}]]
03:08:25 testCorrectChannelForPolicyAnnouncementsJavascriptOutgoingMapping Duration: 0.804825ms
03:08:25 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
03:08:25 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
03:08:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
03:08:25 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
03:08:25 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=8e6d1e5d-cab5-4e6c-979f-782f8eb4cf80}]]]
03:08:25 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=6e94ab74-69e5-4f40-8c97-b53bbc793162}]]]
03:08:25 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=545c61d4-717b-42bd-8d1c-1daebfbe202b}]]]
03:08:25 42664720170
03:08:25 bytes length: 5
03:08:25 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 [{device_id=jmh-test, correlation-id=86d4196e-ec24-48ea-8357-80b5a0a2a437, content-type=application/octet-stream}]]]
03:08:25 2572427
03:08:25 bytes length: 3
03:08:25 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=70cb6b24-b2e6-4063-9106-e81e26136ad1}]]]
03:08:25 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=fe8d9f2e-d407-4f5e-b4e1-6014b5a7336f}]]]
03:08:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
03:08:25 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
03:08:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
03:08:25 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
03:08:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
03:08:25 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
03:08:25 ensureRecursionGetsAborted aborted after: 0.80131ms
03:08:26 ensureEndlessLoopGetsAborted aborted after: 501.633166ms
03:08:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.750 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
03:08:26 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
03:08:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
03:08:26 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
03:08:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s -- in org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
03:08:27 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
03:08:27 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s -- in org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
03:08:27 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
03:08:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
03:08:27 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
03:08:28 07:08:28.142 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
03:08:28 07:08:28.185 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveThing>
03:08:28 07:08:28.238 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
03:08:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
03:08:28 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
03:08:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
03:08:28 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
03:08:28 07:08:28.291 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Invalid value in header <ttd>: -5625.
03:08:28 07:08:28.346 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not convertible to type long.
03:08:28 07:08:28.467 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <ThingIdInvalidException>: Thing ID 'Invalid Value' is not valid!
03:08:28 07:08:28.549 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <UnresolvedPlaceholderException>: The placeholder '{{ header:thing-id }}' could not be resolved.
03:08:28 07:08:28.650 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not convertible to type long.
03:08:28 07:08:28.725 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not set.
03:08:28 07:08:28.857 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not set.
03:08:28 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 s -- in org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
03:08:28 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
03:08:28 07:08:28.931 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <some-id> with mapping engine <java.lang.String> not found.
03:08:28 07:08:28.932 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <missing-mapper-id> with mapping engine <missing-mapper> not found.
03:08:28 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
03:08:28 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
03:08:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
03:08:28 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
03:08:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
03:08:28 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
03:08:29 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 s -- in org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
03:08:29 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
03:08:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
03:08:29 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
03:08:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
03:08:29 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
03:08:29 [INFO] [04/09/2024 07:08:29.665] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:29 [INFO] [04/09/2024 07:08:29.750] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfSaslMechanismIsUnknown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:29 [INFO] [04/09/2024 07:08:29.784] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:29 [INFO] [04/09/2024 07:08:29.835] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:29 [INFO] [04/09/2024 07:08:29.873] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:29 [INFO] [04/09/2024 07:08:29.905] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:29 [INFO] [04/09/2024 07:08:29.991] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfOneBootstrapServerUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] [04/09/2024 07:08:30.039] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] [04/09/2024 07:08:30.074] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] [04/09/2024 07:08:30.122] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] [04/09/2024 07:08:30.162] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfBaseUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] [04/09/2024 07:08:30.229] [main] [CoordinatedShutdown(pekko://getSaslMechanismReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] [04/09/2024 07:08:30.259] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] [04/09/2024 07:08:30.292] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:08:30 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.660 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
03:08:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
03:08:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
03:08:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
03:08:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
03:08:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
03:08:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
03:08:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
03:08:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
03:08:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
03:08:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
03:08:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
03:08:30 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
03:08:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
03:08:31 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
03:08:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
03:08:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
03:08:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
03:08:31 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
03:08:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
03:08:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
03:08:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
03:08:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
03:08:31 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
03:08:31 07:08:31.076 [INFO ] [main] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
03:08:31 07:08:31.190 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-11] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
03:08:31 07:08:31.271 [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.
03:08:31 07:08:31.638 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
03:08:42 Failed to stop [ConnectivityRootActorTest] within [10 seconds] 
03:08:42 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children
03:08:42    ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination)
03:08:42        |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers#-554243362]
03:08:42        ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination)
03:08:42            |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139#-331865805]
03:08:42            ⌊-> StreamSupervisor-2139 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination)
03:08:42                |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-7-0-ignoreSink#363420920]
03:08:42                |           Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-9-0-ignoreSink#1561453349]
03:08:42                ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:08:42                ⌊-> flow-9-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:08:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.94 s -- in org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
03:08:43 [INFO] 
03:08:43 [INFO] Results:
03:08:43 [INFO] 
03:08:43 [WARNING] Tests run: 1700, Failures: 0, Errors: 0, Skipped: 3
03:08:43 [INFO] 
03:08:43 [INFO] 
03:08:43 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service ---
03:08:43 [INFO] 
03:08:43 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service ---
03:08:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar
03:08:43 [INFO] 
03:08:43 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service ---
03:08:44 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:08:44 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:08:44 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:08:44 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:08:44 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:08:44 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:08:44 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:08:44 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:08:44 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:08:44 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:08:44 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:08:44 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:08:44 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:08:44 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:08:44 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:08:44 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:08:44 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:08:44 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:08:44 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:08:44 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:08:44 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:08:44 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:08:44 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:08:44 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:08:44 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:08:44 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:08:44 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:08:44 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:08:44 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:08:44 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:08:44 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:08:44 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:08:44 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:08:44 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:08:44 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar.
03:08:44 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar.
03:08:44 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar.
03:08:44 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar.
03:08:44 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar.
03:08:44 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
03:08:44 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar.
03:08:44 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar.
03:08:44 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:08:44 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:08:44 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar.
03:08:44 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar.
03:08:44 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar.
03:08:44 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
03:08:44 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar.
03:08:44 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:08:44 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar.
03:08:44 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar.
03:08:44 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:08:44 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:08:44 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar.
03:08:44 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:08:44 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:08:44 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:08:44 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar.
03:08:44 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar.
03:08:44 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar.
03:08:44 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar.
03:08:44 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar.
03:08:44 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar.
03:08:44 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:08:44 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:08:44 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:08:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:45 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:08:54 [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: 
03:08:54 [WARNING]   - META-INF/NOTICE.md
03:08:54 [WARNING] jcl-over-slf4j-2.0.11.jar, jul-to-slf4j-2.0.11.jar, rhino-runtime-1.7.14.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:08:54 [WARNING]   - META-INF/LICENSE.txt
03:08:54 [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, jcl-over-slf4j-2.0.11.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:08:54 [WARNING]   - META-INF.versions.9.module-info
03:08:54 [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: 
03:08:54 [WARNING]   - META-INF/io.netty.versions.properties
03:08:54 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
03:08:54 [WARNING]   - .cache/formatter-maven-cache.properties
03:08:54 [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: 
03:08:54 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:08:54 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:08:54 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
03:08:54 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
03:08:54 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
03:08:54 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
03:08:54 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
03:08:54 [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.11.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.11.jar, jcl-over-slf4j-2.0.11.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-2.0.11.jar, kafka-clients-3.5.1.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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-2.0.11.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: 
03:08:54 [WARNING]   - META-INF/MANIFEST.MF
03:08:54 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:08:54 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:08:54 [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: 
03:08:54 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:08:54 [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: 
03:08:54 [WARNING]   - META-INF/DISCLAIMER
03:08:54 [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: 
03:08:54 [WARNING]   - META-INF/LICENSE
03:08:54 [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: 
03:08:54 [WARNING]   - META-INF/DEPENDENCIES
03:08:54 [WARNING] maven-shade-plugin has detected that some files are
03:08:54 [WARNING] present in two or more JARs. When this happens, only one
03:08:54 [WARNING] single version of the file is copied to the uber jar.
03:08:54 [WARNING] Usually this is not harmful and you can skip these warnings,
03:08:54 [WARNING] otherwise try to manually exclude artifacts based on
03:08:54 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:08:54 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:08:54 [INFO] Attaching shaded artifact.
03:08:54 [INFO] 
03:08:54 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service ---
03:08:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:08:54 [INFO] No previous run data found, generating javadoc.
03:09:02 [WARNING] Javadoc Warnings
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.config;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] package org.eclipse.ditto.connectivity.service.util;
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message);
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment
03:09:02 [WARNING] protected final ActorSystem actorSystem;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment
03:09:02 [WARNING] protected final Config config;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment
03:09:02 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment
03:09:02 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment
03:09:02 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment
03:09:02 [WARNING] protected static boolean isError(final Adaptable adaptable) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment
03:09:02 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment
03:09:02 [WARNING] protected static boolean isResponse(final Adaptable adaptable) {
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl");
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl");
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) {
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) {
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement,
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement,
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static void validateSourceQoS(final int qos,
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) {
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static void validateTargetQoS(final int qos,
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected static void validateExtraFields(final Target target) {
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for clientConnected
03:09:02 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for data
03:09:02 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @return
03:09:02 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1244: warning: no @param for clientConnected
03:09:02 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors(
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:773: warning: no comment
03:09:02 [WARNING] protected abstract ActorRef getPublisherActor();
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal,
03:09:02 [WARNING] ^
03:09:02 [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
03:09:02 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 =
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2201: warning: no comment
03:09:02 [WARNING] public interface ReconnectTimeoutStrategy {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment
03:09:02 [WARNING] protected final UUID actorUuid;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment
03:09:02 [WARNING] protected final ChildActorNanny childActorNanny;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment
03:09:02 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment
03:09:02 [WARNING] protected final ConnectionLogger connectionLogger;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment
03:09:02 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment
03:09:02 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment
03:09:02 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance());
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment
03:09:02 [WARNING] protected BaseClientActor(final Connection connection,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1674: warning: no comment
03:09:02 [WARNING] protected boolean canConnectViaSocket(final Connection connection) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment
03:09:02 [WARNING] protected ConnectivityConfig connectivityConfig() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1206: warning: no comment
03:09:02 [WARNING] protected final SshTunnelState getSshTunnelState() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1904: warning: no comment
03:09:02 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2427: warning: no comment
03:09:02 [WARNING] ACKREGATOR_STARTED,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2428: warning: no comment
03:09:02 [WARNING] ACKREGATOR_STOPPED,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment
03:09:02 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2423: warning: no comment
03:09:02 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment
03:09:02 [WARNING] INIT_COMPLETE,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2424: warning: no comment
03:09:02 [WARNING] RESUBSCRIBE,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2426: warning: no comment
03:09:02 [WARNING] SERVICE_REQUESTS_DONE,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2425: warning: no comment
03:09:02 [WARNING] SERVICE_UNBIND,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2429: warning: no comment
03:09:02 [WARNING] SHUTDOWN_TIMEOUT
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2360: warning: no comment
03:09:02 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2370: warning: no comment
03:09:02 [WARNING] public ConnectionFailure getFailure() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2374: warning: no comment
03:09:02 [WARNING] public boolean isSuccess() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2356: warning: no comment
03:09:02 [WARNING] public static InitializationResult success() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2203: warning: no comment
03:09:02 [WARNING] boolean canReconnect();
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2209: warning: no comment
03:09:02 [WARNING] Duration getNextBackoff();
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2207: warning: no comment
03:09:02 [WARNING] Duration getNextTimeout();
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2205: warning: no comment
03:09:02 [WARNING] void reset();
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment
03:09:02 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment
03:09:02 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return
03:09:02 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment
03:09:02 [WARNING] protected final ConnectionId connectionId;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment
03:09:02 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment
03:09:02 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment
03:09:02 [WARNING] protected final ConnectionMonitor inboundMonitor;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment
03:09:02 [WARNING] protected final Source source;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment
03:09:02 [WARNING] protected final String sourceAddress;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment
03:09:02 [WARNING] protected BaseConsumerActor(final Connection connection,
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment
03:09:02 [WARNING] protected ResourceStatus getCurrentSourceStatus() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment
03:09:02 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment
03:09:02 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment
03:09:02 [WARNING] protected void resetResourceStatus() {
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment
03:09:02 [WARNING] protected final Connection connection;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment
03:09:02 [WARNING] protected final ConnectionConfig connectionConfig;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment
03:09:02 [WARNING] protected final ExpressionResolver connectionIdResolver;
03:09:02 [WARNING] ^
03:09:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment
03:09:02 [WARNING] protected final ConnectionLogger connectionLogger;
03:09:02 [WARNING] ^
03:09:02 [WARNING] 100 warnings
03:09:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
03:09:02 [INFO] 
03:09:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service ---
03:09:02 [INFO] Tests are skipped.
03:09:02 [INFO] 
03:09:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service ---
03:09:02 [INFO] Tests are skipped.
03:09:02 [INFO] 
03:09:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service ---
03:09:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec
03:09:02 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes
03:09:04 [INFO] 
03:09:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service ---
03:09:04 [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
03:09:04 [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
03:09:04 [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
03:09:04 [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
03:09:04 [INFO] 
03:09:04 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
03:09:04 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT               [68/77]
03:09:04 [INFO]   from documentation/pom.xml
03:09:04 [INFO] --------------------------------[ pom ]---------------------------------
03:09:04 [INFO] 
03:09:04 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation ---
03:09:04 [INFO] 
03:09:04 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation ---
03:09:04 [INFO] 
03:09:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
03:09:04 [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
03:09:04 [INFO] 
03:09:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation ---
03:09:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
03:09:04 [INFO] 
03:09:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation ---
03:09:04 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:09:04 [INFO] 
03:09:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation ---
03:09:04 [INFO] Tests are skipped.
03:09:04 [INFO] 
03:09:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation ---
03:09:04 [INFO] Tests are skipped.
03:09:04 [INFO] 
03:09:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation ---
03:09:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:09:04 [INFO] 
03:09:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation ---
03:09:04 [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
03:09:04 [INFO] 
03:09:04 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >-------------------
03:09:04 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT                     [69/77]
03:09:04 [INFO]   from gateway/pom.xml
03:09:04 [INFO] --------------------------------[ pom ]---------------------------------
03:09:04 [INFO] 
03:09:04 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway ---
03:09:04 [INFO] 
03:09:04 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway ---
03:09:04 [INFO] 
03:09:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
03:09:04 [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
03:09:04 [INFO] 
03:09:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway ---
03:09:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:09:04 [INFO] The goal is skip due to packaging 'pom'
03:09:04 [INFO] 
03:09:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway ---
03:09:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT...
03:09:04 [INFO] 
03:09:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway ---
03:09:04 [INFO] 
03:09:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway ---
03:09:04 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:09:04 [INFO] 
03:09:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway ---
03:09:04 [INFO] Tests are skipped.
03:09:04 [INFO] 
03:09:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway ---
03:09:04 [INFO] Tests are skipped.
03:09:04 [INFO] 
03:09:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway ---
03:09:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:09:04 [INFO] 
03:09:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway ---
03:09:04 [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
03:09:04 [INFO] 
03:09:04 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >-----------------
03:09:04 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT              [70/77]
03:09:04 [INFO]   from gateway/api/pom.xml
03:09:04 [INFO] --------------------------------[ jar ]---------------------------------
03:09:04 [INFO] 
03:09:04 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-api ---
03:09:04 [INFO] 
03:09:04 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-api ---
03:09:04 [INFO] 
03:09:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
03:09:04 [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
03:09:04 [INFO] 
03:09:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api ---
03:09:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:09:04 [WARNING] 
03:09:04 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:09:04 [WARNING] 
03:09:04 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:09:04 [WARNING] 
03:09:04 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:09:04 [INFO] 
03:09:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api ---
03:09:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources
03:09:04 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:09:04 [INFO] 
03:09:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api ---
03:09:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT...
03:09:04 [INFO] 
03:09:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api ---
03:09:04 [INFO] Changes detected - recompiling the module! :dependency
03:09:04 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
03:09:04 [INFO] 
03:09:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api ---
03:09:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources
03:09:04 [INFO] 
03:09:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api ---
03:09:04 [INFO] Changes detected - recompiling the module! :dependency
03:09:04 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
03:09:04 [INFO] 
03:09:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api ---
03:09:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:09:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/surefire-reports
03:09:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:09:04 [INFO] 
03:09:04 [INFO] -------------------------------------------------------
03:09:04 [INFO]  T E S T S
03:09:04 [INFO] -------------------------------------------------------
03:09:05 [INFO] Running org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
03:09:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s -- in org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
03:09:05 [INFO] 
03:09:05 [INFO] Results:
03:09:05 [INFO] 
03:09:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
03:09:05 [INFO] 
03:09:05 [INFO] 
03:09:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api ---
03:09:05 [INFO] 
03:09:05 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api ---
03:09:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar
03:09:05 [INFO] 
03:09:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api ---
03:09:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:09:05 [INFO] No previous run data found, generating javadoc.
03:09:07 [WARNING] Javadoc Warnings
03:09:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment
03:09:07 [WARNING] package org.eclipse.ditto.gateway.api;
03:09:07 [WARNING] ^
03:09:07 [WARNING] 1 warning
03:09:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
03:09:07 [INFO] 
03:09:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api ---
03:09:07 [INFO] Tests are skipped.
03:09:07 [INFO] 
03:09:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api ---
03:09:07 [INFO] Tests are skipped.
03:09:07 [INFO] 
03:09:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api ---
03:09:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec
03:09:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes
03:09:07 [INFO] 
03:09:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api ---
03:09:07 [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
03:09:07 [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
03:09:07 [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
03:09:07 [INFO] 
03:09:07 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >-------------
03:09:07 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT   [71/77]
03:09:07 [INFO]   from internal/utils/http/pom.xml
03:09:07 [INFO] --------------------------------[ jar ]---------------------------------
03:09:07 [INFO] 
03:09:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-http ---
03:09:07 [INFO] 
03:09:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-http ---
03:09:07 [INFO] 
03:09:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
03:09: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/internal/utils/http/target/jacoco.exec
03:09:07 [INFO] 
03:09:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http ---
03:09:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:09:07 [WARNING] 
03:09:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:09:07 [WARNING] 
03:09:07 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:09:07 [WARNING] 
03:09:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:09:07 [INFO] 
03:09:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http ---
03:09:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources
03:09:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:09:07 [INFO] 
03:09:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http ---
03:09:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT...
03:09:07 [INFO] 
03:09:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http ---
03:09:07 [INFO] Changes detected - recompiling the module! :dependency
03:09:07 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
03:09:07 [INFO] 
03:09:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http ---
03:09:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources
03:09:07 [INFO] 
03:09:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http ---
03:09:07 [INFO] No sources to compile
03:09:07 [INFO] 
03:09:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http ---
03:09:07 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:09:07 [INFO] No tests to run.
03:09:07 [INFO] 
03:09:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http ---
03:09:07 [INFO] 
03:09:07 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http ---
03:09:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar
03:09:07 [INFO] 
03:09:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http ---
03:09:07 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:09:07 [INFO] No previous run data found, generating javadoc.
03:09:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
03:09:09 [INFO] 
03:09:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http ---
03:09:09 [INFO] Tests are skipped.
03:09:09 [INFO] 
03:09:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http ---
03:09:09 [INFO] Tests are skipped.
03:09:09 [INFO] 
03:09:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http ---
03:09:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:09:09 [INFO] 
03:09:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http ---
03:09:09 [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
03:09:09 [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
03:09:09 [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
03:09:09 [INFO] 
03:09:09 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >-------------
03:09:09 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT    [72/77]
03:09:09 [INFO]   from internal/utils/jwt/pom.xml
03:09:09 [INFO] --------------------------------[ jar ]---------------------------------
03:09:10 [INFO] 
03:09:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-jwt ---
03:09:10 [INFO] 
03:09:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-jwt ---
03:09:10 [INFO] 
03:09:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
03:09: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/internal/utils/jwt/target/jacoco.exec
03:09:10 [INFO] 
03:09:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt ---
03:09:10 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:09:10 [WARNING] 
03:09:10 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:09:10 [WARNING] 
03:09:10 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:09:10 [WARNING] 
03:09:10 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:09:10 [INFO] 
03:09:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt ---
03:09:10 [INFO] Copying 2 resources from src/main/resources to target/classes
03:09:10 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:09:10 [INFO] 
03:09:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt ---
03:09:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT...
03:09:10 [INFO] 
03:09:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt ---
03:09:10 [INFO] Changes detected - recompiling the module! :dependency
03:09:10 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
03:09:10 [INFO] 
03:09:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt ---
03:09:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources
03:09:10 [INFO] 
03:09:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt ---
03:09:10 [INFO] Changes detected - recompiling the module! :dependency
03:09:10 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
03:09:10 [INFO] 
03:09:10 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt ---
03:09:10 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:09:10 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/surefire-reports
03:09:10 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:09:10 [INFO] 
03:09:10 [INFO] -------------------------------------------------------
03:09:10 [INFO]  T E S T S
03:09:10 [INFO] -------------------------------------------------------
03:09:10 [INFO] Running org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
03:09:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
03:09:11 [INFO] 
03:09:11 [INFO] Results:
03:09:11 [INFO] 
03:09:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
03:09:11 [INFO] 
03:09:11 [INFO] 
03:09:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt ---
03:09:11 [INFO] 
03:09:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt ---
03:09:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar
03:09:11 [INFO] 
03:09:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt ---
03:09:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:09:11 [INFO] No previous run data found, generating javadoc.
03:09:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
03:09:12 [INFO] 
03:09:12 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt ---
03:09:12 [INFO] Tests are skipped.
03:09:12 [INFO] 
03:09:12 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt ---
03:09:12 [INFO] Tests are skipped.
03:09:12 [INFO] 
03:09:12 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt ---
03:09:12 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec
03:09:12 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes
03:09:12 [INFO] 
03:09:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt ---
03:09:12 [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
03:09:12 [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
03:09:12 [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
03:09:12 [INFO] 
03:09:12 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >---------------
03:09:12 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT          [73/77]
03:09:12 [INFO]   from gateway/service/pom.xml
03:09:12 [INFO] --------------------------------[ jar ]---------------------------------
03:09:14 [INFO] 
03:09:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-service ---
03:09:14 [INFO] 
03:09:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-service ---
03:09:14 [INFO] 
03:09:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
03:09: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/gateway/service/target/jacoco.exec
03:09:14 [INFO] 
03:09:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service ---
03:09:14 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:09:14 [WARNING] 
03:09:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:09:14 [WARNING] 
03:09:14 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:09:14 [WARNING] 
03:09:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:09:14 [INFO] 
03:09:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service ---
03:09:14 [INFO] Copying 1 resource from src/main/resources to target/classes
03:09:14 [INFO] Copying 5 resources from src/main/resources to target/classes
03:09:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:09:14 [INFO] 
03:09:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service ---
03:09:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT...
03:09:14 [INFO] 
03:09:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service ---
03:09:14 [INFO] Changes detected - recompiling the module! :dependency
03:09:14 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes
03:09:16 [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.
03:09:16 [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.
03:09:16 [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.
03:09:16 [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.
03:09:16 [INFO] 
03:09:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service ---
03:09:16 [INFO] Copying 18 resources from src/test/resources to target/test-classes
03:09:16 [INFO] 
03:09:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service ---
03:09:16 [INFO] Changes detected - recompiling the module! :dependency
03:09:16 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes
03:09:17 [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.
03:09:17 [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.
03:09:17 [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.
03:09:17 [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.
03:09:17 [INFO] 
03:09:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service ---
03:09:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:09:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports
03:09:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:09:17 [INFO] 
03:09:17 [INFO] -------------------------------------------------------
03:09:17 [INFO]  T E S T S
03:09:17 [INFO] -------------------------------------------------------
03:09:18 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
03:09:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.472 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
03:09:24 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
03:09:24 07:09:24,532 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
03:09:24 07:09:24,533 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3a8aea93 - No custom configurators were discovered as a service.
03:09:24 07:09:24,533 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3a8aea93 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
03:09:24 07:09:24,535 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3a8aea93 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
03:09:24 07:09:24,539 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
03:09:24 07:09:24,539 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
03:09:24 07:09:24,544 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3a8aea93 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 5 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
03:09:24 07:09:24,544 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3a8aea93 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
03:09:24 07:09:24,545 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3a8aea93 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
03:09:24 07:09:24,546 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
03:09:24 07:09:24,548 |-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]
03:09:24 07:09:24,682 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
03:09:25 07:09:24,991 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_DISABLE_SYSOUT_LOG")] evaluated to false on line 27
03:09:25 07:09:24,995 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_LOGSTASH_SERVER")] evaluated to false on line 51
03:09:25 07:09:25,002 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [property("DITTO_LOGGING_FILE_APPENDER").equals("true")] evaluated to false on line 68
03:09:25 07:09:25,004 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
03:09:25 07:09:25,005 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
03:09:25 07:09:25,026 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
03:09:25 07:09:25,066 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
03:09:25 07:09:25,066 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
03:09:25 07:09:25,066 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
03:09:25 07:09:25,067 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stash]
03:09:25 07:09:25,067 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender]
03:09:25 07:09:25,068 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [file]
03:09:25 07:09:25,068 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender]
03:09:25 07:09:25,069 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN
03:09:25 07:09:25,069 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.contactpoint.HttpClusterBootstrapRoutes] to WARN
03:09:25 07:09:25,069 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.internal.BootstrapCoordinator] to WARN
03:09:25 07:09:25,069 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.actor.CoordinatedShutdown] to DEBUG
03:09:25 07:09:25,070 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
03:09:25 07:09:25,070 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO
03:09:25 07:09:25,070 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
03:09:25 07:09:25,071 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
03:09:25 07:09:25,071 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stash] to Logger[ROOT]
03:09:25 07:09:25,071 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [file] to Logger[ROOT]
03:09:25 07:09:25,071 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@499bc48a - End of configuration.
03:09:25 07:09:25,073 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6d46648b - Registering current configuration as safe fallback point
03:09:25 07:09:25,073 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3a8aea93 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 528 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
03:09:25 2024-04-09 07:09:25,076 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:28 2024-04-09 07:09:28,236 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-d149a47][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-d149a47 - 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-d149a47, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:36719/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-d149a47#896780189, ditto-connection-id=a0c7a179-fe25-41fa-980a-efefd33f2096, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:5c24a64d-031c-4737-9561-402430e67017, thing={}, thingPlainJson={}].
03:09:32 2024-04-09 07:09:32,401 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-4326fe4][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-4326fe4 - Received invalid response. Reason: Entity ID of live response <:317ae112-6b55-4d28-833c-95a5eb456fe9> differs from entity ID of command <:5c0ff130-55e4-4a23-8066-5fb01bb4a87d>. Response: ModifyAttributeResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, correlation-id=HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-4326fe4, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:36719/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-4326fe4#-600474622, response-required=false}], responseType=things.responses:modifyAttribute, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:317ae112-6b55-4d28-833c-95a5eb456fe9, attributePointer=/manufacturer, attributeValue=null].
03:09:32 2024-04-09 07:09:32,401 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-4326fe4][] o.e.d.g.s.e.a.HttpRequestActor pekko://HttpRequestActorTest/user/$h - Discarding invalid response as connection ID of sender could not be determined.
03:09:36 2024-04-09 07:09:36,702 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-032bf32][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-032bf32 - 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-032bf32, timeout=5000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:36719/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-032bf32#261822526, ditto-connection-id=0e641dfc-6888-459c-9a34-79b0f40d40af, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:ead9bbaf-55ef-4299-8b2b-4c53e3e7269b, thing={}, thingPlainJson={}].
03:09:36 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.47 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
03:09:36 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
03:09:36 Apr 09, 2024 7:09:36 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
03:09:36 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.
03:09:36 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
03:09:36 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
03:09:36 2024-04-09 07:09:36,861 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:37 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
03:09:37 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
03:09:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
03:09:37 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
03:09:37 2024-04-09 07:09:37,349 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:37 2024-04-09 07:09:37,519 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:37 2024-04-09 07:09:37,536 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
03:09:38 2024-04-09 07:09:38,224 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:38 2024-04-09 07:09:38,329 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:38 2024-04-09 07:09:38,379 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:38 2024-04-09 07:09:38,455 INFO  [PoliciesRouteTest.activatePolicyTokenIntegrationWithPreAuthentication-5584ee1][] 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-5584ee1}]]>!
03:09:38 2024-04-09 07:09:38,517 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:38 2024-04-09 07:09:38,562 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:38 2024-04-09 07:09:38,630 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:38 2024-04-09 07:09:38,672 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:38 2024-04-09 07:09:38,731 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:38 2024-04-09 07:09:38,778 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:38 2024-04-09 07:09:38,832 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:38 2024-04-09 07:09:38,871 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:38 2024-04-09 07:09:38,934 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:38 2024-04-09 07:09:38,973 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:39 2024-04-09 07:09:39,034 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,078 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:39 2024-04-09 07:09:39,169 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,220 INFO  [PoliciesRouteTest.deactivatePolicyTokenIntegrationWithPreAuthentication-faf51cc][] 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-faf51cc}]]>!
03:09:39 2024-04-09 07:09:39,244 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,282 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:39 2024-04-09 07:09:39,352 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,432 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:39 2024-04-09 07:09:39,471 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,566 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,626 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:39 2024-04-09 07:09:39,662 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,732 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:39 2024-04-09 07:09:39,769 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:39 2024-04-09 07:09:39,836 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:39 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.582 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
03:09:39 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
03:09:40 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:09:40 [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
03:09:40 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
03:09:41 2024-04-09 07:09:40,941 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:41 2024-04-09 07:09:41,181 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:41 2024-04-09 07:09:41,239 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
03:09:41 2024-04-09 07:09:41,691 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
03:09:41 2024-04-09 07:09:41,719 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:41 2024-04-09 07:09:41,815 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:41 2024-04-09 07:09:41,927 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
03:09:41 2024-04-09 07:09:41,928 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
03:09:41 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
03:09:42 2024-04-09 07:09:42,045 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:42 2024-04-09 07:09:42,169 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:42 2024-04-09 07:09:42,217 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
03:09:42 2024-04-09 07:09:42,265 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(WhoamiRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
03:09:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
03:09:42 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
03:09:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
03:09:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
03:09:43 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
03:09:43 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
03:09:43 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
03:09:43 2024-04-09 07:09:43,283 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:43 2024-04-09 07:09:43,418 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:43 2024-04-09 07:09:43,435 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
03:09:43 2024-04-09 07:09:43,519 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:43 2024-04-09 07:09:43,571 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:43 2024-04-09 07:09:43,819 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:43 2024-04-09 07:09:43,869 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:43 2024-04-09 07:09:43,961 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:44 2024-04-09 07:09:44,033 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:44 2024-04-09 07:09:44,092 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-91804c5][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: <example.com POST /search/things/count>
03:09:44 2024-04-09 07:09:44,118 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-91804c5][] 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-91804c5}]]>!
03:09:44 2024-04-09 07:09:44,163 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:44 2024-04-09 07:09:44,240 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:44 2024-04-09 07:09:44,280 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:44 2024-04-09 07:09:44,361 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:44 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
03:09:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
03:09:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
03:09:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
03:09:44 2024-04-09 07:09:44,547 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:44 2024-04-09 07:09:44,642 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:44 2024-04-09 07:09:44,655 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
03:09:44 2024-04-09 07:09:44,744 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:44 2024-04-09 07:09:44,757 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
03:09:45 2024-04-09 07:09:44,961 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:45 2024-04-09 07:09:45,245 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed.
03:09:45 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:45 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:45 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:45 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:45 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:45 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:45 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:45 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:45 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:45 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:45 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:45 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:45 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:45 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:45 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:45 2024-04-09 07:09:45,245 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed.
03:09:45 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:45 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:45 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:45 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:45 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:45 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:45 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:45 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:45 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:45 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:45 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:45 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:45 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:45 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:45 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:45 2024-04-09 07:09:45,288 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:45 2024-04-09 07:09:45,789 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:45 2024-04-09 07:09:45,900 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed.
03:09:45 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:45 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:45 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:45 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:45 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:45 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:45 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:45 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:45 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:45 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:45 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:45 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:45 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:45 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:45 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:45 2024-04-09 07:09:45,900 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed.
03:09:45 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:45 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:45 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:45 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:45 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:45 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:45 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:45 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:45 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:45 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:45 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:45 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:45 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:45 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:45 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:45 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:45 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:45 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:45 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:45 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:45,939 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:46 2024-04-09 07:09:46,061 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:46 2024-04-09 07:09:46,204 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:46 2024-04-09 07:09:46,290 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.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,290 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.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,339 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:46 2024-04-09 07:09:46,422 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,422 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,461 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:46 2024-04-09 07:09:46,564 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,564 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,594 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:46 2024-04-09 07:09:46,691 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,691 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,733 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:46 2024-04-09 07:09:46,809 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,809 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed.
03:09:46 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:46 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:46 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:46 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:46 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:46 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:46 2024-04-09 07:09:46,845 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:47 2024-04-09 07:09:46,995 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:47 2024-04-09 07:09:47,097 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed.
03:09:47 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:47 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:47 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:47 2024-04-09 07:09:47,097 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed.
03:09:47 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:47 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:47 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:47 2024-04-09 07:09:47,136 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:47 2024-04-09 07:09:47,250 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:47 2024-04-09 07:09:47,351 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:47 2024-04-09 07:09:47,427 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed.
03:09:47 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:47 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:47 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:47 2024-04-09 07:09:47,427 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed.
03:09:47 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
03:09:47 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
03:09:47 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
03:09:47 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:47 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:47 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:09:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:47 [WARN] [04/09/2024 07:09:47.445] [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
03:09:47 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.993 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
03:09:47 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
03:09:47 2024-04-09 07:09:47,527 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:47 2024-04-09 07:09:47,691 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:47 2024-04-09 07:09:47,703 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
03:09:47 2024-04-09 07:09:47,888 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:47,961 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,032 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,070 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,138 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,180 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,251 INFO  [ConnectionsRouteTest.testPostConnectionCommandWrongFails-a5ce7a5][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/json> request: <example.com POST /connections/b48aa9fe-8527-4364-87db-b310994105c0/command>
03:09:48 2024-04-09 07:09:48,283 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,351 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,391 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,452 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,491 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,553 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,594 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,658 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,694 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,756 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,793 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,864 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:48 2024-04-09 07:09:48,920 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:48 2024-04-09 07:09:48,970 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 2024-04-09 07:09:49,016 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,061 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 2024-04-09 07:09:49,100 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,160 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 2024-04-09 07:09:49,215 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,263 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 2024-04-09 07:09:49,333 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,381 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 2024-04-09 07:09:49,429 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,479 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 2024-04-09 07:09:49,526 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,577 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 2024-04-09 07:09:49,627 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,677 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:49 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.220 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
03:09:49 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
03:09:49 2024-04-09 07:09:49,762 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,822 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:09:49 2024-04-09 07:09:49,852 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:49 2024-04-09 07:09:49,865 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
03:09:50 2024-04-09 07:09:49,934 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:50 2024-04-09 07:09:49,945 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
03:09:50 2024-04-09 07:09:50,195 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:50 2024-04-09 07:09:50,207 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:50 2024-04-09 07:09:50,541 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:50 2024-04-09 07:09:50,575 INFO  [a15b592d-3169-40d3-967b-a942793ccc94][] 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>.
03:09:50 2024-04-09 07:09:50,578 INFO  [a15b592d-3169-40d3-967b-a942793ccc94][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 404
03:09:50 2024-04-09 07:09:50,670 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:50 2024-04-09 07:09:50,765 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:50 2024-04-09 07:09:50,765 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:50 2024-04-09 07:09:50,769 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:50 2024-04-09 07:09:50,881 INFO  [01b04f88-477a-4a2f-a83b-e41ebfb1ed34][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
03:09:51 2024-04-09 07:09:50,935 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,031 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,031 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,035 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,038 INFO  [d9bf592f-4ba6-4ce0-a990-4f3e60b31521][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 401
03:09:51 2024-04-09 07:09:51,076 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,147 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,147 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,186 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,261 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,262 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,265 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,276 INFO  [85152bb2-65ee-4ce3-9992-e85236a268d3][] 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]]>.
03:09:51 2024-04-09 07:09:51,288 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,343 INFO  [85152bb2-65ee-4ce3-9992-e85236a268d3][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 200
03:09:51 2024-04-09 07:09:51,376 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,451 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,452 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,454 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,456 INFO  [039db4be-7103-4e22-9923-b59bc075cb9b][] 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]]>.
03:09:51 2024-04-09 07:09:51,461 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,464 INFO  [039db4be-7103-4e22-9923-b59bc075cb9b][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/whoami' was: 200
03:09:51 2024-04-09 07:09:51,492 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,557 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,558 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,560 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,563 INFO  [754803f7-ca14-4e66-9be0-ff1acb78783c][] 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]]>.
03:09:51 2024-04-09 07:09:51,566 INFO  [754803f7-ca14-4e66-9be0-ff1acb78783c][] 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 [{correlation-id=754803f7-ca14-4e66-9be0-ff1acb78783c, 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}]]>!
03:09:51 2024-04-09 07:09:51,567 INFO  [754803f7-ca14-4e66-9be0-ff1acb78783c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
03:09:51 2024-04-09 07:09:51,599 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,671 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,672 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,674 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,676 INFO  [083c6357-a6f9-4f2a-9264-909f13d08db0][] 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=083c6357-a6f9-4f2a-9264-909f13d08db0}]]>!
03:09:51 2024-04-09 07:09:51,726 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,778 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,778 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,780 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,789 INFO  [2c570c8e-75d3-4708-9658-053f6faa16be][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 200
03:09:51 2024-04-09 07:09:51,830 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,879 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,880 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,882 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,882 INFO  [df8b0d22-37b5-4289-861c-4da42b6c699c][] 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>.
03:09:51 2024-04-09 07:09:51,883 INFO  [df8b0d22-37b5-4289-861c-4da42b6c699c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 404
03:09:51 2024-04-09 07:09:51,922 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:51 2024-04-09 07:09:51,983 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,983 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:51 2024-04-09 07:09:51,986 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:51 2024-04-09 07:09:51,989 INFO  [784615d7-dc91-4668-8961-e63421a5b68e][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/9999/things?ids=bumlux' was: 404
03:09:52 2024-04-09 07:09:52,031 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,087 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,087 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,090 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,090 INFO  [43c6dc48-432d-4170-a7f0-db879a5e9791][] 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>.
03:09:52 2024-04-09 07:09:52,091 INFO  [43c6dc48-432d-4170-a7f0-db879a5e9791][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 404
03:09:52 2024-04-09 07:09:52,137 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,185 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,186 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,188 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,189 INFO  [c34e28e6-05ae-4dd1-899f-755cfc368840][] 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>.
03:09:52 2024-04-09 07:09:52,190 INFO  [c34e28e6-05ae-4dd1-899f-755cfc368840][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
03:09:52 2024-04-09 07:09:52,233 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,285 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,285 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,288 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,291 INFO  [a8012bea-1378-4619-8dc3-3ef4463c0afc][] 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]]>.
03:09:52 2024-04-09 07:09:52,293 INFO  [a8012bea-1378-4619-8dc3-3ef4463c0afc][] 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 [{correlation-id=a8012bea-1378-4619-8dc3-3ef4463c0afc, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}}]]>!
03:09:52 2024-04-09 07:09:52,294 INFO  [a8012bea-1378-4619-8dc3-3ef4463c0afc][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux&timeout=32s' was: 400
03:09:52 2024-04-09 07:09:52,336 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,380 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,380 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,383 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,385 INFO  [8f2f5cad-9c31-4041-8100-75b60bcf12b1][] 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]]>.
03:09:52 2024-04-09 07:09:52,387 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,390 INFO  [8f2f5cad-9c31-4041-8100-75b60bcf12b1][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
03:09:52 2024-04-09 07:09:52,439 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,482 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,482 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,485 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,515 INFO  [a71095c9-b0df-46ef-b9f7-49a267fee546][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
03:09:52 2024-04-09 07:09:52,542 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,588 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,588 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,590 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,591 INFO  [9ab41468-b34c-4c12-a2bb-498b457f61f1][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/' was: 404
03:09:52 2024-04-09 07:09:52,636 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,721 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,722 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,724 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,725 INFO  [97e4b5a5-1173-4eae-88c1-59d74cb1baa6][] 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]]>.
03:09:52 2024-04-09 07:09:52,729 INFO  [97e4b5a5-1173-4eae-88c1-59d74cb1baa6][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/foo' was: 404
03:09:52 2024-04-09 07:09:52,774 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,859 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,859 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,861 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,862 INFO  [4606db2e-03d1-403c-8d5d-25cbe1cafd8e][] 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>.
03:09:52 2024-04-09 07:09:52,862 INFO  [4606db2e-03d1-403c-8d5d-25cbe1cafd8e][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
03:09:52 2024-04-09 07:09:52,938 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:52 2024-04-09 07:09:52,976 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,976 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:52 2024-04-09 07:09:52,978 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:52 2024-04-09 07:09:52,980 INFO  [5de701b3-0c38-4e75-89e4-fe9dc9a7bc21][] 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]]>.
03:09:52 2024-04-09 07:09:52,990 INFO  [5de701b3-0c38-4e75-89e4-fe9dc9a7bc21][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 400
03:09:53 2024-04-09 07:09:53,026 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,071 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,072 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,074 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,076 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,078 INFO  [87abbe10-d2f9-42f8-91fb-932e84ae5554][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 200
03:09:53 2024-04-09 07:09:53,117 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,156 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,156 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,184 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,237 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,237 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,239 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,241 INFO  [31535a7f-ea49-496f-8d46-24101977b70c][] 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]]>.
03:09:53 2024-04-09 07:09:53,246 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,250 INFO  [31535a7f-ea49-496f-8d46-24101977b70c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux' was: 200
03:09:53 2024-04-09 07:09:53,277 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,339 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,339 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,341 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,343 INFO  [e87f36f2-9439-4a68-959b-4fc434b4a39c][] 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]]>.
03:09:53 2024-04-09 07:09:53,350 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <CommandHeaderInvalidException>!
03:09:53 2024-04-09 07:09:53,350 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 [{}]]>!
03:09:53 2024-04-09 07:09:53,351 INFO  [e87f36f2-9439-4a68-959b-4fc434b4a39c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/org.eclipse.ditto:dummy' was: 400
03:09:53 2024-04-09 07:09:53,383 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,434 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,434 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,442 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,444 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]]>.
03:09:53 2024-04-09 07:09:53,446 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 [{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}]]>!
03:09:53 2024-04-09 07:09:53,453 INFO  [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
03:09:53 2024-04-09 07:09:53,479 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,530 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,530 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,532 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,533 INFO  [ba34cf3a-5ef3-4261-ae7d-5672ae37d1f2][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 404
03:09:53 2024-04-09 07:09:53,561 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,600 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,600 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,602 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,603 INFO  [faa3e22a-6693-4743-906a-96fef5fb4f66][] 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>.
03:09:53 2024-04-09 07:09:53,603 INFO  [faa3e22a-6693-4743-906a-96fef5fb4f66][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 404
03:09:53 2024-04-09 07:09:53,633 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,669 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,669 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,671 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,674 INFO  [9ec308e6-adb1-4b93-ac94-151c31bb8812][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
03:09:53 2024-04-09 07:09:53,698 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,749 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,750 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,752 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,756 INFO  [78084551-49b7-48ee-b524-9f0bbfa7867f][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/health' was: 200
03:09:53 2024-04-09 07:09:53,790 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,841 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,841 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,843 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,845 INFO  [258a4e44-0afd-4c1b-a747-b2a598a88e89][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 301
03:09:53 2024-04-09 07:09:53,871 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:53 2024-04-09 07:09:53,919 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,919 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:53 2024-04-09 07:09:53,926 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:53 2024-04-09 07:09:53,931 INFO  [8a800908-3dcb-45e8-a446-2826c24552e2][] 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]]>.
03:09:53 2024-04-09 07:09:53,933 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
03:09:53 2024-04-09 07:09:53,933 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <ThingIdInvalidException> occurred in gateway root route: <ThingIdInvalidException [message='Thing ID 'namespace:77949887-c27a-490c-83b0-95ac9fb24b20:12d6668e-1b01-4269-a00c-afc79d6d0b90:d5e04e6d-b438-4297-8469-0b8152fd0d51:7b593f34-8fad-4b11-80c4-18ef44c8846f:ca86509f-ae5c-4e53-991e-f83cfdc40ca6:498b37eb-3544-4457-b4b7-c84c3656c26b:e138f5ff-6f71-4330-9954-b50e1de55f79:23558274-a60d-44b5-bb7e-f3250adf6e25:c51b51e4-ac1e-4740-9e2b-784e4030fc5b:072ab250-2cfc-4178-b464-df44e6e5cfe0:8665d5c1-9dc0-4648-bde2-34aa9fa1e61b:48c49ead-c8e2-4e2f-be90-b77b45e51a96:e273ebe0-67c0-4d27-ada0-fc5cb27edbad:c16a83d9-b7d6-468e-b884-2b4440a33da2:f687bfba-6ef2-4f41-b797-68ed3bd2cd47:3ab63fd0-61b3-4afd-8236-a8516082c3e0:b569d8ae-6a44-4b49-9379-f609ecb4d8a5:5e45d639-e9b6-4db6-a72d-89c1ee2b70c4:ce9aa421-92f4-4142-91de-da5b9dfe763f:682e708a-2b2e-41e8-b0fc-764cde199aa5:2a399a07-fce7-455c-956a-dcc954e33523:11d716a6-e9c5-422e-93fe-53518a4630af:23748ba8-055b-4a67-a0d0-ece7678724f1:d1417274-2646-4626-99d3-256060aaf284:6fd5cb3d-0206-4446-ba16-5478d97e0e58:194ce065-2819-48f4-ad39-4ab16bb10564:63e68b14-be67-4181-9008-1abcf5f19dc8:057770b2-cd5b-4a20-a152-ff8851fa6c19:8542b678-68c0-449b-a0f3-31975de4c22e:9316e980-3cf3-45d9-8729-2ef9515e31ca:7e9f6444-0d2f-45a1-a295-1a7110851ea1:8cf97a78-1b58-444a-9993-1228a6ad85e0:4c8cf1da-eed4-4adb-983a-c46cfeb5a5b1:96ab7a74-5b52-48a8-ae7b-b40e4e17796f:d48a89a8-b6d3-4da2-aefa-33379bbea480:0377bfb9-1fa5-4acc-a1b1-f79b634772a5:5f6f00fb-9c54-4521-b59e-6a45ff84922c:3c3cb80a-7cc3-4cbe-b0f9-7200cc4ba3db:97e04e3a-1af5-431d-b397-9460eb0dec41:0587fc96-5ce2-4ace-816e-74d2dda6bcd9:c05e4d44-013b-48ff-b8cf-2602dd60c7a5:1a7c807b-5b3e-4da7-b9d6-8f0d3ea18705:eabf10ab-dc36-4770-a588-7de696516700:bf96e3ef-46fa-499e-81bb-fed4518f004f:c4bc2a1c-c2f5-48bd-a268-cdc2b4d8d7cd:6a86cb51-7f81-47f8-a758-2935b7224f76:37e8c40f-6dd1-43cc-9039-124ba1fb9a66:710d6fee-90ca-490e-8c86-d12af0981682:44d5edb5-04e4-433c-8150-d19db741da16:22facda2-0762-4611-971a-8ba7b047fb9e:ab501e08-988a-44ff-bc74-bf63553af64a:a91999f2-df92-4a76-a323-36e2cf5fccf1:55dc4012-c70b-40bd-8cd8-e1b1353d6120:6bf9f30d-2acf-48c2-82ef-f40c8198653b:830958f8-3a9c-4a07-a352-3b34a4a27026:077f8833-e082-40c2-b789-6f52a28222d7:f609de9f-0692-4b14-8264-d7c579a73f41:fd5f220b-c9a6-4064-a5d0-38cf1d91dfea:3ce2e809-06d6-4630-bf61-f058a021a715:bdaffc9e-a950-4012-92f6-534626e2f9b8:b4183763-ab3a-40f9-ae54-92520c5f1da6:b05c03cc-79bf-4ccb-9712-1fc71290bcf6:cff447f8-5920-4c98-b161-096afd1ee322:1e89e38e-5d16-4fc7-a6bf-31582d9b2ae8:a4e0a98a-6be0-4386-9ce4-00a351508a73:b81f0fea-b73e-4b86-8565-0c1f842d5830:e79258f4-22c3-4bf4-b689-e4f605418bc9:2f8bd21a-dec3-4da1-873c-ab6cbdd7d487:bebcca0d-28e7-421e-b2fb-550b940cb2f6:e6982afb-398b-4b3d-b072-d310fc8b1ae1:e8b6f07b-db5a-431f-b39b-d8f14269c86f:c5f418e2-1149-4d6e-83fe-2b44b6e73758:56a8745c-0d00-40bc-b389-010b21c798eb:81e24b2a-0bc1-451d-82cd-98f3838db140:f19ddd35-9e5d-4a89-a66e-c10c2ed71d45:62c82ad4-6486-425f-8490-2719dc7a6519:b5c68dba-4659-442a-92b8-c832ded82235:d38e675a-c351-4cc6-86ff-b5dd1cec4e51:1279d0fc-1c7f-4956-9c6e-c59e0c179475:99e15e7f-0038-4d62-96cb-e2ca8517213c:cf03faab-0da1-49fe-95c1-27d16c144609:54580fb4-c743-48d9-a3ba-7ee90ea03782:a4a51598-4a1f-4154-9fdc-dbfc6a50b917:bcd0e386-f015-43d5-8647-74183952d38d:53c0f68d-1b90-434e-911f-51d8194bd611:93422bb7-6f90-49be-8de8-c27dff0e21ee:b93cab0a-e9a4-4776-a387-8d247ccb4677:e1672c66-b5c7-444e-a4bc-088a395b10f8:b5ae512a-1bff-4392-b693-9679d98eaa6c:44748b33-7523-4e04-b628-ab28d1e71f90:fea0d185-ec0f-4822-8f05-c3b49e111afd:14ed9a5f-45dc-45cd-81fa-e07f07055678:dfcc454d-c8ea-4207-9585-e1558ea571a3:21a387d6-8398-4192-92b1-5c15e7f6149a:a6d4a2d0-098b-4f70-aeba-6c698b60e362:b93ab3ad-a154-4c28-be70-3d664748eb62:bc861599-ff0b-4039-954c-ee00b9b4e0e8:75da7cf4-d1a0-49fb-801c-644955901e61:28541235-c005-4fea-9eba-6712b2d0f682:aa3ca1ff-3a03-4501-b677-0af4f0bcae5d' 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 [{}]]>!
03:09:53 2024-04-09 07:09:53,934 INFO  [8a800908-3dcb-45e8-a446-2826c24552e2][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/namespace:77949887-c27a-490c-83b0-95ac9fb24b20:12d6668e-1b01-4269-a00c-afc79d6d0b90:d5e04e6d-b438-4297-8469-0b8152fd0d51:7b593f34-8fad-4b11-80c4-18ef44c8846f:ca86509f-ae5c-4e53-991e-f83cfdc40ca6:498b37eb-3544-4457-b4b7-c84c3656c26b:e138f5ff-6f71-4330-9954-b50e1de55f79:23558274-a60d-44b5-bb7e-f3250adf6e25:c51b51e4-ac1e-4740-9e2b-784e4030fc5b:072ab250-2cfc-4178-b464-df44e6e5cfe0:8665d5c1-9dc0-4648-bde2-34aa9fa1e61b:48c49ead-c8e2-4e2f-be90-b77b45e51a96:e273ebe0-67c0-4d27-ada0-fc5cb27edbad:c16a83d9-b7d6-468e-b884-2b4440a33da2:f687bfba-6ef2-4f41-b797-68ed3bd2cd47:3ab63fd0-61b3-4afd-8236-a8516082c3e0:b569d8ae-6a44-4b49-9379-f609ecb4d8a5:5e45d639-e9b6-4db6-a72d-89c1ee2b70c4:ce9aa421-92f4-4142-91de-da5b9dfe763f:682e708a-2b2e-41e8-b0fc-764cde199aa5:2a399a07-fce7-455c-956a-dcc954e33523:11d716a6-e9c5-422e-93fe-53518a4630af:23748ba8-055b-4a67-a0d0-ece7678724f1:d1417274-2646-4626-99d3-256060aaf284:6fd5cb3d-0206-4446-ba16-5478d97e0e58:194ce065-2819-48f4-ad39-4ab16bb10564:63e68b14-be67-4181-9008-1abcf5f19dc8:057770b2-cd5b-4a20-a152-ff8851fa6c19:8542b678-68c0-449b-a0f3-31975de4c22e:9316e980-3cf3-45d9-8729-2ef9515e31ca:7e9f6444-0d2f-45a1-a295-1a7110851ea1:8cf97a78-1b58-444a-9993-1228a6ad85e0:4c8cf1da-eed4-4adb-983a-c46cfeb5a5b1:96ab7a74-5b52-48a8-ae7b-b40e4e17796f:d48a89a8-b6d3-4da2-aefa-33379bbea480:0377bfb9-1fa5-4acc-a1b1-f79b634772a5:5f6f00fb-9c54-4521-b59e-6a45ff84922c:3c3cb80a-7cc3-4cbe-b0f9-7200cc4ba3db:97e04e3a-1af5-431d-b397-9460eb0dec41:0587fc96-5ce2-4ace-816e-74d2dda6bcd9:c05e4d44-013b-48ff-b8cf-2602dd60c7a5:1a7c807b-5b3e-4da7-b9d6-8f0d3ea18705:eabf10ab-dc36-4770-a588-7de696516700:bf96e3ef-46fa-499e-81bb-fed4518f004f:c4bc2a1c-c2f5-48bd-a268-cdc2b4d8d7cd:6a86cb51-7f81-47f8-a758-2935b7224f76:37e8c40f-6dd1-43cc-9039-124ba1fb9a66:710d6fee-90ca-490e-8c86-d12af0981682:44d5edb5-04e4-433c-8150-d19db741da16:22facda2-0762-4611-971a-8ba7b047fb9e:ab501e08-988a-44ff-bc74-bf63553af64a:a91999f2-df92-4a76-a323-36e2cf5fccf1:55dc4012-c70b-40bd-8cd8-e1b1353d6120:6bf9f30d-2acf-48c2-82ef-f40c8198653b:830958f8-3a9c-4a07-a352-3b34a4a27026:077f8833-e082-40c2-b789-6f52a28222d7:f609de9f-0692-4b14-8264-d7c579a73f41:fd5f220b-c9a6-4064-a5d0-38cf1d91dfea:3ce2e809-06d6-4630-bf61-f058a021a715:bdaffc9e-a950-4012-92f6-534626e2f9b8:b4183763-ab3a-40f9-ae54-92520c5f1da6:b05c03cc-79bf-4ccb-9712-1fc71290bcf6:cff447f8-5920-4c98-b161-096afd1ee322:1e89e38e-5d16-4fc7-a6bf-31582d9b2ae8:a4e0a98a-6be0-4386-9ce4-00a351508a73:b81f0fea-b73e-4b86-8565-0c1f842d5830:e79258f4-22c3-4bf4-b689-e4f605418bc9:2f8bd21a-dec3-4da1-873c-ab6cbdd7d487:bebcca0d-28e7-421e-b2fb-550b940cb2f6:e6982afb-398b-4b3d-b072-d310fc8b1ae1:e8b6f07b-db5a-431f-b39b-d8f14269c86f:c5f418e2-1149-4d6e-83fe-2b44b6e73758:56a8745c-0d00-40bc-b389-010b21c798eb:81e24b2a-0bc1-451d-82cd-98f3838db140:f19ddd35-9e5d-4a89-a66e-c10c2ed71d45:62c82ad4-6486-425f-8490-2719dc7a6519:b5c68dba-4659-442a-92b8-c832ded82235:d38e675a-c351-4cc6-86ff-b5dd1cec4e51:1279d0fc-1c7f-4956-9c6e-c59e0c179475:99e15e7f-0038-4d62-96cb-e2ca8517213c:cf03faab-0da1-49fe-95c1-27d16c144609:54580fb4-c743-48d9-a3ba-7ee90ea03782:a4a51598-4a1f-4154-9fdc-dbfc6a50b917:bcd0e386-f015-43d5-8647-74183952d38d:53c0f68d-1b90-434e-911f-51d8194bd611:93422bb7-6f90-49be-8de8-c27dff0e21ee:b93cab0a-e9a4-4776-a387-8d247ccb4677:e1672c66-b5c7-444e-a4bc-088a395b10f8:b5ae512a-1bff-4392-b693-9679d98eaa6c:44748b33-7523-4e04-b628-ab28d1e71f90:fea0d185-ec0f-4822-8f05-c3b49e111afd:14ed9a5f-45dc-45cd-81fa-e07f07055678:dfcc454d-c8ea-4207-9585-e1558ea571a3:21a387d6-8398-4192-92b1-5c15e7f6149a:a6d4a2d0-098b-4f70-aeba-6c698b60e362:b93ab3ad-a154-4c28-be70-3d664748eb62:bc861599-ff0b-4039-954c-ee00b9b4e0e8:75da7cf4-d1a0-49fb-801c-644955901e61:28541235-c005-4fea-9eba-6712b2d0f682:aa3ca1ff-3a03-4501-b677-0af4f0bcae5d' was: 400
03:09:54 2024-04-09 07:09:53,955 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:53,994 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:53,994 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:53,996 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:54 2024-04-09 07:09:53,998 INFO  [c8367d17-3c0a-49ce-948e-55188ccf74c6][] 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]]>.
03:09:54 2024-04-09 07:09:54,017 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:54 2024-04-09 07:09:54,019 INFO  [c8367d17-3c0a-49ce-948e-55188ccf74c6][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
03:09:54 2024-04-09 07:09:54,055 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:54,095 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:54,095 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:54,097 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:54 2024-04-09 07:09:54,098 INFO  [ab44f6d7-e819-49e8-bcc6-1b8e41086fea][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
03:09:54 2024-04-09 07:09:54,143 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:54,198 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:54,198 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:54,200 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:54 2024-04-09 07:09:54,203 INFO  [122aeb5f-2c31-498c-81f4-42f07cf7effe][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 200
03:09:54 2024-04-09 07:09:54,229 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:54,274 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:54,274 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:09:54 2024-04-09 07:09:54,276 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
03:09:54 2024-04-09 07:09:54,278 INFO  [f9a979f3-71d6-40da-b51f-ddc24522bee2][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/nan/things?ids=bumlux' was: 404
03:09:54 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.574 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
03:09:54 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
03:09:54 2024-04-09 07:09:54,419 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}]]>!
03:09:54 [INFO] [04/09/2024 07:09:54.431] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 [INFO] [04/09/2024 07:09:54.465] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 2024-04-09 07:09:54,500 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
03:09:54 java.lang.AssertionError: null
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
03:09:54 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:54 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:54 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:54 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:09:54 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:54 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:54 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:54 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:09:54 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:09:54 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:54 2024-04-09 07:09:54,500 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
03:09:54 java.lang.AssertionError: null
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
03:09:54 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:54 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:54 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:54 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:09:54 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:54 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:54 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:54 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:09:54 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:09:54 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:54 [INFO] [04/09/2024 07:09:54.502] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 2024-04-09 07:09:54,542 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
03:09:54 2024-04-09 07:09:54,542 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 [{}]]>!
03:09:54 [INFO] [04/09/2024 07:09:54.543] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 2024-04-09 07:09:54,577 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
03:09:54 java.lang.NumberFormatException: 42
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
03:09:54 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:54 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:54 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:54 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:09:54 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:54 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:54 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:54 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:09:54 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:09:54 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:54 2024-04-09 07:09:54,577 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
03:09:54 java.lang.NumberFormatException: 42
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
03:09:54 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
03:09:54 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:09:54 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
03:09:54 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:54 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:54 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:54 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:09:54 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:54 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:54 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:54 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:09:54 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:09:54 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:54 [INFO] [04/09/2024 07:09:54.579] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 [INFO] [04/09/2024 07:09:54.621] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 2024-04-09 07:09:54,658 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}]]>!
03:09:54 [INFO] [04/09/2024 07:09:54.659] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 2024-04-09 07:09:54,693 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
03:09:54 2024-04-09 07:09:54,693 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 [{}]]>!
03:09:54 [INFO] [04/09/2024 07:09:54.695] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 2024-04-09 07:09:54,734 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
03:09:54 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:54 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:54 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:54 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:09:54 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:54 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:54 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:54 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:09:54 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:09:54 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:54 Caused by: java.lang.NumberFormatException: 42
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
03:09:54 	... 36 common frames omitted
03:09:54 2024-04-09 07:09:54,734 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
03:09:54 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:09:54 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:09:54 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:09:54 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:09:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:09:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:09:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:09:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:09:54 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:09:54 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:09:54 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:09:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:09:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:09:54 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:09:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:09:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:09:54 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:09:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:09:54 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:09:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:09:54 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:09:54 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:09:54 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:09:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:09:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:09:54 Caused by: java.lang.NumberFormatException: 42
03:09:54 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
03:09:54 	... 36 common frames omitted
03:09:54 [INFO] [04/09/2024 07:09:54.736] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:09:54 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
03:09:54 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
03:09:54 2024-04-09 07:09:54,767 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:54,817 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:54,825 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
03:09:54 2024-04-09 07:09:54,850 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:54 2024-04-09 07:09:54,878 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:54,922 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:54 2024-04-09 07:09:54,950 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:54 2024-04-09 07:09:54,980 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,024 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,077 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,117 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,154 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,185 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,219 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,250 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,270 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,318 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,342 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,372 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,393 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,435 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,456 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,487 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,536 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,588 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,638 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,659 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,723 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,774 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,832 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,866 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,895 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:55 2024-04-09 07:09:55,937 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:55 2024-04-09 07:09:55,963 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:55,993 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,039 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,067 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,126 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,152 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,176 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,234 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,258 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,285 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,326 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,354 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,376 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,423 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,447 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,473 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,498 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,535 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,558 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,586 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,620 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,645 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,671 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,725 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,752 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,777 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,820 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,849 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,871 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,901 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:56 2024-04-09 07:09:56,932 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:56 2024-04-09 07:09:56,957 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:56,982 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,021 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,042 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,066 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,092 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,128 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,153 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,197 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,247 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,271 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,297 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,335 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,357 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,397 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,436 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,458 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,497 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,540 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,558 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,584 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,624 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,649 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,674 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,698 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,725 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,749 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,775 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,804 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,836 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,862 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,892 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,931 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:57 2024-04-09 07:09:57,957 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:57 2024-04-09 07:09:57,980 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:57,997 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,047 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,072 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.335 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
03:09:58 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
03:09:58 2024-04-09 07:09:58,126 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,166 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,173 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
03:09:58 2024-04-09 07:09:58,225 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,275 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,301 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,335 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,374 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,425 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,452 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,476 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,518 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,545 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,584 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,624 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,644 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,667 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,694 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,731 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,754 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,776 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,793 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,830 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,853 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,893 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,929 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:58 2024-04-09 07:09:58,957 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:58 2024-04-09 07:09:58,980 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,018 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,043 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,068 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,118 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,141 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,158 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,219 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,244 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,269 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,297 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,338 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,361 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
03:09:59 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
03:09:59 2024-04-09 07:09:59,385 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,435 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,444 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
03:09:59 2024-04-09 07:09:59,475 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,544 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,583 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,653 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,702 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,744 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,762 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,817 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,842 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,861 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,885 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,923 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:09:59 2024-04-09 07:09:59,950 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:09:59 2024-04-09 07:09:59,955 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:09:59,978 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,029 INFO  [ThingsRouteTest.postThingWithLiveChannelHeader-80384dd][] 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-80384dd, channel=live}]]>!
03:10:00 2024-04-09 07:10:00,048 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,072 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,080 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,115 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,140 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,165 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,189 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,192 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,219 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,242 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,259 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,283 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,298 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,338 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,358 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,382 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,398 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,440 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,457 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,483 INFO  [ThingsRouteTest.postThingWithLiveChannelQueryParameter-f383aa9][] 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-f383aa9}]]>!
03:10:00 2024-04-09 07:10:00,524 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,549 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,554 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,574 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,633 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 2024-04-09 07:10:00,655 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,679 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
03:10:00 2024-04-09 07:10:00,679 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 [{}]]>!
03:10:00 2024-04-09 07:10:00,724 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,747 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
03:10:00 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.380 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
03:10:00 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
03:10:00 2024-04-09 07:10:00,772 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,823 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,829 WARN  [][] o.a.p.c.Cluster Cluster(pekko://62a8b19f-2d74-43c2-bbaa-feb6ced6dfa9) - 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
03:10:00 2024-04-09 07:10:00,854 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,860 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
03:10:00 2024-04-09 07:10:00,918 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:00 2024-04-09 07:10:00,958 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:00,997 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,046 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
03:10:01 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
03:10:01 2024-04-09 07:10:01,119 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,156 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,163 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
03:10:01 2024-04-09 07:10:01,195 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,244 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,283 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,345 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,393 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,442 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 2024-04-09 07:10:01,491 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:01 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.440 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
03:10:01 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
03:10:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
03:10:01 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
03:10:01 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
03:10:01 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
03:10:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
03:10:01 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
03:10:01 2024-04-09 07:10:01,799 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
03:10:01 [INFO] [04/09/2024 07:10:01.822] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:01 [INFO] [04/09/2024 07:10:01.936] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:02 2024-04-09 07:10:02,015 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/x-www-form-urlencoded> request: < PUT someUrl>
03:10:02 [INFO] [04/09/2024 07:10:02.017] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:02 [INFO] [04/09/2024 07:10:02.061] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:02 [INFO] [04/09/2024 07:10:02.123] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:02 [INFO] [04/09/2024 07:10:02.166] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:02 2024-04-09 07:10:02,229 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
03:10:02 [INFO] [04/09/2024 07:10:02.230] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:02 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
03:10:02 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
03:10:02 2024-04-09 07:10:02,254 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
03:10:02 2024-04-09 07:10:02,254 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
03:10:02 2024-04-09 07:10:02,264 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
03:10:02 2024-04-09 07:10:02,340 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Process Metrics]
03:10:02 java.lang.NoClassDefFoundError: oshi/SystemInfo
03:10:02 	at kamon.instrumentation.system.process.ProcessMetricsCollector$MetricsCollectionTask.<init>(ProcessMetricsCollector.scala:65)
03:10:02 	at kamon.instrumentation.system.process.ProcessMetricsCollector.<init>(ProcessMetricsCollector.scala:39)
03:10:02 	at kamon.instrumentation.system.process.ProcessMetricsCollector$Factory.create(ProcessMetricsCollector.scala:171)
03:10:02 	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
03:10:02 	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
03:10:02 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
03:10:02 	at scala.Option.fold(Option.scala:263)
03:10:02 	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
03:10:02 	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
03:10:02 	at scala.collection.immutable.List.foreach(List.scala:333)
03:10:02 	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
03:10:02 	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
03:10:02 	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
03:10:02 	at kamon.Kamon$.loadModules(Kamon.scala:19)
03:10:02 	at kamon.Init.init(Init.scala:69)
03:10:02 	at kamon.Init.init$(Init.scala:60)
03:10:02 	at kamon.Kamon$.init(Kamon.scala:19)
03:10:02 	at kamon.Kamon.init(Kamon.scala)
03:10:02 	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
03:10:02 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
03:10:02 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
03:10:02 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:02 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:10:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:10:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:10:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:10:02 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:10:02 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:10:02 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:10:02 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:10:02 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:10:02 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
03:10:02 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
03:10:02 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
03:10:02 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
03:10:02 	... 31 common frames omitted
03:10:02 2024-04-09 07:10:02,347 INFO  [][] k.o.OpenTelemetryTraceReporter  - Creating OpenTelemetry Trace Reporter
03:10:02 2024-04-09 07:10:02,349 INFO  [][] k.o.OpenTelemetryTraceReporter  - Reconfigure OpenTelemetry Trace Reporter
03:10:02 2024-04-09 07:10:02,416 INFO  [][] k.o.OtlpTraceService  - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
03:10:03 2024-04-09 07:10:03,062 INFO  [][] k.p.PrometheusReporter  - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
03:10:03 2024-04-09 07:10:03,071 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Host Metrics]
03:10:03 java.lang.NoClassDefFoundError: oshi/SystemInfo
03:10:03 	at kamon.instrumentation.system.host.HostMetricsCollector$FrequentCollectionTask.<init>(HostMetricsCollector.scala:82)
03:10:03 	at kamon.instrumentation.system.host.HostMetricsCollector.<init>(HostMetricsCollector.scala:45)
03:10:03 	at kamon.instrumentation.system.host.HostMetricsCollector$Factory.create(HostMetricsCollector.scala:243)
03:10:03 	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
03:10:03 	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
03:10:03 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
03:10:03 	at scala.Option.fold(Option.scala:263)
03:10:03 	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
03:10:03 	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
03:10:03 	at scala.collection.immutable.List.foreach(List.scala:333)
03:10:03 	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
03:10:03 	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
03:10:03 	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
03:10:03 	at kamon.Kamon$.loadModules(Kamon.scala:19)
03:10:03 	at kamon.Init.init(Init.scala:69)
03:10:03 	at kamon.Init.init$(Init.scala:60)
03:10:03 	at kamon.Kamon$.init(Kamon.scala:19)
03:10:03 	at kamon.Kamon.init(Kamon.scala)
03:10:03 	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
03:10:03 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
03:10:03 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
03:10:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:10:03 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
03:10:03 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
03:10:03 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
03:10:03 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
03:10:03 	... 31 common frames omitted
03:10:03 2024-04-09 07:10:03,080 INFO  [][] kamon.Init  - 
03:10:03  _
03:10:03 | |
03:10:03 | | ____ _ _ __ ___   ___  _ __
03:10:03 | |/ / _  |  _ ` _ \ / _ \|  _ \
03:10:03 |   < (_| | | | | | | (_) | | | |
03:10:03 |_|\_\__,_|_| |_| |_|\___/|_| |_|
03:10:03 =====================================
03:10:03 Initializing Kamon Telemetry v2.6.6 / Kanela not found
03:10:03 
03:10:03 2024-04-09 07:10:03,085 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing initialized and enabled using propagation channel <default>.
03:10:03 [INFO] [04/09/2024 07:10:03.166] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [INFO] [04/09/2024 07:10:03.169] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithNullInnerRouteSupplierThrowsNullPointerException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [INFO] [04/09/2024 07:10:03.255] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [INFO] [04/09/2024 07:10:03.265] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_assertImmutability)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [ERROR] [04/09/2024 07:10:03.753] [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.
03:10:03 java.lang.NullPointerException: Cannot invoke "scala.Function1.apply(Object)" because the return value of "scala.Function1.apply(Object)" is null
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRequestContext$2(BasicDirectives.scala:55)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
03:10:03 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
03:10:03 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
03:10:03 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
03:10:03 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
03:10:03 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
03:10:03 	at org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest.traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName(RequestTracingDirectiveTest.java:131)
03:10:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:10:03 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:10:03 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:10:03 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:10:03 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:10:03 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:10:03 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:10:03 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:10:03 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:10:03 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:10:03 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
03:10:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:03 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:10:03 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:10:03 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:10:03 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:10:03 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:10:03 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:10:03 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:10:03 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:10:03 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:10:03 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:10:03 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
03:10:03 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
03:10:03 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:03 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:10:03 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:10:03 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:10:03 
03:10:03 [INFO] [04/09/2024 07:10:03.755] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [INFO] [04/09/2024 07:10:03.764] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [INFO] [04/09/2024 07:10:03.901] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [INFO] [04/09/2024 07:10:03.916] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithExistingW3cTracingHeadersKeepThisHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.690 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
03:10:03 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
03:10:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
03:10:04 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
03:10:04 2024-04-09 07:10:04,153 INFO  [][] k.o.OpenTelemetryTraceReporter  - Stopping OpenTelemetry Trace Reporter
03:10:04 Apr 09, 2024 7:10:04 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
03:10:04 SEVERE: Failed to export spans. The request could not be executed. Full error message: Canceled
03:10:04 java.util.concurrent.RejectedExecutionException: Task Future(<not completed>) rejected from java.util.concurrent.ThreadPoolExecutor@e80102c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11]
03:10:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065)
03:10:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833)
03:10:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365)
03:10:04 	at java.base/java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:721)
03:10:04 	at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:21)
03:10:04 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
03:10:04 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
03:10:04 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
03:10:04 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
03:10:04 	at scala.concurrent.Promise.complete(Promise.scala:57)
03:10:04 	at scala.concurrent.Promise.complete$(Promise.scala:56)
03:10:04 	at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:104)
03:10:04 	at scala.concurrent.Promise.failure(Promise.scala:109)
03:10:04 	at scala.concurrent.Promise.failure$(Promise.scala:109)
03:10:04 	at scala.concurrent.impl.Promise$DefaultPromise.failure(Promise.scala:104)
03:10:04 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
03:10:04 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
03:10:04 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
03:10:04 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
03:10:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:10:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:10:04 	at java.base/java.lang.Thread.run(Thread.java:833)
03:10:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.840 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
03:10:04 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
03:10:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
03:10:05 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
03:10:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
03:10:05 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
03:10:05 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
03:10:05 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
03:10:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
03:10:05 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
03:10:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
03:10:05 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
03:10:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
03:10:06 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
03:10:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
03:10:06 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
03:10:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.490 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
03:10:06 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
03:10:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
03:10:06 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
03:10:06 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
03:10:06 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
03:10:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
03:10:07 [INFO] Running org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
03:10:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s -- in org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
03:10:07 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
03:10:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
03:10:07 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
03:10:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
03:10:07 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
03:10:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
03:10:07 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
03:10:07 2024-04-09 07:10:07,652 INFO  [][] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier  - Running in <DEVELOPMENT> environment.
03:10:07 2024-04-09 07:10:07,668 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/devops_password>!
03:10:07 2024-04-09 07:10:07,669 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/status_password>!
03:10:07 2024-04-09 07:10:07,745 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:07 2024-04-09 07:10:07,757 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:44535] with UID [-4218486409226503057]
03:10:07 2024-04-09 07:10:07,758 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:44535] - Starting up, Pekko version [1.0.1] ...
03:10:07 2024-04-09 07:10:07,761 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:44535] - Registered cluster JMX MBean [pekko:type=Cluster]
03:10:07 2024-04-09 07:10:07,761 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:44535] - Started up successfully
03:10:07 2024-04-09 07:10:07,782 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:44535] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining
03:10:07 2024-04-09 07:10:07,782 INFO  [][] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
03:10:08 2024-04-09 07:10:07,962 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.
03:10:08 2024-04-09 07:10:08,223 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:10:08 2024-04-09 07:10:08,223 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
03:10:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.145 s -- in org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
03:10:08 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
03:10:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
03:10:08 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
03:10:08 2024-04-09 07:10:08,812 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:10:08 2024-04-09 07:10:08,839 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:10 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.896 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
03:10:10 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
03:10:10 2024-04-09 07:10:10,713 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:10:10 2024-04-09 07:10:10,729 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:10 2024-04-09 07:10:10,817 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:10 2024-04-09 07:10:10,895 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:10,983 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,187 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,253 WARN  [hugeJwtExpirationTimeDoesNotCloseStream][] o.e.d.g.s.s.a.StreamingSessionActor pekko://StreamingSessionActorTest_hugeJwtExpirationTimeDoesNotCloseStream/user/$a - Session lifetime <PT23975H59M59.746440903S> is more than the maximum <PT2400H>. Keeping session open indefinitely.
03:10:11 2024-04-09 07:10:11,368 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,442 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,509 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,578 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,672 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,758 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:11 2024-04-09 07:10:11,827 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:12 2024-04-09 07:10:11,992 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:12 2024-04-09 07:10:12,055 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:12 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
03:10:12 [INFO] Running org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
03:10:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
03:10:12 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
03:10:15 2024-04-09 07:10:15,355 INFO  [][] o.e.d.g.s.s.a.j.DefaultJwtValidator  - Failed to parse/validate JWT due to <ExpiredJwtException> with message: <JWT expired at 2024-04-09T07:10:05Z. Current time: 2024-04-09T07:10:15Z, a difference of 354 milliseconds.  Allowed clock skew: 10000 milliseconds.>
03:10:15 2024-04-09 07:10:15,357 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.>
03:10:15 2024-04-09 07:10:15,361 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-04-09T07:10:45Z. Current time: 2024-04-09T07:10:15Z, a difference of 19639 milliseconds.  Allowed clock skew: 10000 milliseconds.>
03:10:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.232 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
03:10:15 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
03:10:15 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
03:10:15 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
03:10:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
03:10:15 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
03:10:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
03:10:15 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
03:10:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
03:10:15 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
03:10:16 2024-04-09 07:10:15,924 INFO  [doExtractAuthenticationWithInvalidJwtFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
03:10:16 2024-04-09 07:10:16,232 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
03:10:16 2024-04-09 07:10:16,235 INFO  [doExtractAuthenticationFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
03:10:16 2024-04-09 07:10:16,241 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
03:10:16 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
03:10:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
03:10:16 2024-04-09 07:10:16,254 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:16 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
03:10:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
03:10:16 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
03:10:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
03:10:16 2024-04-09 07:10:16,324 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
03:10:16 2024-04-09 07:10:16,331 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
03:10:16 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
03:10:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
03:10:16 [INFO] [04/09/2024 07:10:16.460] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:16 2024-04-09 07:10:16,488 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."}>.
03:10:16 Apr 09, 2024 7:10:16 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:10:16 WARNING: Exception thrown during asynchronous load
03:10:16 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 [{}]]
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
03:10:16 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
03:10:16 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
03:10:16 	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
03:10:16 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
03:10:16 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
03:10:16 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$1(DittoPublicKeyProviderTest.java:174)
03:10:16 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
03:10:16 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:174)
03:10:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:10:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:10:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:10:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:10:16 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:10:16 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:10:16 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:10:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:16 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:10:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:10:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:10:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:10:16 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:10:16 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:10:16 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:10:16 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:10:16 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 [{}]]
03:10:16 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
03:10:16 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
03:10:16 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
03:10:16 	... 51 more
03:10:16 
03:10:16 2024-04-09 07:10:16,491 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."}>.
03:10:16 Apr 09, 2024 7:10:16 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:10:16 WARNING: Exception thrown during asynchronous load
03:10:16 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 [{}]]
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
03:10:16 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
03:10:16 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
03:10:16 	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
03:10:16 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
03:10:16 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
03:10:16 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
03:10:16 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$2(DittoPublicKeyProviderTest.java:183)
03:10:16 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
03:10:16 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:183)
03:10:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:10:16 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:10:16 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:10:16 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:10:16 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
03:10:16 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
03:10:16 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:10:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:16 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:10:16 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:10:16 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:10:16 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:10:16 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
03:10:16 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
03:10:16 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
03:10:16 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:10:16 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 [{}]]
03:10:16 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
03:10:16 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
03:10:16 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
03:10:16 	... 51 more
03:10:16 
03:10:16 [INFO] [04/09/2024 07:10:16.494] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:16 [INFO] [04/09/2024 07:10:16.549] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:16 2024-04-09 07:10:16,576 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>
03:10:16 org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
03:10:16 	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:10:16 	at java.base/java.lang.Thread.run(Thread.java:833)
03:10:16 Apr 09, 2024 7:10:16 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
03:10:16 WARNING: Exception thrown during asynchronous load
03:10:16 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 [{}]]
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
03:10:16 	at java.base/java.lang.Thread.run(Thread.java:833)
03:10:16 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 [{}]]
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:100)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:87)
03:10:16 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getJwkInvalidExceptionException(DittoPublicKeyProvider.java:382)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:302)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
03:10:16 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
03:10:16 	... 5 more
03:10:16 Caused by: org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
03:10:16 	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
03:10:16 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
03:10:16 	... 7 more
03:10:16 
03:10:16 [INFO] [04/09/2024 07:10:16.579] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:16 [INFO] [04/09/2024 07:10:16.629] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:16 [INFO] [04/09/2024 07:10:16.661] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:16 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
03:10:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
03:10:16 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
03:10:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
03:10:16 2024-04-09 07:10:16,673 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]]>.
03:10:16 2024-04-09 07:10:16,675 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]]>.
03:10:16 2024-04-09 07:10:16,680 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]]>.
03:10:16 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
03:10:16 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
03:10:17 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s -- in org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
03:10:17 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
03:10:17 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
03:10:17 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
03:10:17 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
03:10:17 [INFO] Running org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
03:10:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
03:10:17 [INFO] Running org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
03:10:17 2024-04-09 07:10:17,068 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
03:10:17 2024-04-09 07:10:17,076 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
03:10:22 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.404 s -- in org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
03:10:22 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
03:10:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
03:10:22 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
03:10:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
03:10:23 [INFO] 
03:10:23 [INFO] Results:
03:10:23 [INFO] 
03:10:23 [INFO] Tests run: 630, Failures: 0, Errors: 0, Skipped: 0
03:10:23 [INFO] 
03:10:23 [INFO] 
03:10:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service ---
03:10:23 [INFO] 
03:10:23 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service ---
03:10:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar
03:10:23 [INFO] 
03:10:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service ---
03:10:23 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:10:23 [INFO] No previous run data found, generating javadoc.
03:10:28 [WARNING] Javadoc Warnings
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/AuthenticationResultOrTimeout.java:30: warning: empty <p> tag
03:10:28 [WARNING] * <p>
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/policies/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/sse/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/things/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/whoami/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/proxy/actors/package-info.java:15: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/package-info.java:15: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/package-info.java:15: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/starter/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.starter;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.streaming;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.util.config;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/endpoints/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/streaming/package-info.java:14: warning: no comment
03:10:28 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:70: warning: no comment
03:10:28 [WARNING] protected final int connectionsRetrieveLimit;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:71: warning: no comment
03:10:28 [WARNING] protected final Duration defaultTimeout;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:68: warning: no comment
03:10:28 [WARNING] protected final ActorRef edgeCommandForwarder;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:72: warning: no comment
03:10:28 [WARNING] protected RetrieveConnections initialCommand;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:67: warning: no comment
03:10:28 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass());
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:69: warning: no comment
03:10:28 [WARNING] protected final ActorRef sender;
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:74: warning: no comment
03:10:28 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:254: warning: no comment
03:10:28 [WARNING] protected void handleTimeout() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:96: warning: no comment
03:10:28 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:94: warning: no comment
03:10:28 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections);
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:100: warning: no comment
03:10:28 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:269: warning: no comment
03:10:28 [WARNING] protected void stop() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:131: warning: no comment
03:10:28 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor,
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:701: warning: no comment
03:10:28 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request,
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @param for responseStage
03:10:28 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @return
03:10:28 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:304: warning: no comment
03:10:28 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData(
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:196: warning: no comment
03:10:28 [WARNING] protected Route handlePerRequest(final RequestContext ctx,
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:185: warning: no comment
03:10:28 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:189: warning: no comment
03:10:28 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command,
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:208: warning: no comment
03:10:28 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for ctx
03:10:28 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for dittoHeaders
03:10:28 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:105: warning: no comment
03:10:28 [WARNING] public AuthorizationContext getConnectionAuthContext() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:85: warning: no comment
03:10:28 [WARNING] public String getConnectionCorrelationId() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:101: warning: no comment
03:10:28 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:81: warning: no comment
03:10:28 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:97: warning: no comment
03:10:28 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:113: warning: no comment
03:10:28 [WARNING] public Optional<KillSwitch> getKillSwitch() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:109: warning: no comment
03:10:28 [WARNING] public List<String> getNamespaces() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:93: warning: no comment
03:10:28 [WARNING] public Optional<Instant> getSessionExpirationTime() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:89: warning: no comment
03:10:28 [WARNING] public String getType() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsParameter.java:26: warning: no comment
03:10:28 [WARNING] IDS_ONLY("ids-only"),
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/ConnectionsRetrievalActorPropsFactory.java:60: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsRoute.java:107: warning: no @param for ctx
03:10:28 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomApiRoutesProvider.java:70: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:26: warning: no comment
03:10:28 [WARNING] enum RequestType {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:27: warning: no comment
03:10:28 [WARNING] API,
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:29: warning: no comment
03:10:28 [WARNING] SSE
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:28: warning: no comment
03:10:28 [WARNING] WS,
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/DefaultConnectionsRetrievalActorPropsFactory.java:28: warning: no comment
03:10:28 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DefaultJwtAuthenticationResultProvider.java:38: warning: no comment
03:10:28 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirective.java:24: warning: no comment
03:10:28 [WARNING] Route authenticateDevOps(final String realm, final Route inner);
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:19: warning: no comment
03:10:28 [WARNING] public final class DevopsAuthenticationDirectiveFactory {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:58: warning: no comment
03:10:28 [WARNING] public DevopsAuthenticationDirective devops() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:31: warning: no comment
03:10:28 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance(
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:42: warning: no comment
03:10:28 [WARNING] public DevopsAuthenticationDirective status() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:36: warning: no comment
03:10:28 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:24: warning: no comment
03:10:28 [WARNING] BASIC("basic");
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:23: warning: no comment
03:10:28 [WARNING] OAUTH2("oauth2"),
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevOpsInsecureAuthenticationDirective.java:30: warning: no comment
03:10:28 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for ctx
03:10:28 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for queryParameters
03:10:28 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:35: warning: no @param for jwtAuthenticationFactory
03:10:28 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:42: warning: no @param for jwtAuthenticationFactory
03:10:28 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DittoGatewayAuthenticationDirectiveFactory.java:51: warning: no comment
03:10:28 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DittoJwtAuthorizationSubjectsProvider.java:47: warning: no comment
03:10:28 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/EncodingEnsuringDirective.java:44: warning: no comment
03:10:28 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:63: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment
03:10:28 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/utils/GatewaySignalEnrichmentProvider.java:66: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:102: warning: no comment
03:10:28 [WARNING] ENABLED("enabled", true),
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:104: warning: no comment
03:10:28 [WARNING] EXPECTED("expected",
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:42: warning: no @param for innerRoute
03:10:28 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute);
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:62: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:68: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:58: warning: no comment
03:10:28 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:36: warning: no comment
03:10:28 [WARNING] public final class HttpUtils {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:114: warning: no comment
03:10:28 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/IncomingWebSocketEventSniffer.java:60: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkException.java:15: warning: no comment
03:10:28 [WARNING] public interface JwkException {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkInvalidException.java:28: warning: no comment
03:10:28 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:71: warning: no comment
03:10:28 [WARNING] public JwtValidator getJwtValidator() {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:98: warning: no comment
03:10:28 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationResultProvider.java:63: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthorizationSubjectsProvider.java:60: warning: no comment
03:10:28 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> {
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:58: warning: no comment
03:10:28 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs(
03:10:28 [WARNING] ^
03:10:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:64: warning: no comment
03:10:28 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) {
03:10:28 [WARNING] ^
03:10:28 [WARNING] 100 warnings
03:10:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
03:10:28 [INFO] 
03:10:28 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service ---
03:10:28 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar.
03:10:28 [INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar.
03:10:28 [INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar.
03:10:28 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar.
03:10:28 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:10:28 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:10:28 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:10:28 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:10:28 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:10:28 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:10:28 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:10:28 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:10:28 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:10:28 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:10:28 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:10:28 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:10:28 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:10:28 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:10:28 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:10:28 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:10:28 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:10:28 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:10:28 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:10:28 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:10:28 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:10:28 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:10:28 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:10:28 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:10:28 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:10:28 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:10:28 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:10:28 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:10:28 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:10:28 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:10:28 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:10:28 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:10:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:10:28 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:10:28 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:10:28 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:10:28 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:10:28 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:10:28 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:10:28 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:10:28 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:10:28 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:10:28 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:10:28 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:10:28 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:10:28 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:10:28 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:10:28 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:10:28 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:10:28 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:10:28 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:10:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:32 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:10:35 [WARNING] agrona-1.15.1.jar, annotations-13.0.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, cloudevents-api-2.3.0.jar, cloudevents-core-2.3.0.jar, cloudevents-http-basic-2.3.0.jar, commons-compiler-3.1.11.jar, config-1.4.2.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-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-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-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-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-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-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, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jjwt-api-0.11.5.jar, jjwt-impl-0.11.5.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:10:35 [WARNING]   - META-INF/MANIFEST.MF
03:10:35 [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-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-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-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-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-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-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 2 overlapping resources: 
03:10:35 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:10:35 [WARNING]   - META-INF/NOTICE.md
03:10:35 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:10:35 [WARNING]   - META-INF/LICENSE.txt
03:10:35 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:10:35 [WARNING]   - META-INF.versions.9.module-info
03:10:35 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
03:10:35 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
03:10:35 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
03:10:35 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
03:10:35 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
03:10:35 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:10:35 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:10:35 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:10:35 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:10:35 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:10:35 [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-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: 
03:10:35 [WARNING]   - META-INF/DISCLAIMER
03:10:35 [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-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-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-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-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-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-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-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: 
03:10:35 [WARNING]   - META-INF/LICENSE
03:10:35 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:10:35 [WARNING]   - META-INF/io.netty.versions.properties
03:10:35 [WARNING] maven-shade-plugin has detected that some files are
03:10:35 [WARNING] present in two or more JARs. When this happens, only one
03:10:35 [WARNING] single version of the file is copied to the uber jar.
03:10:35 [WARNING] Usually this is not harmful and you can skip these warnings,
03:10:35 [WARNING] otherwise try to manually exclude artifacts based on
03:10:35 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:10:35 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:10:35 [INFO] Attaching shaded artifact.
03:10:35 [INFO] 
03:10:35 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service ---
03:10:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar
03:10:35 [INFO] 
03:10:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service ---
03:10:35 [INFO] Tests are skipped.
03:10:35 [INFO] 
03:10:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service ---
03:10:35 [INFO] Tests are skipped.
03:10:35 [INFO] 
03:10:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service ---
03:10:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec
03:10:35 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes
03:10:36 [INFO] 
03:10:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service ---
03:10:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT.pom
03:10:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT.jar
03:10:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
03:10:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-allinone.jar
03:10:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-tests.jar
03:10:36 [INFO] 
03:10:36 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >--------------
03:10:36 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT         [74/77]
03:10:36 [INFO]   from policies/service/pom.xml
03:10:36 [INFO] --------------------------------[ jar ]---------------------------------
03:10:36 [INFO] 
03:10:36 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-service ---
03:10:36 [INFO] 
03:10:36 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-service ---
03:10:36 [INFO] 
03:10:36 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
03:10:36 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:10:36 [INFO] 
03:10:36 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
03:10:37 [INFO] Assigning port '33009' to property 'random-pekko-tcp-port'
03:10:37 [INFO] 
03:10:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
03:10:37 [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/service/target/jacoco.exec
03:10:37 [INFO] 
03:10:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service ---
03:10:37 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:10:37 [WARNING] 
03:10:37 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:10:37 [WARNING] 
03:10:37 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:10:37 [WARNING] 
03:10:37 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:10:37 [INFO] 
03:10:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service ---
03:10:37 [INFO] Copying 1 resource from src/main/resources to target/classes
03:10:37 [INFO] Copying 5 resources from src/main/resources to target/classes
03:10:37 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:10:37 [INFO] 
03:10:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service ---
03:10:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT...
03:10:37 [INFO] 
03:10:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service ---
03:10:37 [INFO] Changes detected - recompiling the module! :dependency
03:10:37 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes
03:10:37 [INFO] 
03:10:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service ---
03:10:37 [INFO] Copying 8 resources from src/test/resources to target/test-classes
03:10:37 [INFO] 
03:10:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service ---
03:10:37 [INFO] Changes detected - recompiling the module! :dependency
03:10:37 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
03:10:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java uses or overrides a deprecated API.
03:10:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: Recompile with -Xlint:deprecation for details.
03:10:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Some input files use unchecked or unsafe operations.
03:10:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Recompile with -Xlint:unchecked for details.
03:10:39 [INFO] 
03:10:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service ---
03:10:39 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:10:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/surefire-reports
03:10:39 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:10:39 [INFO] 
03:10:39 [INFO] -------------------------------------------------------
03:10:39 [INFO]  T E S T S
03:10:39 [INFO] -------------------------------------------------------
03:10:40 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest
03:10:41 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:10:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.436 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest
03:10:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest
03:10:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest
03:10:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest
03:10:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest
03:10:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest
03:10:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest
03:10:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest
03:10:43 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyUpdateTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyUpdateTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryDeletedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryDeletedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportsModifiedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportsModifiedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectDeletedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectDeletedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryCreatedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryCreatedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyCreateTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyCreateTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportModifiedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportModifiedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceCreatedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceCreatedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyCreateTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyCreateTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceDeletedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceDeletedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntriesModifiedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntriesModifiedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyCreateTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyCreateTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyCreateTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyCreateTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyCreatedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyCreatedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryModifiedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryModifiedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyDeletedStrategyTest
03:10:44 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyDeletedStrategyTest
03:10:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest
03:10:49 [INFO] [04/09/2024 07:10:49.129] [main] [CoordinatedShutdown(pekko://TopLevelPolicyActionCommandStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:49 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest
03:10:49 [INFO] [04/09/2024 07:10:49.277] [main] [CoordinatedShutdown(pekko://CreatePolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest
03:10:49 [INFO] [04/09/2024 07:10:49.369] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest
03:10:49 [INFO] [04/09/2024 07:10:49.469] [main] [CoordinatedShutdown(pekko://PolicyConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest
03:10:49 [INFO] [04/09/2024 07:10:49.574] [main] [CoordinatedShutdown(pekko://ModifyPolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest
03:10:49 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest
03:10:49 [INFO] [04/09/2024 07:10:49.840] [main] [CoordinatedShutdown(pekko://ModifySubjectsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest
03:10:49 [INFO] [04/09/2024 07:10:49.948] [main] [CoordinatedShutdown(pekko://ModifySubjectStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest
03:10:49 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest
03:10:50 [INFO] [04/09/2024 07:10:50.388] [main] [CoordinatedShutdown(pekko://DeactivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest
03:10:50 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest
03:10:50 [INFO] [04/09/2024 07:10:50.491] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntriesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest
03:10:50 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest
03:10:50 [INFO] [04/09/2024 07:10:50.586] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntryStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest
03:10:50 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest
03:10:51 [INFO] [04/09/2024 07:10:51.084] [main] [CoordinatedShutdown(pekko://ActivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest
03:10:51 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest
03:10:51 [INFO] [04/09/2024 07:10:51.169] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest
03:10:51 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest
03:10:51 [INFO] [04/09/2024 07:10:51.246] [main] [CoordinatedShutdown(pekko://DeletePolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest
03:10:51 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest
03:10:51 [INFO] [04/09/2024 07:10:51.375] [main] [CoordinatedShutdown(pekko://SubjectExpiryAdjustmentTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:10:51 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest
03:10:51 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest
03:10:51 07:10:51.697 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:10:56 07:10:56.129 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<true>
03:10:56 07:10:56.182 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:10:59 07:10:59.799 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<false>
03:10:59 07:10:59.834 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:03 07:11:03.548 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:07 07:11:07.146 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<false> shouldAnnounce=<true> inGracePeriod=<false>
03:11:07 07:11:07.283 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:09 07:11:09.345 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:12 07:11:12.426 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:12 07:11:12.486 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-04-09T07:11:42.463723533Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
03:11:12 07:11:12.516 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:14 07:11:14.308 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:14 07:11:14.398 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=null, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=null, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=1ms, randomizationInterval=0ms]]>. Giving up.
03:11:14 07:11:14.521 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:14 07:11:14.703 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:14 07:11:14.885 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:18 07:11:18.557 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:22 07:11:22.246 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:26 07:11:25.951 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:29 07:11:29.540 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:33 07:11:33.130 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:36 07:11:36.710 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:40 07:11:40.302 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:43 07:11:43.584 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:45 07:11:45.176 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:49 07:11:49.717 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:52 07:11:52.816 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:55 07:11:55.895 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:57 07:11:56.975 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:11:59 07:11:59.531 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-04-09T07:12:00.010617671Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
03:11:59 07:11:59.555 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:03 07:12:03.114 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<false>
03:12:03 07:12:03.134 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:03 07:12:03.313 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:03 07:12:03.383 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:06 07:12:06.452 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:10 07:12:10.822 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:14 07:12:14.370 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<true>
03:12:14 07:12:14.397 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:14 07:12:14.486 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:14 07:12:14.666 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:19 07:12:19.848 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:19 07:12:19.937 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:22 07:12:22.517 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:22 07:12:22.608 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:22 07:12:22.681 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-04-09T07:12:32.647391960Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=9500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
03:12:22 07:12:22.699 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:22 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.48 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest
03:12:22 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest
03:12:22 [INFO] [04/09/2024 07:12:22.914] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:12:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest
03:12:22 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest
03:12:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest
03:12:22 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest
03:12:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest
03:12:22 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest
03:12:22 07:12:22.949 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:12:23 07:12:23.274 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:23 07:12:23.561 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:12:23 07:12:23.625 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stashed received message during startup of supervised PersistenceActor: <CreatePolicy>
03:12:23 07:12:23.625 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting persistence actor for entity with ID <test.ns:myPolicy63269639>.
03:12:23 07:12:23.645 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting enforcer actor for entity with ID <test.ns:myPolicy63269639>.
03:12:23 07:12:23.653 [INFO ] o.a.p.p.Persistence - Auto-starting journal plugin `pekko-contrib-mongodb-persistence-policies-journal`
03:12:23 07:12:23.686 [INFO ] o.a.p.p.Persistence - Auto-starting snapshot store `pekko-contrib-mongodb-persistence-policies-snapshots`
03:12:23 07:12:23.758 [INFO ] o.a.p.a.ActorSystemImpl - Using storage org.apache.pekko.persistence.inmemory.extension.StorageExtensionImpl
03:12:24 07:12:23.969 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Now watching enforcer child: <Actor[pekko://PekkoTestSystem/system/testProbe-42/test.ns:myPolicy63269639/en#1105215013]>
03:12:24 07:12:24.449 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H>
03:12:24 07:12:24.466 [INFO ] o.a.p.c.s.ShardRegion - policy: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min]
03:12:24 07:12:24.474 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:createPolicy> with outcome 'success'
03:12:24 07:12:24.476 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received enforcedSignal from enforcerChild, forwarding to target actor: CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy63269639, namespace=test.ns, lifecycle=ACTIVE, revision=0, modified=null, created=null, metadata=null, imports=ImmutablePolicyImports [policyImports={}], entries={all=ImmutablePolicyEntry [label=all, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ, WRITE], revokedPermissions=[]]]}], importableType=implicit], another=ImmutablePolicyEntry [label=another, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ], revokedPermissions=[]]]}], importableType=implicit]}]]
03:12:24 07:12:24.516 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Handling by strategy: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy63269639, namespace=test.ns, lifecycle=ACTIVE, revision=0, modified=null, created=null, metadata=null, imports=ImmutablePolicyImports [policyImports={}], entries={all=ImmutablePolicyEntry [label=all, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ, WRITE], revokedPermissions=[]]]}], importableType=implicit], another=ImmutablePolicyEntry [label=another, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ], revokedPermissions=[]]]}], importableType=implicit]}]]>
03:12:24 07:12:24.517 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers with currentETagValue <null> on command <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy63269639, namespace=test.ns, lifecycle=ACTIVE, revision=0, modified=null, created=null, metadata=null, imports=ImmutablePolicyImports [policyImports={}], entries={all=ImmutablePolicyEntry [label=all, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ, WRITE], revokedPermissions=[]]]}], importableType=implicit], another=ImmutablePolicyEntry [label=another, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ], revokedPermissions=[]]]}], importableType=implicit]}]]>.
03:12:24 07:12:24.517 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers succeeded.
03:12:24 07:12:24.517 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Applying command in <CreatePolicyStrategy>: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy63269639, namespace=test.ns, lifecycle=ACTIVE, revision=0, modified=null, created=null, metadata=null, imports=ImmutablePolicyImports [policyImports={}], entries={all=ImmutablePolicyEntry [label=all, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ, WRITE], revokedPermissions=[]]]}], importableType=implicit], another=ImmutablePolicyEntry [label=another, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ], revokedPermissions=[]]]}], importableType=implicit]}]]>
03:12:24 07:12:24.518 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Created new Policy with ID <test.ns:myPolicy63269639>.
03:12:24 07:12:24.523 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Persisting Event <policies.events:policyCreated>.
03:12:24 07:12:24.693 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActor - Successfully persisted Event <policies.events:policyCreated> w/ rev: <1>.
03:12:24 07:12:24.695 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received CommandResponse from target actor, telling enforcerChild to apply response filtering: CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy63269639, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy63269639, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-04-09T07:12:24.518460894Z, created=2024-04-09T07:12:24.518460894Z, metadata=null, imports=ImmutablePolicyImports [policyImports={}], entries={all=ImmutablePolicyEntry [label=all, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ, WRITE], revokedPermissions=[]]]}], importableType=implicit], another=ImmutablePolicyEntry [label=another, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ], revokedPermissions=[]]]}], importableType=implicit]}]]
03:12:24 07:12:24.697 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Sending response: <CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}, response-required=false, etag="rev:1"}], responseType=policies.responses:createPolicy, httpStatus=HttpStatus [code=201, category=SUCCESS], policyId=test.ns:myPolicy63269639, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy63269639, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-04-09T07:12:24.518460894Z, created=2024-04-09T07:12:24.518460894Z, metadata=null, imports=ImmutablePolicyImports [policyImports={}], entries={all=ImmutablePolicyEntry [label=all, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ, WRITE], revokedPermissions=[]]]}], importableType=implicit], another=ImmutablePolicyEntry [label=another, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ], revokedPermissions=[]]]}], importableType=implicit]}]]> back to sender: <pekko://PekkoTestSystem/system/testProbe-43>
03:12:24 07:12:24.721 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H>
03:12:24 07:12:24.723 [DEBUG] o.e.d.p.s.p.a.a.PolicyAnnouncementManager - OnPolicyModified policy=<ImmutablePolicy [policyId=test.ns:myPolicy63269639, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-04-09T07:12:24.518460894Z, created=2024-04-09T07:12:24.518460894Z, metadata=null, imports=ImmutablePolicyImports [policyImports={}], entries={all=ImmutablePolicyEntry [label=all, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ, WRITE], revokedPermissions=[]]]}], importableType=implicit], another=ImmutablePolicyEntry [label=another, subjects=ImmutableSubjects [subjects={google:allowedId=ImmutableSubject [subjectId=google:allowedId, subjectType=mySubjectType, subjectExpiry=null, subjectAnnouncement=null]}], resources=ImmutableResources [resources={policy:/=ImmutableResource [resourceKey=policy:/, effectedPermissions=ImmutableEffectedPermissions [grantedPermissions=[READ], revokedPermissions=[]]]}], importableType=implicit]}]> newSubjects=<[]> deletedSubjects=<[]>
03:12:24 07:12:24.800 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Waiting for <1> ops and <0> sudo ops before stopping
03:12:24 07:12:24.809 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:retrievePolicy> with outcome 'failed' and headers: <ImmutableDittoHeaders [{}]>
03:12:24 07:12:24.810 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received DittoRuntimeException as response from enforcerChild: PolicyNotAccessibleException [message='The Policy with ID 'test.ns:myPolicy63269639' could not be found or requester had insufficient permissions to access it.', errorCode=policies:policy.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Policy was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
03:12:24 07:12:24.811 [INFO ] o.e.d.p.s.p.a.PolicySupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: PolicyNotAccessibleException [message='The Policy with ID 'test.ns:myPolicy63269639' could not be found or requester had insufficient permissions to access it.', errorCode=policies:policy.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Policy was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
03:12:24 07:12:24.811 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stopping after waiting for ongoing ops.
03:12:24 07:12:24.812 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Stopping PersistenceActor for entity with ID <test.ns:myPolicy63269639>.
03:12:24 07:12:24.814 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon.
03:12:24 07:12:24.814 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports.
03:12:24 07:12:24.815 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remoting shut down.
03:12:24 07:12:24.839 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:24 07:12:24.893 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:12:24 07:12:24.929 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:25 07:12:24.981 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:12:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest
03:12:25 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest
03:12:25 07:12:25.018 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:12:25 07:12:25.034 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:30 07:12:30.776 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:33 07:12:33.005 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:42 07:12:42.151 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.36 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest
03:12:45 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest
03:12:45 07:12:45.381 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:12:45 07:12:45.400 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:45 07:12:45.500 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:50 07:12:50.551 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:12:50 07:12:50.643 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:00 07:13:00.552 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:00 07:13:00.641 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:10 07:13:10.541 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:10 [ERROR] [04/09/2024 07:13:10.620] [PekkoTestSystem-pekko.actor.default-dispatcher-18] [pekko://PekkoTestSystem/system/testProbe-70/$a] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-319363359, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-650589586]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-591771011]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-650589586]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-591771011]].)
03:13:10 07:13:10.639 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:10 07:13:10.717 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1318572816, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#833020511]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#1504380775]].)
03:13:10 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#833020511]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#1504380775]].
03:13:10 07:13:10.749 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:10 07:13:10.819 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy244315414, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2003232937]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#633316104]].)
03:13:10 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2003232937]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#633316104]].
03:13:10 07:13:10.838 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:10 07:13:10.918 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.021 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.087 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1388869707, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-771791863]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#1549161466]].)
03:13:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-771791863]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#1549161466]].
03:13:11 07:13:11.100 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.181 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1410930489, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1737932858]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-1000436444]].)
03:13:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1737932858]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-1000436444]].
03:13:11 07:13:11.198 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.297 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.390 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.459 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy652161982, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1422316605]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#827371]].)
03:13:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1422316605]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#827371]].
03:13:11 07:13:11.479 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.667 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.743 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-931950183, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-329893294]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#1078226462]].)
03:13:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-329893294]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#1078226462]].
03:13:11 07:13:11.757 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.845 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy865474786, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2007029721]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#991894498]].)
03:13:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#2007029721]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#991894498]].
03:13:11 07:13:11.865 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:11 07:13:11.929 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1000809376, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1886458554]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-77799509]].)
03:13:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1886458554]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-77799509]].
03:13:12 07:13:11.944 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:15 07:13:15.023 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:15 07:13:15.215 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:15 07:13:15.414 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:15 07:13:15.504 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:22 07:13:22.347 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:22 07:13:22.425 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:22 07:13:22.504 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:22 07:13:22.616 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:22 07:13:22.727 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:22 07:13:22.798 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-2128930903, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-884238454]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#519685316]].)
03:13:22 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-884238454]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#519685316]].
03:13:22 07:13:22.822 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:30 07:13:30.554 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:30 07:13:30.733 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:30 07:13:30.796 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1885178950, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-788822576]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-1546085170]].)
03:13:30 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-788822576]] had already been terminated. Message of type [org.apache.pekko.persistence.inmemory.extension.InMemorySnapshotStorage$Save] was sent by [Actor[pekko://PekkoTestSystem/system/pekko-contrib-mongodb-persistence-policies-snapshots#-1546085170]].
03:13:30 07:13:30.811 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:30 07:13:30.890 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:30.969 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.66 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest
03:13:31 [INFO] Running org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest
03:13:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest
03:13:31 [INFO] Running org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest
03:13:31 07:13:31.130 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:13:31 07:13:31.140 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.183 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.239 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.288 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.329 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.378 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.418 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.467 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.507 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.554 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.589 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.638 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.678 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.729 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.767 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.821 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:31 07:13:31.856 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:31 07:13:31.910 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:31.946 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:31.999 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.046 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.097 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.136 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.186 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.226 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.277 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.315 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.367 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.405 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.455 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.496 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.545 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.583 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.630 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.662 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.709 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.741 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.788 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.819 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.870 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:32 07:13:32.917 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:32 07:13:32.967 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:33 07:13:33.007 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:33 07:13:33.055 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:33 07:13:33.096 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:33 07:13:33.147 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:33 07:13:33.186 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:33 07:13:33.225 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:33 07:13:33.265 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:33 07:13:33.313 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:33 07:13:33.353 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:33 07:13:33.401 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:33 07:13:33.432 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:33 07:13:33.489 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
03:13:33 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.381 s -- in org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest
03:13:33 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest
03:13:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest
03:13:33 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest
03:13:33 07:13:33.529 [INFO ] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
03:13:33 07:13:33.574 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
03:13:33 07:13:33.582 [INFO ] o.a.p.r.a.ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://PoliciesRootActorTest@127.0.0.1:34171] with UID [-6984240087014747704]
03:13:33 07:13:33.584 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:34171] - Starting up, Pekko version [1.0.1] ...
03:13:33 07:13:33.586 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:34171] - Registered cluster JMX MBean [pekko:type=Cluster]
03:13:33 07:13:33.586 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:34171] - Started up successfully
03:13:33 07:13:33.625 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:34171] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining
03:13:33 07:13:33.625 [INFO ] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
03:13:33 07:13:33.656 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:34171] - Node [pekko://PoliciesRootActorTest@127.0.0.1:34171] is JOINING itself (with roles [policies, policy-announcement-aware, blocked-namespaces-aware, dc-default], version [0-SNAPSHOT]) and forming new cluster
03:13:34 07:13:33.938 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@65c5ddfa, com.mongodb.Jep395RecordCodecProvider@2320ae7, com.mongodb.KotlinCodecProvider@1382bea6]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
03:13:34 07:13:33.938 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@65c5ddfa, com.mongodb.Jep395RecordCodecProvider@2320ae7, com.mongodb.KotlinCodecProvider@1382bea6]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
03:13:34 07:13:33.939 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
03:13:34 java.net.ConnectException: Connection refused
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
03:13:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
03:13:34 	... 1 common frames omitted
03:13:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
03:13:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
03:13:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
03:13:34 	at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221)
03:13:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:13:34 	at java.base/java.lang.Thread.run(Thread.java:833)
03:13:34 07:13:33.939 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
03:13:34 java.net.ConnectException: Connection refused
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
03:13:34 	... 7 common frames omitted
03:13:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
03:13:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
03:13:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
03:13:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
03:13:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:13:34 	at java.base/java.lang.Thread.run(Thread.java:833)
03:13:34 07:13:33.967 [INFO ] p.c.p.m.d.ScalaMongoDriver - Applying configuration-specific overrides for driver
03:13:34 07:13:34.056 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@65c5ddfa, com.mongodb.Jep395RecordCodecProvider@2320ae7, com.mongodb.KotlinCodecProvider@1382bea6]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
03:13:34 07:13:34.056 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
03:13:34 java.net.ConnectException: Connection refused
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
03:13:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
03:13:34 	... 1 common frames omitted
03:13:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
03:13:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
03:13:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
03:13:34 	at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221)
03:13:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:13:34 	at java.base/java.lang.Thread.run(Thread.java:833)
03:13:34 07:13:34.070 [INFO ] o.m.d.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|reactive-streams", "version": "4.10.2"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/17.0.2+8-86"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=LOCAL}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@65c5ddfa, com.mongodb.Jep395RecordCodecProvider@2320ae7, com.mongodb.KotlinCodecProvider@1382bea6]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=2, minSize=0, maxWaitTimeMS=30000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
03:13:34 07:13:34.070 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
03:13:34 java.net.ConnectException: Connection refused
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
03:13:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
03:13:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
03:13:34 	... 1 common frames omitted
03:13:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
03:13:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
03:13:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
03:13:34 	at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221)
03:13:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
03:13:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
03:13:34 	at java.base/java.lang.Thread.run(Thread.java:833)
03:13:34 07:13:34.464 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out
03:13:34 07:13:34.464 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out
03:13:45 Failed to stop [PoliciesRootActorTest] within [10 seconds] 
03:13:45 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 2 children
03:13:45    ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=0 14 children
03:13:45    |   ⌊-> IO-TCP RepointableActorRef class org.apache.pekko.io.TcpManager status=0 1 children
03:13:45    |   |   ⌊-> selectors RoutedActorRef class org.apache.pekko.routing.RouterPoolActor status=0 1 children
03:13:45    |   |       ⌊-> $a LocalActorRef class org.apache.pekko.io.SelectionHandler status=0 1 children
03:13:45    |   |           ⌊-> 0 LocalActorRef class org.apache.pekko.io.TcpListener status=0 no children
03:13:45    |   ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=0 6 children
03:13:45    |   |   ⌊-> StreamSupervisor-463 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children
03:13:45    |   |   |   ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:13:45    |   |   ⌊-> StreamSupervisor-464 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 6 children
03:13:45    |   |   |   ⌊-> remote-0-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
03:13:45    |   |   |   ⌊-> remote-2-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
03:13:45    |   |   |   ⌊-> remote-3-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
03:13:45    |   |   |   ⌊-> remote-4-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
03:13:45    |   |   |   ⌊-> remote-5-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
03:13:45    |   |   |   ⌊-> remote-6-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
03:13:45    |   |   ⌊-> StreamSupervisor-465 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children
03:13:45    |   |   |   ⌊-> remoteControl-1-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
03:13:45    |   |   ⌊-> StreamSupervisor-467 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
03:13:45    |   |   ⌊-> StreamSupervisor-468 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
03:13:45    |   |   ⌊-> StreamSupervisor-469 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
03:13:45    |   ⌊-> cluster RepointableActorRef class org.apache.pekko.cluster.ClusterDaemon status=0 2 children
03:13:45    |   |   ⌊-> core LocalActorRef class org.apache.pekko.cluster.ClusterCoreSupervisor status=0 2 children
03:13:45    |   |   |   ⌊-> daemon LocalActorRef class org.apache.pekko.cluster.ClusterCoreDaemon status=0 3 children
03:13:45    |   |   |   |   ⌊-> crossDcHeartbeatSender LocalActorRef class org.apache.pekko.cluster.CrossDcHeartbeatSender status=0 no children
03:13:45    |   |   |   |   ⌊-> downingProvider LocalActorRef class org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver status=0 no children
03:13:45    |   |   |   |   ⌊-> heartbeatSender LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatSender status=0 no children
03:13:45    |   |   |   ⌊-> publisher LocalActorRef class org.apache.pekko.cluster.ClusterDomainEventPublisher status=0 no children
03:13:45    |   |   ⌊-> heartbeatReceiver LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatReceiver status=0 no children
03:13:45    |   ⌊-> clusterEventBusListener RepointableActorRef class org.apache.pekko.cluster.ClusterReadView$$anon$1 status=0 no children
03:13:45    |   ⌊-> deadLetterListener RepointableActorRef class org.apache.pekko.event.DeadLetterListener status=0 no children
03:13:45    |   ⌊-> distributedPubSubMediator RepointableActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator status=0 1 children
03:13:45    |   |   ⌊-> policy-invalidate-enforcers LocalActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Topic status=0 no children
03:13:45    |   ⌊-> eventStreamUnsubscriber-156 RepointableActorRef class org.apache.pekko.event.EventStreamUnsubscriber status=0 no children
03:13:45    |   ⌊-> log1-Slf4jLogger RepointableActorRef class org.apache.pekko.event.slf4j.Slf4jLogger status=0 no children
03:13:45    |   ⌊-> pool-master RepointableActorRef class org.apache.pekko.http.impl.engine.client.PoolMasterActor status=0 no children
03:13:45    |   ⌊-> remote-deployment-watcher RepointableActorRef class org.apache.pekko.remote.RemoteDeploymentWatcher status=0 no children
03:13:45    |   ⌊-> remote-watcher RepointableActorRef class org.apache.pekko.cluster.ClusterRemoteWatcher status=0 no children
03:13:45    |   ⌊-> remoting-terminator RepointableActorRef class org.apache.pekko.remote.RemoteActorRefProvider$RemotingTerminator status=0 no children
03:13:45    |   ⌊-> sharding RepointableActorRef class org.apache.pekko.cluster.sharding.ClusterShardingGuardian status=0 1 children
03:13:45    |   |   ⌊-> policiesReplicator LocalActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
03:13:45    |   ⌊-> testProbe-210 RepointableActorRef class org.apache.pekko.testkit.TestActor status=0 no children
03:13:45    ⌊-> user LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 4 children
03:13:45        ⌊-> $a RepointableActorRef class org.eclipse.ditto.policies.service.starter.PoliciesRootActor status=4 Terminating(Recreation(org.eclipse.ditto.base.service.actors.AbstractDittoRootActorTest$UnknownException))
03:13:45        |   |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing#-694513762]
03:13:45        |   ⌊-> persistencePing LocalActorRef class org.apache.pekko.cluster.singleton.ClusterSingletonManager status=8 Terminating(Termination)
03:13:45        |       |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton#-1607732259]
03:13:45        |       ⌊-> singleton LocalActorRef class org.eclipse.ditto.internal.utils.cluster.ClusterSingletonSupervisorActor status=8 Terminating(Termination)
03:13:45        |           |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child#-1291150306]
03:13:45        |           ⌊-> supervised-child LocalActorRef class org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActor status=8 Terminating(Termination)
03:13:45        |               |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470#-213402205]
03:13:45        |               ⌊-> StreamSupervisor-470 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=8 Terminating(Termination)
03:13:45        |                   |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470/flow-10-0-seqSink#-508759416]
03:13:45        |                   ⌊-> flow-10-0-seqSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:13:45        ⌊-> $b RepointableActorRef class org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProvider$CachingPolicyEnforcerProviderActor status=0 no children
03:13:45        ⌊-> blockedNamespacesReplicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
03:13:45        ⌊-> policy-announcement-aware-replicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
03:13:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.90 s -- in org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest
03:13:45 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest
03:13:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest
03:13:45 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest
03:13:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest
03:13:45 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest
03:13:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest
03:13:45 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest
03:13:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest
03:13:46 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest
03:13:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest
03:14:00 [INFO] 
03:14:00 [INFO] Results:
03:14:00 [INFO] 
03:14:00 [INFO] Tests run: 305, Failures: 0, Errors: 0, Skipped: 0
03:14:00 [INFO] 
03:14:00 [INFO] 
03:14:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service ---
03:14:00 [INFO] 
03:14:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service ---
03:14:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar
03:14:00 [INFO] 
03:14:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service ---
03:14:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:14:00 [INFO] No previous run data found, generating javadoc.
03:14:03 [WARNING] Javadoc Warnings
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.common.config;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.enforcement;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/pre/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/announcements/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/commands/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/package-info.java:14: warning: no comment
03:14:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer;
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:36: warning: no comment
03:14:03 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES =
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:40: warning: no comment
03:14:03 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) {
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/DefaultPolicyMongoEventAdapter.java:25: warning: no comment
03:14:03 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) {
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/DefaultSubjectIdFromActionResolver.java:33: warning: no comment
03:14:03 [WARNING] public DefaultSubjectIdFromActionResolver() {
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:15: warning: no comment
03:14:03 [WARNING] public final class PoliciesPlaceholders {
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:21: warning: no comment
03:14:03 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() {
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/PolicyCommandEnforcement.java:219: warning: no @param for <T>
03:14:03 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse(
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/PolicyConfig.java:93: warning: no comment
03:14:03 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver",
03:14:03 [WARNING] ^
03:14:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActor.java:39: warning: no comment
03:14:03 [WARNING] public static final String ACTOR_NAME = "policyOps";
03:14:03 [WARNING] ^
03:14:03 [WARNING] 18 warnings
03:14:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar
03:14:03 [INFO] 
03:14:03 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service ---
03:14:03 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:14:03 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:14:03 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:14:03 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:14:03 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:14:03 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:14:03 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:14:03 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:14:03 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:14:03 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:14:03 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:14:03 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:14:03 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:14:03 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:14:03 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:14:03 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:14:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:14:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:14:03 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:14:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:14:03 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:14:03 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:14:03 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:14:03 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:14:03 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:14:03 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:14:03 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:14:03 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:14:03 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:14:03 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:14:03 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:14:03 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:14:03 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:14:03 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:14:03 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:14:03 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:14:03 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:14:03 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:14:03 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:14:03 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:14:03 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:14:03 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:14:03 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:14:03 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:14:03 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:14:03 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:14:03 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:14:03 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:14:03 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:14:03 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:14:03 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:14:03 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:14:03 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:14:03 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:14:03 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:14:04 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:04 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:10 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:14:10 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-policies-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar define 2 overlapping resources: 
03:14:10 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:14:10 [WARNING]   - META-INF/NOTICE.md
03:14:10 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:14:10 [WARNING]   - META-INF/LICENSE.txt
03:14:10 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:14:10 [WARNING]   - META-INF.versions.9.module-info
03:14:10 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:14:10 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:14:10 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:14:10 [WARNING] agrona-1.15.1.jar, annotations-13.0.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.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-policies-service-0-SNAPSHOT.jar, ditto-utils-result-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, janino-3.1.11.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:14:10 [WARNING]   - META-INF/MANIFEST.MF
03:14:10 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:14:10 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:14:10 [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-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: 
03:14:10 [WARNING]   - META-INF/DISCLAIMER
03:14:10 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:14:10 [WARNING]   - META-INF/io.netty.versions.properties
03:14:10 [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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-policies-service-0-SNAPSHOT.jar, ditto-utils-result-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-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: 
03:14:10 [WARNING]   - META-INF/LICENSE
03:14:10 [WARNING] maven-shade-plugin has detected that some files are
03:14:10 [WARNING] present in two or more JARs. When this happens, only one
03:14:10 [WARNING] single version of the file is copied to the uber jar.
03:14:10 [WARNING] Usually this is not harmful and you can skip these warnings,
03:14:10 [WARNING] otherwise try to manually exclude artifacts based on
03:14:10 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:14:10 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:14:10 [INFO] Attaching shaded artifact.
03:14:10 [INFO] 
03:14:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service ---
03:14:10 [INFO] Tests are skipped.
03:14:10 [INFO] 
03:14:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service ---
03:14:10 [INFO] Tests are skipped.
03:14:10 [INFO] 
03:14:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service ---
03:14:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec
03:14:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes
03:14:11 [INFO] 
03:14:11 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service ---
03:14:11 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT.pom
03:14:11 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT.jar
03:14:11 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT-javadoc.jar
03:14:11 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT-allinone.jar
03:14:11 [INFO] 
03:14:11 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >---------------
03:14:11 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT          [75/77]
03:14:11 [INFO]   from wot/integration/pom.xml
03:14:11 [INFO] --------------------------------[ jar ]---------------------------------
03:14:11 [INFO] 
03:14:11 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-integration ---
03:14:11 [INFO] 
03:14:11 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-integration ---
03:14:11 [INFO] 
03:14:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
03:14:11 [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/integration/target/jacoco.exec
03:14:11 [INFO] 
03:14:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration ---
03:14:11 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:14:11 [WARNING] 
03:14:11 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:14:11 [WARNING] 
03:14:11 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:14:11 [WARNING] 
03:14:11 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:14:11 [INFO] 
03:14:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration ---
03:14:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources
03:14:11 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:14:11 [INFO] 
03:14:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration ---
03:14:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT...
03:14:11 [INFO] 
03:14:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration ---
03:14:11 [INFO] Changes detected - recompiling the module! :dependency
03:14:11 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
03:14:11 [INFO] 
03:14:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration ---
03:14:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources
03:14:11 [INFO] 
03:14:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration ---
03:14:11 [INFO] No sources to compile
03:14:11 [INFO] 
03:14:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration ---
03:14:11 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:14:11 [INFO] No tests to run.
03:14:11 [INFO] 
03:14:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration ---
03:14:11 [INFO] 
03:14:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration ---
03:14:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar
03:14:11 [INFO] 
03:14:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration ---
03:14:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:14:11 [INFO] No previous run data found, generating javadoc.
03:14:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
03:14:13 [INFO] 
03:14:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration ---
03:14:13 [INFO] Tests are skipped.
03:14:13 [INFO] 
03:14:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration ---
03:14:13 [INFO] Tests are skipped.
03:14:13 [INFO] 
03:14:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration ---
03:14:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:14:13 [INFO] 
03:14:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration ---
03:14:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/integration/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/0-SNAPSHOT/ditto-wot-integration-0-SNAPSHOT.pom
03:14:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/0-SNAPSHOT/ditto-wot-integration-0-SNAPSHOT.jar
03:14:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/0-SNAPSHOT/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
03:14:13 [INFO] 
03:14:13 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >---------------
03:14:13 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT           [76/77]
03:14:13 [INFO]   from things/service/pom.xml
03:14:13 [INFO] --------------------------------[ jar ]---------------------------------
03:14:13 [INFO] 
03:14:13 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-service ---
03:14:13 [INFO] 
03:14:13 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-service ---
03:14:13 [INFO] 
03:14:13 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
03:14:13 [INFO] Assigning port '41365' to property 'random-pekko-tcp-port'
03:14:13 [INFO] 
03:14:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
03:14:13 [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/service/target/jacoco.exec
03:14:13 [INFO] 
03:14:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service ---
03:14:13 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:14:13 [WARNING] 
03:14:13 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:14:13 [WARNING] 
03:14:13 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:14:13 [WARNING] 
03:14:13 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:14:13 [INFO] 
03:14:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service ---
03:14:13 [INFO] Copying 1 resource from src/main/resources to target/classes
03:14:13 [INFO] Copying 5 resources from src/main/resources to target/classes
03:14:13 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:14:13 [INFO] 
03:14:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service ---
03:14:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT...
03:14:13 [INFO] 
03:14:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service ---
03:14:13 [INFO] Changes detected - recompiling the module! :dependency
03:14:13 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes
03:14:14 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Some input files use unchecked or unsafe operations.
03:14:14 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Recompile with -Xlint:unchecked for details.
03:14:14 [INFO] 
03:14:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service ---
03:14:14 [INFO] Copying 5 resources from src/test/resources to target/test-classes
03:14:14 [INFO] 
03:14:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service ---
03:14:14 [INFO] Changes detected - recompiling the module! :dependency
03:14:14 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes
03:14:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Some input files use or override a deprecated API.
03:14:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Recompile with -Xlint:deprecation for details.
03:14:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java uses unchecked or unsafe operations.
03:14:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: Recompile with -Xlint:unchecked for details.
03:14:17 [INFO] 
03:14:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service ---
03:14:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:14:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/service/target/surefire-reports
03:14:17 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
03:14:17 [INFO] 
03:14:17 [INFO] -------------------------------------------------------
03:14:17 [INFO]  T E S T S
03:14:17 [INFO] -------------------------------------------------------
03:14:19 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest
03:14:19 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest
03:14:19 [INFO] Running org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest
03:14:19 07:14:19,719 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
03:14:19 07:14:19,721 |-INFO in ch.qos.logback.classic.util.ContextInitializer@12f279b5 - No custom configurators were discovered as a service.
03:14:19 07:14:19,721 |-INFO in ch.qos.logback.classic.util.ContextInitializer@12f279b5 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
03:14:19 07:14:19,723 |-INFO in ch.qos.logback.classic.util.ContextInitializer@12f279b5 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
03:14:19 07:14:19,727 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
03:14:19 07:14:19,727 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
03:14:19 07:14:19,732 |-INFO in ch.qos.logback.classic.util.ContextInitializer@12f279b5 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 6 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
03:14:19 07:14:19,732 |-INFO in ch.qos.logback.classic.util.ContextInitializer@12f279b5 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
03:14:19 07:14:19,733 |-INFO in ch.qos.logback.classic.util.ContextInitializer@12f279b5 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
03:14:19 07:14:19,735 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/ditto-ci/things/service/target/test-classes/logback-test.xml]
03:14:19 07:14:19,855 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
03:14:19 07:14:19,870 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@5ff6dd3c - Setting level of jul logger [org.junit] to null
03:14:19 07:14:19,871 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@5ff6dd3c - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
03:14:19 07:14:19,871 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Starting LoggerContextListener
03:14:19 07:14:19,872 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
03:14:19 07:14:19,872 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
03:14:19 07:14:19,877 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
03:14:19 07:14:19,914 |-ERROR in ch.qos.logback.classic.pattern.LoggerConverter@5fcd1f0a - failed to parse integer string [20‚] java.lang.NumberFormatException: For input string: "20‚"
03:14:19 	at java.lang.NumberFormatException: For input string: "20‚"
03:14:19 	at 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
03:14:19 	at 	at java.base/java.lang.Integer.parseInt(Integer.java:668)
03:14:19 	at 	at java.base/java.lang.Integer.parseInt(Integer.java:786)
03:14:19 	at 	at ch.qos.logback.classic.pattern.NamedConverter.start(NamedConverter.java:92)
03:14:19 	at 	at ch.qos.logback.core.pattern.ConverterUtil.startConverters(ConverterUtil.java:37)
03:14:19 	at 	at ch.qos.logback.core.pattern.PatternLayoutBase.start(PatternLayoutBase.java:90)
03:14:19 	at 	at ch.qos.logback.classic.encoder.PatternLayoutEncoder.start(PatternLayoutEncoder.java:28)
03:14:19 	at 	at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandleComplex(ImplicitModelHandler.java:208)
03:14:19 	at 	at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandle(ImplicitModelHandler.java:186)
03:14:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:257)
03:14:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253)
03:14:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253)
03:14:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.traversalLoop(DefaultProcessor.java:90)
03:14:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.process(DefaultProcessor.java:106)
03:14:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.processModel(GenericXMLConfigurator.java:208)
03:14:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:170)
03:14:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:122)
03:14:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:65)
03:14:19 	at 	at ch.qos.logback.classic.util.DefaultJoranConfigurator.configureByResource(DefaultJoranConfigurator.java:68)
03:14:19 	at 	at ch.qos.logback.classic.util.DefaultJoranConfigurator.configure(DefaultJoranConfigurator.java:35)
03:14:19 	at 	at ch.qos.logback.classic.util.ContextInitializer.invokeConfigure(ContextInitializer.java:128)
03:14:19 	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:103)
03:14:19 	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:66)
03:14:19 	at 	at ch.qos.logback.classic.spi.LogbackServiceProvider.initializeLoggerContext(LogbackServiceProvider.java:52)
03:14:19 	at 	at ch.qos.logback.classic.spi.LogbackServiceProvider.initialize(LogbackServiceProvider.java:41)
03:14:19 	at 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:196)
03:14:19 	at 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:183)
03:14:19 	at 	at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:486)
03:14:19 	at 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:472)
03:14:19 	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:421)
03:14:19 	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:447)
03:14:19 	at 	at org.eclipse.ditto.internal.utils.pekko.logging.DittoLoggerFactory.getThreadSafeLogger(DittoLoggerFactory.java:95)
03:14:19 	at 	at org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded.<clinit>(AbstractEnforcementReloaded.java:36)
03:14:19 	at 	at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.lambda$rejectByPolicy$0(MergeThingCommandEnforcementTest.java:121)
03:14:19 	at 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
03:14:19 	at 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
03:14:19 	at 	at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.rejectByPolicy(MergeThingCommandEnforcementTest.java:120)
03:14:19 	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:14:19 	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:14:19 	at 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:14:19 	at 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:14:19 	at 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
03:14:19 	at 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
03:14:19 	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
03:14:19 	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
03:14:19 	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
03:14:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:226)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:204)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:142)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.lambda$execute$2(TestTemplateTestDescriptor.java:110)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
03:14:19 	at 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
03:14:19 	at 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
03:14:19 	at 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
03:14:19 	at 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
03:14:19 	at 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
03:14:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
03:14:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
03:14:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:110)
03:14:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:44)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
03:14:19 	at 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
03:14:19 	at 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
03:14:19 	at 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
03:14:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
03:14:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
03:14:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
03:14:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
03:14:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
03:14:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
03:14:19 	at 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
03:14:19 	at 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
03:14:19 	at 	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
03:14:19 	at 	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
03:14:19 	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
03:14:19 	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
03:14:19 	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
03:14:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:14:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:14:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:14:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:14:19 07:14:19,916 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
03:14:19 07:14:19,916 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@5ff6dd3c - Propagating INFO level on Logger[org.eclipse.ditto] onto the JUL framework
03:14:19 07:14:19,916 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
03:14:19 07:14:19,916 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@5ff6dd3c - Propagating WARN level on Logger[ROOT] onto the JUL framework
03:14:19 07:14:19,916 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
03:14:19 07:14:19,917 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@576b7c74 - End of configuration.
03:14:19 07:14:19,919 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@21de60a7 - Registering current configuration as safe fallback point
03:14:19 07:14:19,919 |-INFO in ch.qos.logback.classic.util.ContextInitializer@12f279b5 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 186 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
03:14:19 
03:14:20 [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 s -- in org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest
03:14:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest
03:14:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest
03:14:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest
03:14:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest
03:14:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyModifiedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesDeletedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesDeletedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.PolicyIdModifiedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.PolicyIdModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDeletedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDeletedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesDeletedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesModifiedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureModifiedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionModifiedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionModifiedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionDeletedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest
03:14:21 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyCreatedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyCreatedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest
03:14:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest
03:14:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest
03:14:23 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:14:26 [INFO] [04/09/2024 07:14:25.958] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.632 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest
03:14:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest
03:14:26 [INFO] [04/09/2024 07:14:26.448] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest
03:14:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest
03:14:26 [INFO] [04/09/2024 07:14:26.743] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest
03:14:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest
03:14:26 [INFO] [04/09/2024 07:14:26.883] [main] [CoordinatedShutdown(pekko://RetrieveAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest
03:14:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest
03:14:27 [INFO] [04/09/2024 07:14:27.033] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest
03:14:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest
03:14:27 [INFO] [04/09/2024 07:14:27.148] [main] [CoordinatedShutdown(pekko://DeleteThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest
03:14:27 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest
03:14:29 [INFO] [04/09/2024 07:14:29.096] [main] [CoordinatedShutdown(pekko://RetrieveFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.936 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest
03:14:29 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest
03:14:30 [INFO] [04/09/2024 07:14:30.000] [main] [CoordinatedShutdown(pekko://RetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:30 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest
03:14:30 [INFO] [04/09/2024 07:14:30.078] [main] [CoordinatedShutdown(pekko://ModifyThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest
03:14:30 [INFO] [04/09/2024 07:14:30.175] [main] [CoordinatedShutdown(pekko://ModifyFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest
03:14:30 [INFO] [04/09/2024 07:14:30.270] [main] [CoordinatedShutdown(pekko://DeleteFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest
03:14:30 [INFO] [04/09/2024 07:14:30.358] [main] [CoordinatedShutdown(pekko://ModifyAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest
03:14:30 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest
03:14:30 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest
03:14:30 [INFO] [04/09/2024 07:14:30.918] [main] [CoordinatedShutdown(pekko://RetrieveThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest
03:14:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest
03:14:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest
03:14:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest
03:14:31 [INFO] [04/09/2024 07:14:31.777] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:31 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest
03:14:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest
03:14:31 [INFO] [04/09/2024 07:14:31.890] [main] [CoordinatedShutdown(pekko://MergeThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest
03:14:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest
03:14:31 [INFO] [04/09/2024 07:14:31.966] [main] [CoordinatedShutdown(pekko://DeleteFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest
03:14:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest
03:14:32 [INFO] [04/09/2024 07:14:32.062] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:32 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest
03:14:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest
03:14:32 [INFO] [04/09/2024 07:14:32.141] [main] [CoordinatedShutdown(pekko://DeleteAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest
03:14:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest
03:14:32 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest
03:14:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest
03:14:32 [INFO] [04/09/2024 07:14:32.768] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:32 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest
03:14:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest
03:14:32 [INFO] [04/09/2024 07:14:32.845] [main] [CoordinatedShutdown(pekko://DeleteAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest
03:14:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest
03:14:32 [INFO] [04/09/2024 07:14:32.921] [main] [CoordinatedShutdown(pekko://ModifyPolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest
03:14:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest
03:14:32 [INFO] [04/09/2024 07:14:32.976] [main] [CoordinatedShutdown(pekko://RetrievePolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest
03:14:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest
03:14:33 [INFO] [04/09/2024 07:14:33.050] [main] [CoordinatedShutdown(pekko://ThingConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest
03:14:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest
03:14:33 [INFO] [04/09/2024 07:14:33.121] [main] [CoordinatedShutdown(pekko://DeleteFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest
03:14:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest
03:14:33 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest
03:14:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest
03:14:33 [INFO] [04/09/2024 07:14:33.248] [main] [CoordinatedShutdown(pekko://SudoRetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:33 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest
03:14:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest
03:14:33 [INFO] [04/09/2024 07:14:33.334] [main] [CoordinatedShutdown(pekko://ModifyAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest
03:14:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest
03:14:33 [INFO] [04/09/2024 07:14:33.661] [main] [CoordinatedShutdown(pekko://ModifyFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest
03:14:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest
03:14:33 [INFO] [04/09/2024 07:14:33.994] [main] [CoordinatedShutdown(pekko://ModifyFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest
03:14:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.054] [main] [CoordinatedShutdown(pekko://DeleteThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.127] [main] [CoordinatedShutdown(pekko://RetrieveAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.215] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.282] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.363] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.435] [main] [CoordinatedShutdown(pekko://RetrieveFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest
03:14:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.836] [main] [CoordinatedShutdown(pekko://ModifyThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.916] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest
03:14:34 [INFO] [04/09/2024 07:14:34.969] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest
03:14:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest
03:14:35 [INFO] [04/09/2024 07:14:35.046] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:14:35 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest
03:14:35 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest
03:14:35 2024-04-09 07:14:35,056 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:14:35 2024-04-09 07:14:35,077 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldNotBeDeletedOnThingRetrieveAndActorFail()
03:14:36 2024-04-09 07:14:36,152 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:14:36 2024-04-09 07:14:36,791 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingIdf69c79b7-f4ce-4f88-9d80-bd0181f08668>.
03:14:36 java.lang.RuntimeException: Failed to create PersistenceActor
03:14:36 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
03:14:36 	... 20 common frames omitted
03:14:36 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:14:36 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03:14:36 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
03:14:36 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:14:36 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:14:36 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:14:36 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
03:14:36 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
03:14:36 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:14:36 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:14:36 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:14:36 	... 10 common frames omitted
03:14:36 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdf69c79b7-f4ce-4f88-9d80-bd0181f08668/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
03:14:36 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:14:36 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:14:36 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:14:36 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:14:36 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:14:36 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:14:36 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:14:36 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:14:36 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:14:36 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:14:36 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:14:36 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:14:36 2024-04-09 07:14:36,820 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor
03:14:36 java.lang.RuntimeException: Failed to create PersistenceActor
03:14:36 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
03:14:36 	... 20 common frames omitted
03:14:36 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:14:36 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03:14:36 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
03:14:36 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:14:36 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:14:36 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:14:36 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
03:14:36 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
03:14:36 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:14:36 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:14:36 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:14:36 	... 10 common frames omitted
03:14:36 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdf69c79b7-f4ce-4f88-9d80-bd0181f08668/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
03:14:36 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:14:36 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:14:36 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:14:36 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:14:36 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:14:36 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:14:36 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:14:36 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:14:36 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:14:36 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:14:36 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:14:36 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:14:36 2024-04-09 07:14:36,840 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingIdf69c79b7-f4ce-4f88-9d80-bd0181f08668> terminated abnormally.
03:14:36 2024-04-09 07:14:36,857 WARN  [sudoRetrieveThingFromThingEnforcerActor-bbdc4345-8ad4-4247-a666-e373e60607ed] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingIdf69c79b7-f4ce-4f88-9d80-bd0181f08668>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingIdf69c79b7-f4ce-4f88-9d80-bd0181f08668, selectedFields=/policyId, useOriginalSchemaVersion=false]>
03:14:36 2024-04-09 07:14:36,858 INFO  [69dbf63c-51ea-460b-9973-a50e359917b9] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=69dbf63c-51ea-460b-9973-a50e359917b9}]>
03:14:36 2024-04-09 07:14:36,861 INFO  [69dbf63c-51ea-460b-9973-a50e359917b9] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingUnavailableException [message='The Thing with ID 'org.eclipse.ditto:thingIdf69c79b7-f4ce-4f88-9d80-bd0181f08668' 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 [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=69dbf63c-51ea-460b-9973-a50e359917b9}]]
03:14:37 2024-04-09 07:14:37,018 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeaturesMetadata()
03:14:37 2024-04-09 07:14:37,719 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:14:37 2024-04-09 07:14:37,736 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>.
03:14:37 2024-04-09 07:14:37,753 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeader()
03:14:37 2024-04-09 07:14:37,888 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:14:37 2024-04-09 07:14:37,898 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:14:38 2024-04-09 07:14:37,968 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenNotExplicitlySpecifiedV2()
03:14:38 2024-04-09 07:14:38,088 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:14:38 2024-04-09 07:14:38,119 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:14:38 2024-04-09 07:14:38,131 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttribute()
03:14:38 2024-04-09 07:14:38,232 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:14:38 2024-04-09 07:14:38,244 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeSoThatThingGetsTooLarge()
03:15:00 2024-04-09 07:15:00,244 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:00 2024-04-09 07:15:00,268 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeMetadata()
03:15:00 2024-04-09 07:15:00,389 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:00 2024-04-09 07:15:00,395 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>.
03:15:00 2024-04-09 07:15:00,424 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyWithLiveChannelCondition()
03:15:00 2024-04-09 07:15:00,522 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:00 2024-04-09 07:15:00,546 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttributesMetadataWithDeleteMetadataHeader()
03:15:00 2024-04-09 07:15:00,655 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:00 2024-04-09 07:15:00,661 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:00 2024-04-09 07:15:00,679 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureMetadataWithGetMetadataHeader()
03:15:00 2024-04-09 07:15:00,776 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:00 2024-04-09 07:15:00,792 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteThingV2()
03:15:00 2024-04-09 07:15:00,880 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:00 2024-04-09 07:15:00,881 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdf26166a6-e4a4-416f-b887-1ae653d2435f>.
03:15:00 2024-04-09 07:15:00,883 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
03:15:00 2024-04-09 07:15:00,895 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyAndAttributeMetadataWithGetMetadataWildcardHeader()
03:15:01 2024-04-09 07:15:00,996 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:01 2024-04-09 07:15:01,015 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveLeafMetadataWithGetMetadataWildcardHeader()
03:15:01 2024-04-09 07:15:01,097 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:01 2024-04-09 07:15:01,104 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:01 2024-04-09 07:15:01,126 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedIfPersistenceActorTerminates()
03:15:01 2024-04-09 07:15:01,230 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:01 2024-04-09 07:15:01,255 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
03:15:01 2024-04-09 07:15:01,258 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:01 2024-04-09 07:15:01,263 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:01 2024-04-09 07:15:01,290 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:01 2024-04-09 07:15:01,317 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:01 2024-04-09 07:15:01,323 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId386b1496-c764-449f-a0f2-1968399a4168> terminated abnormally.
03:15:01 2024-04-09 07:15:01,825 WARN  [sudoRetrieveThingFromThingEnforcerActor-01a4fe2f-011c-4d57-adf9-810d7a3defa5] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingId386b1496-c764-449f-a0f2-1968399a4168>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingId386b1496-c764-449f-a0f2-1968399a4168, selectedFields=/policyId, useOriginalSchemaVersion=false]>
03:15:01 2024-04-09 07:15:01,826 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}}]>
03:15:01 2024-04-09 07:15:01,827 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingUnavailableException [message='The Thing with ID 'org.eclipse.ditto:thingId386b1496-c764-449f-a0f2-1968399a4168' 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 [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}}]]
03:15:01 2024-04-09 07:15:01,839 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithoutPreviousCreate()
03:15:01 2024-04-09 07:15:01,931 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttribute()
03:15:02 2024-04-09 07:15:02,020 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:02 2024-04-09 07:15:02,023 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>.
03:15:02 2024-04-09 07:15:02,033 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToModifyFeaturePropertyAndReceiveCorrectErrorCode()
03:15:02 2024-04-09 07:15:02,125 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:02 2024-04-09 07:15:02,134 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedAndPolicyIsDeletedIfPersistenceActorFails()
03:15:02 2024-04-09 07:15:02,216 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:02 2024-04-09 07:15:02,222 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingIddd08c16a-2472-4c06-922a-98ba060708bb>.
03:15:02 java.lang.RuntimeException: Failed to create PersistenceActor
03:15:02 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
03:15:02 	... 20 common frames omitted
03:15:02 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:15:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03:15:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
03:15:02 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:15:02 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:15:02 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:15:02 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
03:15:02 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
03:15:02 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:15:02 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:15:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:15:02 	... 10 common frames omitted
03:15:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIddd08c16a-2472-4c06-922a-98ba060708bb/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
03:15:02 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:15:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:15:02 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:15:02 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:15:02 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:15:02 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:15:02 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:15:02 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:15:02 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:15:02 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:15:02 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:15:02 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:15:02 2024-04-09 07:15:02,223 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor
03:15:02 java.lang.RuntimeException: Failed to create PersistenceActor
03:15:02 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
03:15:02 	... 20 common frames omitted
03:15:02 Wrapped by: java.lang.reflect.InvocationTargetException: null
03:15:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03:15:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
03:15:02 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
03:15:02 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
03:15:02 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
03:15:02 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
03:15:02 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
03:15:02 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
03:15:02 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
03:15:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
03:15:02 	... 10 common frames omitted
03:15:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIddd08c16a-2472-4c06-922a-98ba060708bb/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
03:15:02 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
03:15:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
03:15:02 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
03:15:02 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
03:15:02 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
03:15:02 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
03:15:02 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:15:02 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:15:02 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:15:02 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:15:02 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:15:02 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:15:02 2024-04-09 07:15:02,223 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingIddd08c16a-2472-4c06-922a-98ba060708bb> terminated abnormally.
03:15:02 2024-04-09 07:15:02,231 INFO  [bf9e1653-1897-444e-8fed-bac7302309de] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
03:15:02 2024-04-09 07:15:02,232 INFO  [bf9e1653-1897-444e-8fed-bac7302309de] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:02 2024-04-09 07:15:02,233 INFO  [bf9e1653-1897-444e-8fed-bac7302309de] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Target actor exception received: <CompletionException>, cause: <ThingUnavailableException>. Sending RollbackCreatedPolicy msg to self, potentially rolling back a created policy.
03:15:02 2024-04-09 07:15:02,242 WARN  [bf9e1653-1897-444e-8fed-bac7302309de] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Rolling back created policy as consequence of received RollbackCreatedPolicy message: RollbackCreatedPolicy[initialCommand=CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=bf9e1653-1897-444e-8fed-bac7302309de}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingIddd08c16a-2472-4c06-922a-98ba060708bb, policyId=null, definition=null, attributes={"attrKey":"attrVal"}, features=ImmutableFeatures [features=[ImmutableFeature [featureId=featureId, definition=ImmutableFeatureDefinition [identifierList=[ns:name:version]], properties={"featurePropertyKey":"featurePropertyValue"}, desiredProperties=null]]], lifecycle=ACTIVE, revision=1, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null], response=java.util.concurrent.CompletionException: ThingUnavailableException [message='The Thing with ID 'org.eclipse.ditto:thingIddd08c16a-2472-4c06-922a-98ba060708bb' 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 [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=bf9e1653-1897-444e-8fed-bac7302309de, ditto-read-subjects=["test:allowedId"]}]], responseFuture=java.util.concurrent.CompletableFuture@52fb130b[Not completed, 1 dependents]]
03:15:02 2024-04-09 07:15:02,247 INFO  [bf9e1653-1897-444e-8fed-bac7302309de] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <org.eclipse.ditto:policyId> deleted after rolling back it's creation. Policies shard region response: <DeletePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=bf9e1653-1897-444e-8fed-bac7302309de, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]>
03:15:02 2024-04-09 07:15:02,247 INFO  [bf9e1653-1897-444e-8fed-bac7302309de] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingUnavailableException [message='The Thing with ID 'org.eclipse.ditto:thingIddd08c16a-2472-4c06-922a-98ba060708bb' 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 [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=bf9e1653-1897-444e-8fed-bac7302309de, ditto-read-subjects=["test:allowedId"]}]]
03:15:02 2024-04-09 07:15:02,355 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingWhichWasNotYetCreated()
03:15:02 2024-04-09 07:15:02,461 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2AndUpdateWithV2AndChangedPolicyId()
03:15:02 2024-04-09 07:15:02,569 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:02 2024-04-09 07:15:02,573 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:02 2024-04-09 07:15:02,580 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAndRecreateThingWithMinimumData()
03:15:02 2024-04-09 07:15:02,681 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:02 2024-04-09 07:15:02,682 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdf293038f-8756-42bc-a9ef-db28847d2dfb>.
03:15:02 2024-04-09 07:15:02,684 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
03:15:02 2024-04-09 07:15:02,688 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>.
03:15:02 2024-04-09 07:15:02,703 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#shutdownOnCommand()
03:15:02 2024-04-09 07:15:02,776 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:02 2024-04-09 07:15:02,791 INFO  [] org.eclipse.ditto.base.service.actors.ShutdownBehaviour - Shutting down <Actor[pekko://PekkoTestSystem/user/org.eclipse.ditto:thingId9d02429e-e8e6-4028-b67d-26b3a61d1db8#-1356454123]> due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=org.eclipse.ditto]]>.
03:15:02 2024-04-09 07:15:02,806 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureReturnsExpected()
03:15:02 2024-04-09 07:15:02,932 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:03 2024-04-09 07:15:02,946 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatures()
03:15:03 2024-04-09 07:15:03,083 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:03 2024-04-09 07:15:03,087 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>.
03:15:03 2024-04-09 07:15:03,099 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterCreation()
03:15:03 2024-04-09 07:15:03,188 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:03 2024-04-09 07:15:03,201 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturesMetadataWithGetMetadataHeader()
03:15:03 2024-04-09 07:15:03,293 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:03 2024-04-09 07:15:03,310 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributes()
03:15:03 2024-04-09 07:15:03,398 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:03 2024-04-09 07:15:03,401 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>.
03:15:03 2024-04-09 07:15:03,423 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToCreateThingWithDifferentThingId()
03:15:03 2024-04-09 07:15:03,526 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldBeDeletedOnThingCreateAndErrorResponse()
03:15:03 2024-04-09 07:15:03,612 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:03 2024-04-09 07:15:03,723 INFO  [8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
03:15:03 2024-04-09 07:15:03,724 INFO  [8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:03 2024-04-09 07:15:03,726 WARN  [8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Rolling back created policy as consequence of received RollbackCreatedPolicy message: RollbackCreatedPolicy[initialCommand=CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0, ditto-read-subjects=["test:allowedId"]}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingId4a745000-9f90-4bce-aea3-ddb5589d3782, policyId=org.eclipse.ditto:policyId, definition=null, attributes={"attrKey":"attrVal"}, features=ImmutableFeatures [features=[ImmutableFeature [featureId=featureId, definition=ImmutableFeatureDefinition [identifierList=[ns:name:version]], properties={"featurePropertyKey":"featurePropertyValue"}, desiredProperties=null]]], lifecycle=ACTIVE, revision=1, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null], response=ThingUnavailableException [message='Error in target persistent actor', 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 [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0}]], responseFuture=java.util.concurrent.CompletableFuture@217cd94a[Not completed]]
03:15:03 2024-04-09 07:15:03,728 INFO  [8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <org.eclipse.ditto:policyId> deleted after rolling back it's creation. Policies shard region response: <DeletePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]>
03:15:03 2024-04-09 07:15:03,729 INFO  [8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Target actor exception received: <CompletionException>, cause: <ThingUnavailableException>. Sending RollbackCreatedPolicy msg to self, potentially rolling back a created policy.
03:15:03 2024-04-09 07:15:03,729 INFO  [8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingUnavailableException [message='Error in target persistent actor', 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 [{ditto-auth-context={"type":"unspecified","subjects":["test:allowedId"]}, correlation-id=8b75ed70-ef2c-42ef-b3d4-a2eacc5e0ae0}]]
03:15:03 2024-04-09 07:15:03,837 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenExplicitlySpecifiedV2()
03:15:03 2024-04-09 07:15:03,925 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:03 2024-04-09 07:15:03,929 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:03 2024-04-09 07:15:03,943 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterModification()
03:15:04 2024-04-09 07:15:04,030 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,035 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:04 2024-04-09 07:15:04,044 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2WithMissingPolicyIdThrowsPolicyIdMissingException()
03:15:04 2024-04-09 07:15:04,156 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectness()
03:15:04 2024-04-09 07:15:04,242 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,246 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:04 2024-04-09 07:15:04,260 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingAfterDeletion()
03:15:04 2024-04-09 07:15:04,340 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,341 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId7b119014-9617-4cd1-b208-c901e05dc4c6>.
03:15:04 2024-04-09 07:15:04,343 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
03:15:04 2024-04-09 07:15:04,351 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttribute()
03:15:04 2024-04-09 07:15:04,429 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,432 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>.
03:15:04 2024-04-09 07:15:04,442 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteMetadataForDeleteAttributeCommand()
03:15:04 2024-04-09 07:15:04,534 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,537 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>.
03:15:04 2024-04-09 07:15:04,553 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributesMetadata()
03:15:04 2024-04-09 07:15:04,655 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,660 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>.
03:15:04 2024-04-09 07:15:04,674 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingV2()
03:15:04 2024-04-09 07:15:04,754 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,765 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#testRemovalOfEmptyMetadataAfterDeletion()
03:15:04 2024-04-09 07:15:04,844 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:04 2024-04-09 07:15:04,850 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:04 2024-04-09 07:15:04,854 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>.
03:15:04 2024-04-09 07:15:04,865 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingCreated()
03:15:04 2024-04-09 07:15:04,955 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:05 2024-04-09 07:15:05,112 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId688c8e03-4e0b-43dc-a6ed-98e6d0534ba6> was recovered.
03:15:05 2024-04-09 07:15:05,195 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingsWithoutThingIdOfActor()
03:15:05 2024-04-09 07:15:05,273 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:05 2024-04-09 07:15:05,274 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Unknown message: RetrieveThings [type=things.commands:retrieveThings, dittoHeaders=ImmutableDittoHeaders [{}], thingIds=[foo:bar, bum:lux], selectedFields=null, namespace=null]
03:15:05 2024-04-09 07:15:05,386 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttributesWithGetMetadataHeader()
03:15:05 2024-04-09 07:15:05,466 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:05 2024-04-09 07:15:05,476 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatureMetadata()
03:15:05 2024-04-09 07:15:05,559 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:05 2024-04-09 07:15:05,563 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featureModified> w/ rev: <2>.
03:15:05 2024-04-09 07:15:05,570 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#responsesDuringInitializationAreSentWithDittoHeaders()
03:15:05 2024-04-09 07:15:05,661 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingDeleted()
03:15:05 2024-04-09 07:15:05,741 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:05 2024-04-09 07:15:05,742 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId0d021d89-b703-4ffc-be47-0ca2680fb9a0>.
03:15:05 2024-04-09 07:15:05,744 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
03:15:05 2024-04-09 07:15:05,861 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeaderForMergeCommand()
03:15:05 2024-04-09 07:15:05,940 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:05 2024-04-09 07:15:05,944 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>.
03:15:05 2024-04-09 07:15:05,952 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteExistingMetadataWithMergeCommand()
03:15:06 2024-04-09 07:15:06,029 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:06 2024-04-09 07:15:06,032 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>.
03:15:06 2024-04-09 07:15:06,043 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#multipleMetadataHeadersResultsInException()
03:15:06 2024-04-09 07:15:06,119 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:06 2024-04-09 07:15:06,136 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithWildcardInMetadata()
03:15:06 2024-04-09 07:15:06,224 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:06 2024-04-09 07:15:06,229 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:06 2024-04-09 07:15:06,240 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectnessAfterRecovery()
03:15:06 2024-04-09 07:15:06,323 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:06 2024-04-09 07:15:06,326 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:06 2024-04-09 07:15:06,433 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId926824d1-ea8e-4e67-aa11-e6bbf333ac4d> was recovered.
03:15:06 2024-04-09 07:15:06,546 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterRecovery()
03:15:06 2024-04-09 07:15:06,623 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:06 2024-04-09 07:15:06,730 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId3a33206a-112a-44b0-8fa8-bc8b545daa02> was recovered.
03:15:06 2024-04-09 07:15:06,837 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingV2()
03:15:06 2024-04-09 07:15:06,912 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:06 2024-04-09 07:15:06,927 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingV2()
03:15:07 2024-04-09 07:15:07,002 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:07 2024-04-09 07:15:07,005 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:07 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.97 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest
03:15:07 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest
03:15:09 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.773 s -- in org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest
03:15:09 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest
03:15:09 2024-04-09 07:15:09,791 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:15:09 2024-04-09 07:15:09,797 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#thingInArbitraryStateIsSnapshotCorrectly()
03:15:09 2024-04-09 07:15:09,901 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told CreateThing, expecting CreateThingResponse ...
03:15:09 2024-04-09 07:15:09,905 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:09 2024-04-09 07:15:09,906 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots are empty. ..
03:15:10 2024-04-09 07:15:10,929 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told ModifyThing, expecting ModifyThingResponse. ..
03:15:10 2024-04-09 07:15:10,932 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:10 2024-04-09 07:15:10,935 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots contain Thing..
03:15:12 2024-04-09 07:15:11,947 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse ...
03:15:12 2024-04-09 07:15:11,948 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Restarting ThingPersistenceActor ...
03:15:12 2024-04-09 07:15:11,948 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting ThingPersistenceActor to be terminated ...
03:15:12 2024-04-09 07:15:11,948 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Recreating ThingPersistenceActor ...
03:15:12 2024-04-09 07:15:12,050 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse..
03:15:12 2024-04-09 07:15:12,053 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdd5acabc7-6b48-49a2-8794-8d4936275def> was recovered.
03:15:12 2024-04-09 07:15:12,069 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#deletedThingIsSnapshotWithCorrectDataAndCanBeRecreated()
03:15:12 2024-04-09 07:15:12,157 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:13 2024-04-09 07:15:13,164 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIde1850b6e-3b08-4951-ad75-b9b35e6ecc35>.
03:15:13 2024-04-09 07:15:13,167 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
03:15:14 2024-04-09 07:15:14,283 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>.
03:15:15 2024-04-09 07:15:15,300 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#actorCannotBeStartedWithNegativeSnapshotThreshold()
03:15:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.581 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest
03:15:15 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest
03:15:15 2024-04-09 07:15:15,373 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:15:15 2024-04-09 07:15:15,378 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#testDeletedThingIsCleanedUpCorrectly()
03:15:15 2024-04-09 07:15:15,465 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:16 2024-04-09 07:15:16,472 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdc281b226-ba56-4299-b23e-e2b18234292d>.
03:15:16 2024-04-09 07:15:16,475 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
03:15:17 2024-04-09 07:15:17,483 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingIdc281b226-ba56-4299-b23e-e2b18234292d', deleting snapshots to sequence number 1 and events to 1.
03:15:17 2024-04-09 07:15:17,490 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingIdc281b226-ba56-4299-b23e-e2b18234292d' completed.
03:15:18 2024-04-09 07:15:18,519 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#cleanupDeletesUntilButExcludingLatestSnapshot()
03:15:18 2024-04-09 07:15:18,600 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
03:15:19 2024-04-09 07:15:19,611 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
03:15:20 2024-04-09 07:15:20,623 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>.
03:15:21 2024-04-09 07:15:21,636 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <4>.
03:15:22 2024-04-09 07:15:22,653 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <5>.
03:15:23 2024-04-09 07:15:23,669 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <6>.
03:15:24 2024-04-09 07:15:24,689 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <7>.
03:15:25 2024-04-09 07:15:25,709 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <8>.
03:15:26 2024-04-09 07:15:26,741 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <9>.
03:15:27 2024-04-09 07:15:27,763 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <10>.
03:15:28 2024-04-09 07:15:28,787 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <11>.
03:15:29 2024-04-09 07:15:29,808 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingId9d1e0453-4809-4161-af75-196391048c86', deleting snapshots to sequence number 9 and events to 10.
03:15:29 2024-04-09 07:15:29,810 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingId9d1e0453-4809-4161-af75-196391048c86' completed.
03:15:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.46 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest
03:15:30 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest
03:15:31 [INFO] [04/09/2024 07:15:31.500] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:15:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest
03:15:31 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest
03:15:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest
03:15:31 [INFO] Running org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest
03:15:31 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest
03:15:31 [INFO] Running org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest
03:15:31 2024-04-09 07:15:31,803 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:15:31 2024-04-09 07:15:31,889 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:31 2024-04-09 07:15:31,931 INFO  [bade25bd-8eb0-4b84-8bca-44ad50ec75d3] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - The command <messages.commands:thingMessage> was not forwarded due to insufficient rights MessageSendNotAllowedException: You are not allowed to send messages for the Thing with id 'thing:id'! - AuthorizationContext: ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]
03:15:31 2024-04-09 07:15:31,932 INFO  [bade25bd-8eb0-4b84-8bca-44ad50ec75d3] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=bade25bd-8eb0-4b84-8bca-44ad50ec75d3}]>
03:15:31 2024-04-09 07:15:31,934 INFO  [bade25bd-8eb0-4b84-8bca-44ad50ec75d3] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: MessageSendNotAllowedException [message='You are not allowed to send messages for the Thing with id 'thing:id'!', errorCode=messages:send.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=bade25bd-8eb0-4b84-8bca-44ad50ec75d3}]]
03:15:32 2024-04-09 07:15:32,016 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,043 INFO  [f129a621-b465-4f70-97e8-470195f759bd] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
03:15:32 2024-04-09 07:15:32,047 INFO  [f129a621-b465-4f70-97e8-470195f759bd] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
03:15:32 2024-04-09 07:15:32,053 INFO  [f129a621-b465-4f70-97e8-470195f759bd] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
03:15:32 2024-04-09 07:15:32,055 INFO  [f129a621-b465-4f70-97e8-470195f759bd_5c4fb3cb-4be0-49dd-abff-b62d6b7b0672] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
03:15:32 2024-04-09 07:15:32,156 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,183 INFO  [05ea0bbe-efae-4482-9bd4-6e058a4aebf5] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
03:15:32 2024-04-09 07:15:32,185 INFO  [05ea0bbe-efae-4482-9bd4-6e058a4aebf5] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
03:15:32 2024-04-09 07:15:32,273 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,299 INFO  [d87c925f-10d1-4758-9325-ead10461f695] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
03:15:32 2024-04-09 07:15:32,300 INFO  [d87c925f-10d1-4758-9325-ead10461f695] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:32 2024-04-09 07:15:32,314 INFO  [d87c925f-10d1-4758-9325-ead10461f695] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:32 2024-04-09 07:15:32,316 INFO  [d87c925f-10d1-4758-9325-ead10461f695] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Responding with 'live' CommandResponse type <things.responses:retrieveThing> to original sender <ResponseReceiverCacheEntry[sender=Actor[pekko://test/user/thing%3Aid/$a#220479957], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
03:15:32 2024-04-09 07:15:32,318 INFO  [d87c925f-10d1-4758-9325-ead10461f695] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
03:15:32 2024-04-09 07:15:32,320 INFO  [d87c925f-10d1-4758-9325-ead10461f695] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, correlation-id=d87c925f-10d1-4758-9325-ead10461f695, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"thingId":"thing:id","policyId":"policy:id","features":{"x":{"properties":{"key1":1}}}}, thingPlainJson={"thingId":"thing:id","policyId":"policy:id","features":{"x":{"properties":{"key1":1}}}}]>, valid=<true>
03:15:32 2024-04-09 07:15:32,323 INFO  [d87c925f-10d1-4758-9325-ead10461f695] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:32 2024-04-09 07:15:32,326 INFO  [d87c925f-10d1-4758-9325-ead10461f6952] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
03:15:32 2024-04-09 07:15:32,327 INFO  [d87c925f-10d1-4758-9325-ead10461f6952] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:32 2024-04-09 07:15:32,330 INFO  [d87c925f-10d1-4758-9325-ead10461f6952] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:32 2024-04-09 07:15:32,331 INFO  [d87c925f-10d1-4758-9325-ead10461f6952] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Responding with 'live' CommandResponse type <things.responses:retrieveThing> to original sender <ResponseReceiverCacheEntry[sender=Actor[pekko://test/user/thing%3Aid/$b#-1176741483], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
03:15:32 2024-04-09 07:15:32,331 INFO  [d87c925f-10d1-4758-9325-ead10461f6952] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, correlation-id=d87c925f-10d1-4758-9325-ead10461f6952, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"thingId":"thing:id","policyId":"policy:id","features":{"x":{"properties":{"key1":1}}}}, thingPlainJson={"thingId":"thing:id","policyId":"policy:id","features":{"x":{"properties":{"key1":1}}}}]>, valid=<true>
03:15:32 2024-04-09 07:15:32,332 INFO  [d87c925f-10d1-4758-9325-ead10461f6952] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
03:15:32 2024-04-09 07:15:32,334 INFO  [d87c925f-10d1-4758-9325-ead10461f6952] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:32 2024-04-09 07:15:32,423 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,449 INFO  [38b11655-9c6e-45de-aaa7-9260bd65e1d9] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:featureMessage> with outcome 'success'
03:15:32 2024-04-09 07:15:32,450 INFO  [38b11655-9c6e-45de-aaa7-9260bd65e1d9] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:featureMessage>
03:15:32 2024-04-09 07:15:32,535 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,560 INFO  [d8f4e795-c836-4a08-88e2-317d8960ae22] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=d8f4e795-c836-4a08-88e2-317d8960ae22, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]>
03:15:32 2024-04-09 07:15:32,561 INFO  [d8f4e795-c836-4a08-88e2-317d8960ae22] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'success'
03:15:32 2024-04-09 07:15:32,563 INFO  [d8f4e795-c836-4a08-88e2-317d8960ae22] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <Publish> sent via tell)
03:15:32 2024-04-09 07:15:32,565 INFO  [d6c72ea7-dbe1-41e9-9562-1bfa84b1916e] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was NOT authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=d6c72ea7-dbe1-41e9-9562-1bfa84b1916e, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/xyz, attributeValue="abc"]>
03:15:32 2024-04-09 07:15:32,565 INFO  [d6c72ea7-dbe1-41e9-9562-1bfa84b1916e] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=d6c72ea7-dbe1-41e9-9562-1bfa84b1916e, response-required=false}]>
03:15:32 2024-04-09 07:15:32,566 INFO  [d6c72ea7-dbe1-41e9-9562-1bfa84b1916e] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: EventSendNotAllowedException [message='You are not allowed to send events for the Thing with id 'thing:id'!', errorCode=things:event.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=d6c72ea7-dbe1-41e9-9562-1bfa84b1916e, response-required=false}]]
03:15:32 2024-04-09 07:15:32,655 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,684 INFO  [d3b5264d-93c6-4d20-a1ef-7ab01b0e3ce2] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=d3b5264d-93c6-4d20-a1ef-7ab01b0e3ce2}]>
03:15:32 2024-04-09 07:15:32,685 INFO  [d3b5264d-93c6-4d20-a1ef-7ab01b0e3ce2] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: 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-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=d3b5264d-93c6-4d20-a1ef-7ab01b0e3ce2}]]
03:15:32 2024-04-09 07:15:32,688 INFO  [618eb0df-545e-46eb-a526-62fcb840cd93] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=618eb0df-545e-46eb-a526-62fcb840cd93}]>
03:15:32 2024-04-09 07:15:32,689 INFO  [618eb0df-545e-46eb-a526-62fcb840cd93] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: FeatureNotModifiableException [message='The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required).', errorCode=things:feature.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of the Thing and the ID of your requested Feature was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=618eb0df-545e-46eb-a526-62fcb840cd93}]]
03:15:32 2024-04-09 07:15:32,774 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,800 INFO  [40b65423-b6d9-4cd3-8a36-590cbf0f7800] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Event was NOT authorized: <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=40b65423-b6d9-4cd3-8a36-590cbf0f7800, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]>
03:15:32 2024-04-09 07:15:32,802 INFO  [40b65423-b6d9-4cd3-8a36-590cbf0f7800] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=40b65423-b6d9-4cd3-8a36-590cbf0f7800, response-required=false}]>
03:15:32 2024-04-09 07:15:32,803 INFO  [40b65423-b6d9-4cd3-8a36-590cbf0f7800] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: EventSendNotAllowedException [message='You are not allowed to send events for the Thing with id 'thing:id'!', errorCode=things:event.notallowed, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Please make sure that the Thing exists and that you have WRITE permissions on the message resource in the policy of the Thing.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, channel=live, correlation-id=40b65423-b6d9-4cd3-8a36-590cbf0f7800, response-required=false}]]
03:15:32 2024-04-09 07:15:32,887 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:32 2024-04-09 07:15:32,919 INFO  [d8f289a6-10b5-4363-8706-b6fab426d859] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
03:15:32 2024-04-09 07:15:32,919 INFO  [d8f289a6-10b5-4363-8706-b6fab426d859] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:32 2024-04-09 07:15:32,923 INFO  [d8f289a6-10b5-4363-8706-b6fab426d859] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:32 2024-04-09 07:15:32,924 INFO  [d8f289a6-10b5-4363-8706-b6fab426d859] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Responding with 'live' CommandResponse type <things.responses:retrieveThing> to original sender <ResponseReceiverCacheEntry[sender=Actor[pekko://test/user/thing%3Aid/$a#-871637052], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
03:15:32 2024-04-09 07:15:32,924 INFO  [d8f289a6-10b5-4363-8706-b6fab426d859] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, correlation-id=d8f289a6-10b5-4363-8706-b6fab426d859, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"thingId":"thing:id","policyId":"policy:id","features":{"x":{"properties":{"key1":1}}}}, thingPlainJson={"thingId":"thing:id","policyId":"policy:id","features":{"x":{"properties":{"key1":1}}}}]>, valid=<true>
03:15:32 2024-04-09 07:15:32,924 INFO  [d8f289a6-10b5-4363-8706-b6fab426d859] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
03:15:32 2024-04-09 07:15:32,927 INFO  [d8f289a6-10b5-4363-8706-b6fab426d859] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:33 2024-04-09 07:15:33,006 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:33 2024-04-09 07:15:33,033 INFO  [fd04347d-147d-4bfc-9e4b-72c1f1861829] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:modifyFeature>
03:15:33 2024-04-09 07:15:33,034 INFO  [fd04347d-147d-4bfc-9e4b-72c1f1861829] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
03:15:33 2024-04-09 07:15:33,035 INFO  [fd04347d-147d-4bfc-9e4b-72c1f1861829] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <things.commands:modifyFeature>
03:15:33 2024-04-09 07:15:33,038 INFO  [a1dd8e7f-cc73-4ab4-bd85-376f6f45d1ac] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
03:15:33 2024-04-09 07:15:33,038 INFO  [a1dd8e7f-cc73-4ab4-bd85-376f6f45d1ac] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:33 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s -- in org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest
03:15:33 [INFO] Running org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest
03:15:33 2024-04-09 07:15:33,055 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:15:33 2024-04-09 07:15:33,135 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:33 2024-04-09 07:15:33,170 INFO  [rejectCreateByInlinePolicyWithInvalidId] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInlinePolicyWithInvalidId}]>
03:15:33 2024-04-09 07:15:33,170 INFO  [rejectCreateByInlinePolicyWithInvalidId] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: PolicyIdInvalidException [message='Policy ID 'invalid-policy-id' is not valid!', errorCode=policies: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 [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInlinePolicyWithInvalidId}]]
03:15:33 2024-04-09 07:15:33,491 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:33 2024-04-09 07:15:33,518 INFO  [rejectByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy}]>
03:15:33 2024-04-09 07:15:33,518 INFO  [rejectByPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: 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-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy}]]
03:15:33 2024-04-09 07:15:33,521 INFO  [rejectByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy}]>
03:15:33 2024-04-09 07:15:33,522 INFO  [rejectByPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: FeatureNotModifiableException [message='The Feature with ID 'x' on the Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions to modify it (WRITE is required).', errorCode=things:feature.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of the Thing and the ID of your requested Feature was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectByPolicy}]]
03:15:33 2024-04-09 07:15:33,603 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:33 2024-04-09 07:15:33,630 INFO  [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
03:15:33 2024-04-09 07:15:33,631 INFO  [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:33 2024-04-09 07:15:33,728 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:33 2024-04-09 07:15:33,755 INFO  [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
03:15:33 2024-04-09 07:15:33,760 INFO  [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:33 2024-04-09 07:15:33,861 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:33 2024-04-09 07:15:33,890 INFO  [rejectModifyWithConditionAndNoReadPermissionForAttributes] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectModifyWithConditionAndNoReadPermissionForAttributes, condition=eq(attributes/testAttr,"testString")}]>
03:15:33 2024-04-09 07:15:33,891 INFO  [rejectModifyWithConditionAndNoReadPermissionForAttributes] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionFailedException [message='The specified resource in the condition could not be found or the requester had insufficient permissions to access it.', errorCode=things:condition.failed, httpStatus=HttpStatus [code=412, category=CLIENT_ERROR], description='Check if you have sufficient permissions to access the specified resource (READ permission is required).', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectModifyWithConditionAndNoReadPermissionForAttributes, condition=eq(attributes/testAttr,"testString")}]]
03:15:34 2024-04-09 07:15:34,068 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,094 INFO  [rejectQueryByThingNotAccessibleException] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByThingNotAccessibleException}]>
03:15:34 2024-04-09 07:15:34,095 INFO  [rejectQueryByThingNotAccessibleException] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: 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-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByThingNotAccessibleException}]]
03:15:34 2024-04-09 07:15:34,180 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,207 INFO  [rejectQueryByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByPolicyNotAccessibleExceptionWhenThingExists}]>
03:15:34 2024-04-09 07:15:34,208 INFO  [rejectQueryByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectQueryByPolicyNotAccessibleExceptionWhenThingExists}]]
03:15:34 2024-04-09 07:15:34,301 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,328 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:34 2024-04-09 07:15:34,332 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:34 2024-04-09 07:15:34,336 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, condition=exists(features/revokedFeature)}]>
03:15:34 2024-04-09 07:15:34,337 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionFailedException [message='The specified resource in the condition could not be found or the requester had insufficient permissions to access it.', errorCode=things:condition.failed, httpStatus=HttpStatus [code=412, category=CLIENT_ERROR], description='Check if you have sufficient permissions to access the specified resource (READ permission is required).', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, condition=exists(features/revokedFeature)}]]
03:15:34 2024-04-09 07:15:34,340 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, live-channel-condition=exists(features/revokedFeature), channel=live}]>
03:15:34 2024-04-09 07:15:34,341 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionFailedException [message='The specified resource in the live channel condition could not be found or the requester had insufficient permissions to access it.', errorCode=things:condition.failed, httpStatus=HttpStatus [code=412, category=CLIENT_ERROR], description='Check if you have sufficient permissions to access the specified resource (READ permission is required).', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceConditionAndLiveChannelCondition, live-channel-condition=exists(features/revokedFeature), channel=live}]]
03:15:34 2024-04-09 07:15:34,423 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,454 INFO  [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
03:15:34 2024-04-09 07:15:34,455 INFO  [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:34 2024-04-09 07:15:34,541 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,567 INFO  [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
03:15:34 2024-04-09 07:15:34,573 INFO  [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:34 2024-04-09 07:15:34,576 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:34 2024-04-09 07:15:34,662 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,688 INFO  [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
03:15:34 2024-04-09 07:15:34,688 INFO  [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:34 2024-04-09 07:15:34,773 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,799 INFO  [testCreateByCopyFromPolicyWithPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Failed to create Policy with ID <thing:id> due to: <PolicyNotAccessibleException: The Policy with ID 'thing:id' could not be found or requester had insufficient permissions to access it.>. The CreateThing command which would have created a Policy for the Thing with ID <thing:id> is therefore not handled.
03:15:34 2024-04-09 07:15:34,799 INFO  [testCreateByCopyFromPolicyWithPolicyLockout] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - creating initial policy during creation of Thing <thing:id> - ThingNotCreatableException: The Thing with ID 'thing:id' could not be created as the Policy with ID 'thing:id' could not be created due to: 'The Policy with ID 'thing:id' could not be found or requester had insufficient permissions to access it.'
03:15:34 2024-04-09 07:15:34,800 INFO  [testCreateByCopyFromPolicyWithPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testCreateByCopyFromPolicyWithPolicyLockout}]>
03:15:34 2024-04-09 07:15:34,800 INFO  [testCreateByCopyFromPolicyWithPolicyLockout] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotCreatableException [message='The Thing with ID 'thing:id' could not be created as the Policy with ID 'thing:id' could not be created due to: 'The Policy with ID 'thing:id' could not be found or requester had insufficient permissions to access it.'', errorCode=things:thing.notcreatable, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Either check if the ID of the Policy you created the Thing with is correct and that the Policy is existing or If you want to use the existing Policy, specify it as 'policyId' in the Thing JSON you create.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testCreateByCopyFromPolicyWithPolicyLockout}]]
03:15:34 2024-04-09 07:15:34,884 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:34 2024-04-09 07:15:34,910 INFO  [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:id>
03:15:34 2024-04-09 07:15:34,911 INFO  [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:35 2024-04-09 07:15:34,995 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:35 2024-04-09 07:15:35,019 INFO  [rejectUpdateByThingNotAccessibleException] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByThingNotAccessibleException}]>
03:15:35 2024-04-09 07:15:35,020 INFO  [rejectUpdateByThingNotAccessibleException] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: 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-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByThingNotAccessibleException}]]
03:15:35 2024-04-09 07:15:35,116 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:35 2024-04-09 07:15:35,142 INFO  [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
03:15:35 2024-04-09 07:15:35,143 INFO  [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:35 2024-04-09 07:15:35,227 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:35 2024-04-09 07:15:35,252 INFO  [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <empty:policy>
03:15:35 2024-04-09 07:15:35,255 INFO  [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByOwnPolicy}]>
03:15:35 2024-04-09 07:15:35,255 INFO  [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotModifiableException [message='The Thing with ID 'thing:id' could not be modified as the requester had insufficient permissions (WRITE is required).', errorCode=things:thing.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByOwnPolicy}]]
03:15:35 2024-04-09 07:15:35,337 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:35 2024-04-09 07:15:35,362 INFO  [rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists}]>
03:15:35 2024-04-09 07:15:35,363 INFO  [rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotModifiableException [message='The Thing with ID 'thing:id' could not be accessed as its Policy with ID 'not:accessible' is not or no longer existing.', errorCode=things:thing.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Recreate/create the Policy with ID 'not:accessible' in order to get access to the Thing again.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectUpdateByPolicyNotAccessibleExceptionWhenThingExists}]]
03:15:35 2024-04-09 07:15:35,448 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:35 2024-04-09 07:15:35,475 INFO  [enforceLiveChannelConditionOnModifyCommandFails] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceLiveChannelConditionOnModifyCommandFails, live-channel-condition=exists(thingId)}]>
03:15:35 2024-04-09 07:15:35,475 INFO  [enforceLiveChannelConditionOnModifyCommandFails] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: LiveChannelConditionNotAllowedException [message='The specified 'live-channel-condition' is only allowed to be used for retrieving API calls.', errorCode=things:live.channelcondition.notallowed, httpStatus=HttpStatus [code=405, category=CLIENT_ERROR], description='For modifying API calls the 'live-channel-condition' cannot be used, please remove the condition.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=enforceLiveChannelConditionOnModifyCommandFails, live-channel-condition=exists(thingId), ditto-read-subjects=["google:subject"]}]]
03:15:35 2024-04-09 07:15:35,658 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:35 2024-04-09 07:15:35,685 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
03:15:35 2024-04-09 07:15:35,686 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:35 2024-04-09 07:15:35,692 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:35 2024-04-09 07:15:35,695 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:35 2024-04-09 07:15:35,698 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyPolicyId> with outcome 'success'
03:15:35 2024-04-09 07:15:35,703 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyAttribute> with outcome 'success'
03:15:35 2024-04-09 07:15:35,707 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveAttribute> with outcome 'success'
03:15:35 2024-04-09 07:15:35,709 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveAttribute>
03:15:35 2024-04-09 07:15:35,789 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:35 2024-04-09 07:15:35,817 INFO  [testModifyWithInvalidCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testModifyWithInvalidCondition, condition=eq(attributes//testAttr,"testString")}]>
03:15:35 2024-04-09 07:15:35,817 INFO  [testModifyWithInvalidCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingConditionInvalidException [message='The specified condition 'attributes//testAttr' is invalid.', errorCode=things:condition.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Consecutive slashes in JSON pointers are not supported.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=testModifyWithInvalidCondition, condition=eq(attributes//testAttr,"testString")}]]
03:15:36 2024-04-09 07:15:36,004 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:36 2024-04-09 07:15:36,028 INFO  [rejectCreateByInvalidPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInvalidPolicy}]>
03:15:36 2024-04-09 07:15:36,029 INFO  [rejectCreateByInvalidPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: PolicyInvalidException [message='The Policy specified for the Thing with ID 'thing:id' is invalid.', errorCode=things:policy.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='The JSON object's field '/_modified' is not in ISO-8601 format as expected', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, ditto-originator=dummy:subject, correlation-id=rejectCreateByInvalidPolicy}]]
03:15:36 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.183 s -- in org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest
03:15:36 [INFO] Running org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest
03:15:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest
03:15:36 [INFO] Running org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest
03:15:36 2024-04-09 07:15:36,246 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:15:36 2024-04-09 07:15:36,329 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:36 2024-04-09 07:15:36,356 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:36 2024-04-09 07:15:36,444 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:36 2024-04-09 07:15:36,469 INFO  [] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - creating initial policy during creation of Thing <thing:c104a816-b545-4823-b125-6b20c87e7968> - ThingNotCreatableException: The Thing with ID 'thing:c104a816-b545-4823-b125-6b20c87e7968' could not be created because creation of its implicit Policy ID 'thing:c104a816-b545-4823-b125-6b20c87e7968' failed.
03:15:36 2024-04-09 07:15:36,469 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Failed to create Policy with ID <thing:c104a816-b545-4823-b125-6b20c87e7968> due to: <PolicyConflictException: The Policy with ID 'thing:c104a816-b545-4823-b125-6b20c87e7968' already exists>. The CreateThing command which would have created a Policy for the Thing with ID <thing:c104a816-b545-4823-b125-6b20c87e7968> is therefore not handled.
03:15:36 2024-04-09 07:15:36,469 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:defaultSubject"]}, ditto-originator=google:defaultSubject}]>
03:15:36 2024-04-09 07:15:36,470 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotCreatableException [message='The Thing with ID 'thing:c104a816-b545-4823-b125-6b20c87e7968' could not be created because creation of its implicit Policy ID 'thing:c104a816-b545-4823-b125-6b20c87e7968' failed.', errorCode=things:thing.notcreatable, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='If you want to use an existing Policy, specify it as 'policyId' in the Thing JSON you create.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:defaultSubject"]}, ditto-originator=google:defaultSubject}]]
03:15:36 2024-04-09 07:15:36,550 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:36 2024-04-09 07:15:36,577 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:36 2024-04-09 07:15:36,590 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:6b71a0e2-59cb-4dee-a2ef-77e193f2a23f> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:6b71a0e2-59cb-4dee-a2ef-77e193f2a23f' could not be found or requester had insufficient permissions to access it.', errorCode=policies:policy.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Policy was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
03:15:36 2024-04-09 07:15:36,593 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:36 2024-04-09 07:15:36,688 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:36 2024-04-09 07:15:36,713 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:772fa3d4-aca2-4c8f-bae0-784753d1795b>
03:15:36 2024-04-09 07:15:36,714 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:36 2024-04-09 07:15:36,800 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:36 2024-04-09 07:15:36,826 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:36 2024-04-09 07:15:36,828 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Encountered ask timeout from target actor: thing timeout
03:15:36 2024-04-09 07:15:36,828 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received nothing when enforcing signal and forwarding to target actor - this should not happen.
03:15:36 2024-04-09 07:15:36,828 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <thing:id>: <RetrieveThing [type=things.commands:retrieveThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:defaultSubject"]}, ditto-originator=google:defaultSubject}], thingId=thing:0f9bc782-0b51-4cb5-8f5c-3ef3e56080ab, selectedFields=/_policy,/thingId, snapshotRevision=-1]>
03:15:36 2024-04-09 07:15:36,830 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:36 2024-04-09 07:15:36,833 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:e650d82e-ee39-4010-9e60-e50d0fdc2f49> for thing <thing:id>: org.apache.pekko.pattern.AskTimeoutException: policy timeout
03:15:36 2024-04-09 07:15:36,836 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:36 2024-04-09 07:15:36,921 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:36 2024-04-09 07:15:36,947 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:36 2024-04-09 07:15:36,949 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotAccessibleException [message='The Thing with ID 'thing:e51b6646-73f3-4268-b124-104221758488' 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 [{}]]
03:15:36 2024-04-09 07:15:36,951 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:36 2024-04-09 07:15:36,955 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:9489ae18-43d5-47e2-83b2-29c3d0116a88> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:9489ae18-43d5-47e2-83b2-29c3d0116a88' could not be found or requester had insufficient permissions to access it.', errorCode=policies:policy.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Policy was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
03:15:36 2024-04-09 07:15:36,957 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:37 2024-04-09 07:15:37,050 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,076 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,083 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:37 2024-04-09 07:15:37,169 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,195 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,286 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,306 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:5f8231e7-3722-420d-ad82-585b4659face>
03:15:37 2024-04-09 07:15:37,306 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,387 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,412 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:895d2fb1-dcd8-43bb-92d6-ea32b863fac7>
03:15:37 2024-04-09 07:15:37,413 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,415 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Rolling back created policy as consequence of received RollbackCreatedPolicy message: RollbackCreatedPolicy[initialCommand=CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:defaultSubject"]}, ditto-originator=google:defaultSubject, ditto-read-subjects=["google:defaultSubject"]}], thing=ImmutableThing [thingId=thing:de6d0f30-1993-4e8a-9afd-2e6e8ed77e97, policyId=policy:895d2fb1-dcd8-43bb-92d6-ea32b863fac7, definition=null, attributes=null, features=null, lifecycle=null, revision=1, modified=null, created=null, metadata=null], initialPolicy={"policyId":"policy:895d2fb1-dcd8-43bb-92d6-ea32b863fac7","imports":{},"entries":{"policy":{"subjects":{"google:notDefaultSubject":{"type":"generated"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"},"thing":{"subjects":{"google:defaultSubject":{"type":"generated"}},"resources":{"thing:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}, policyIdOrPlaceholder=null], response=ThingNotModifiableException [message='The Thing with ID 'thing:de6d0f30-1993-4e8a-9afd-2e6e8ed77e97' could not be modified as the requester had insufficient permissions (WRITE is required).', errorCode=things:thing.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]], responseFuture=java.util.concurrent.CompletableFuture@281c1436[Not completed, 1 dependents]]
03:15:37 2024-04-09 07:15:37,416 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <policy:895d2fb1-dcd8-43bb-92d6-ea32b863fac7> deleted after rolling back it's creation. Policies shard region response: <DeletePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["google:defaultSubject"]}, ditto-originator=google:defaultSubject, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=policy:895d2fb1-dcd8-43bb-92d6-ea32b863fac7]>
03:15:37 2024-04-09 07:15:37,416 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingNotModifiableException [message='The Thing with ID 'thing:de6d0f30-1993-4e8a-9afd-2e6e8ed77e97' could not be modified as the requester had insufficient permissions (WRITE is required).', errorCode=things:thing.notmodifiable, httpStatus=HttpStatus [code=403, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
03:15:37 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.180 s -- in org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest
03:15:37 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest
03:15:37 2024-04-09 07:15:37,426 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:15:37 2024-04-09 07:15:37,497 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,524 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,533 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse>
03:15:37 2024-04-09 07:15:37,533 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Responding with 'live' CommandResponse type <things.responses:errorResponse> to original sender <ResponseReceiverCacheEntry[sender=Actor[pekko://test/user/thing%3Aid/$a#-1069808212], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
03:15:37 2024-04-09 07:15:37,534 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveChannelErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=thing:id, dittoRuntimeException=ThingIdInvalidException [message='Thing ID '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 [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true>
03:15:37 2024-04-09 07:15:37,534 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell)
03:15:37 2024-04-09 07:15:37,535 ERROR [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Unknown throwable during smart channel response casting: <ThingIdInvalidException: Thing ID 'thing:id' is not valid!>
03:15:37 2024-04-09 07:15:37,535 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingIdInvalidException [message='Thing ID '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 [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]]
03:15:37 2024-04-09 07:15:37,620 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,645 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,650 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:37 2024-04-09 07:15:37,650 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Responding with 'live' CommandResponse type <things.responses:retrieveThing> to original sender <ResponseReceiverCacheEntry[sender=Actor[pekko://test/user/thing%3Aid/$a#-2102124018], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
03:15:37 2024-04-09 07:15:37,650 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=matchLiveChannelCondition, live-channel-condition=exists(thingId), ditto-originator=dummy:subject, live-channel-condition-matched=true, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"thingId":"thing:id","_revision":1,"_namespace":"thing","policyId":"policy:id"}, thingPlainJson={"thingId":"thing:id","_revision":1,"_namespace":"thing","policyId":"policy:id"}]>, valid=<true>
03:15:37 2024-04-09 07:15:37,651 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
03:15:37 2024-04-09 07:15:37,653 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:37 2024-04-09 07:15:37,737 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,763 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
03:15:37 2024-04-09 07:15:37,763 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,767 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse>
03:15:37 2024-04-09 07:15:37,768 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Responding with 'live' CommandResponse type <things.responses:errorResponse> to original sender <ResponseReceiverCacheEntry[sender=Actor[pekko://test/user/thing%3Aid/$a#237554133], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
03:15:37 2024-04-09 07:15:37,768 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveCommandErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live, response-required=false, ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=thing:id, dittoRuntimeException=ThingIdInvalidException [message='Thing ID '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 [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveCommandErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true>
03:15:37 2024-04-09 07:15:37,769 ERROR [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Unknown throwable during smart channel response casting: <ThingIdInvalidException: Thing ID 'thing:id' is not valid!>
03:15:37 2024-04-09 07:15:37,769 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell)
03:15:37 2024-04-09 07:15:37,769 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ThingIdInvalidException [message='Thing ID '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 [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveCommandErrorWithTwinFallback, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]]
03:15:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest
03:15:37 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest
03:15:37 2024-04-09 07:15:37,778 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
03:15:37 2024-04-09 07:15:37,859 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:37 2024-04-09 07:15:37,885 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:37 2024-04-09 07:15:37,889 INFO  [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-399#-812128260, response-required=false}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=unknown:unknown, dittoRuntimeException=ThingIdInvalidException [message='Thing ID '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 [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-399#-812128260}]]]>, valid=<false>
03:15:37 2024-04-09 07:15:37,981 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:38 2024-04-09 07:15:38,007 INFO  [liveChannelConditionMismatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:38 2024-04-09 07:15:38,009 INFO  [liveChannelConditionMismatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
03:15:38 2024-04-09 07:15:38,089 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:38 2024-04-09 07:15:38,115 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
03:15:38 2024-04-09 07:15:38,116 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:38 2024-04-09 07:15:38,150 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:38 2024-04-09 07:15:38,229 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:38 2024-04-09 07:15:38,255 INFO  [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:38 2024-04-09 07:15:38,280 INFO  [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:38 2024-04-09 07:15:38,361 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:38 2024-04-09 07:15:38,387 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:38 2024-04-09 07:15:38,390 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=matchLiveChannelCondition, live-channel-condition=exists(thingId), ditto-originator=dummy:subject, live-channel-condition-matched=true, channel=live, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=thing:id, thing={"_revision":1,"_namespace":"thing","thingId":"thing:id","policyId":"policy:id"}, thingPlainJson={"_revision":1,"_namespace":"thing","thingId":"thing:id","policyId":"policy:id"}]>, valid=<true>
03:15:38 2024-04-09 07:15:38,393 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
03:15:38 2024-04-09 07:15:38,470 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:38 2024-04-09 07:15:38,496 INFO  [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:38 2024-04-09 07:15:38,519 INFO  [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: CommandTimeoutException [message='The Command reached the specified timeout of 1ms.', errorCode=command.timeout, httpStatus=HttpStatus [code=408, category=CLIENT_ERROR], description='Try increasing the command timeout.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=liveChannelTimeoutWithoutTwinFallback, live-channel-condition=exists(thingId), timeout=1ms, ditto-originator=dummy:subject, channel=live, live-channel-condition-matched=true, response-required=false}]]
03:15:38 2024-04-09 07:15:38,599 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:38 2024-04-09 07:15:38,624 INFO  [thingNotAccessibleAfterEnforcement] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'failed' and headers: <ImmutableDittoHeaders [{ditto-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=thingNotAccessibleAfterEnforcement, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]>
03:15:38 2024-04-09 07:15:38,625 INFO  [thingNotAccessibleAfterEnforcement] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: 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-auth-context={"type":"unspecified","subjects":["dummy:subject","google:subject"]}, correlation-id=thingNotAccessibleAfterEnforcement, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]]
03:15:38 2024-04-09 07:15:38,719 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
03:15:38 2024-04-09 07:15:38,744 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
03:15:38 2024-04-09 07:15:38,745 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
03:15:38 2024-04-09 07:15:38,747 INFO  [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-434#1782099522, response-required=false}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], thingId=unknown:unknown, dittoRuntimeException=ThingIdInvalidException [message='Thing ID '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 [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-434#1782099522}]]]>, valid=<false>
03:15:38 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.980 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest
03:15:38 [INFO] Running org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest
03:15:38 2024-04-09 07:15:38,920 ERROR [] org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolver - Did not retrieve expected RetrieveThingResponse when resolving policy ID placeholder reference <ReferencePlaceholder [referencedEntityType=THINGS, referencedEntityId=namespace:myThing, referencedField=/policyId]>: someThingUnexpected
03:15:39 2024-04-09 07:15:39,033 INFO  [] org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolver - Got ThingErrorResponse when waiting on RetrieveThingResponse when resolving policy ID placeholder reference <ReferencePlaceholder [referencedEntityType=THINGS, referencedEntityId=namespace:myThing, referencedField=/policyId]>: ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{response-required=false}], responseType=things.responses:errorResponse, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], thingId=unknown:unknown, dittoRuntimeException=ThingNotAccessibleException [message='The Thing with ID 'namespace:myThing' 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 [{}]]]
03:15:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s -- in org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest
03:15:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest
03:15:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest
03:15:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest
03:15:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest
03:15:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest
03:15:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest
03:15:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsRootActorTest
03:15:39 2024-04-09 07:15:39,618 INFO  [] org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
03:15:39 2024-04-09 07:15:39,749 INFO  [] org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
03:15:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 s -- in org.eclipse.ditto.things.service.starter.ThingsRootActorTest
03:15:42 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest
03:15:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest
03:15:42 [INFO] Running org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest
03:15:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s -- in org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest
03:15:42 [INFO] Running org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest
03:15:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest
03:15:43 [INFO] 
03:15:43 [INFO] Results:
03:15:43 [INFO] 
03:15:43 [INFO] Tests run: 603, Failures: 0, Errors: 0, Skipped: 0
03:15:43 [INFO] 
03:15:43 [INFO] 
03:15:43 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service ---
03:15:43 [INFO] 
03:15:43 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service ---
03:15:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar
03:15:43 [INFO] 
03:15:43 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service ---
03:15:43 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:15:43 [INFO] No previous run data found, generating javadoc.
03:15:46 [WARNING] Javadoc Warnings
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/package-info.java:14: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.aggregation;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/common/config/package-info.java:14: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.common.config;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/package-info.java:14: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.enforcement;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/pre/package-info.java:14: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/package-info.java:14: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.persistence.actors;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/package-info.java:15: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/package-info.java:15: warning: no comment
03:15:46 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer;
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:195: warning: no @param for <S>
03:15:46 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:220: warning: no @param for <S>
03:15:46 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/ThingConditionValidator.java:34: warning: no comment
03:15:46 [WARNING] public final class ThingConditionValidator {
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment
03:15:46 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/ThingMongoEventAdapter.java:42: warning: no comment
03:15:46 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) {
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/ThingMongoSnapshotAdapter.java:71: warning: no @param for config
03:15:46 [WARNING] public ThingMongoSnapshotAdapter(final ActorRef pubSubMediator, final Config config) {
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActor.java:112: warning: no @param for searchShardRegionProxy
03:15:46 [WARNING] public static Props props(final ThingId thingId,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:79: warning: no comment
03:15:46 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) {
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceOperationsActor.java:37: warning: no comment
03:15:46 [WARNING] public static final String ACTOR_NAME = "thingOps";
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for aggregatorConfig
03:15:46 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for pubSubMediator
03:15:46 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for pubSubMediator
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policiesShardRegion
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for distributedPubThingEventsForTwin
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for liveSignalPub
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for propsFactory
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for blockedNamespaces
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policyEnforcerProvider
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for mongoReadJournal
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @return
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for pubSubMediator
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policiesShardRegion
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for distributedPubThingEventsForTwin
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for liveSignalPub
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for thingsPersistenceActor
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for blockedNamespaces
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policyEnforcerProvider
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for mongoReadJournal
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @return
03:15:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:15:46 [WARNING] ^
03:15:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:77: warning: no comment
03:15:46 [WARNING] private final int capacity;
03:15:46 [WARNING] ^
03:15:46 [WARNING] 38 warnings
03:15:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar
03:15:46 [INFO] 
03:15:46 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service ---
03:15:46 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:15:46 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:15:46 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:15:46 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:15:46 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:15:46 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:15:46 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:15:46 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:15:46 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:15:46 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:15:46 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:15:46 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:15:46 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:15:46 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:15:46 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:15:46 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:15:46 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:15:46 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:15:46 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:15:46 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:15:46 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:15:46 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:15:46 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:15:46 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:15:46 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:15:46 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:15:46 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:15:46 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:15:46 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:15:46 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:15:46 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:15:46 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:15:46 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:15:46 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:15:46 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:15:46 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:15:46 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:15:46 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:15:46 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:15:46 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:15:46 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:15:46 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:15:46 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:15:46 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:15:46 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:15:46 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:15:46 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:15:46 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:15:46 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:15:46 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:15:46 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:15:46 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:15:47 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:47 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:50 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:50 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:50 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:50 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:50 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:15:53 [WARNING] agrona-1.15.1.jar, annotations-13.0.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.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-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-http-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-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, janino-3.1.11.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:15:53 [WARNING]   - META-INF/MANIFEST.MF
03:15:53 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:15:53 [WARNING]   - META-INF/LICENSE.txt
03:15:53 [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-internal-models-signal-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-http-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-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-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: 
03:15:53 [WARNING]   - META-INF/LICENSE
03:15:53 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:15:53 [WARNING]   - META-INF.versions.9.module-info
03:15:53 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:15:53 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:15:53 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:15:53 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-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-http-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar define 2 overlapping resources: 
03:15:53 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:15:53 [WARNING]   - META-INF/NOTICE.md
03:15:53 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:15:53 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:15:53 [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-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: 
03:15:53 [WARNING]   - META-INF/DISCLAIMER
03:15:53 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:15:53 [WARNING]   - META-INF/io.netty.versions.properties
03:15:53 [WARNING] maven-shade-plugin has detected that some files are
03:15:53 [WARNING] present in two or more JARs. When this happens, only one
03:15:53 [WARNING] single version of the file is copied to the uber jar.
03:15:53 [WARNING] Usually this is not harmful and you can skip these warnings,
03:15:53 [WARNING] otherwise try to manually exclude artifacts based on
03:15:53 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:15:53 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:15:53 [INFO] Attaching shaded artifact.
03:15:53 [INFO] 
03:15:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service ---
03:15:53 [INFO] Tests are skipped.
03:15:53 [INFO] 
03:15:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service ---
03:15:53 [INFO] Tests are skipped.
03:15:53 [INFO] 
03:15:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service ---
03:15:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec
03:15:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes
03:15:54 [INFO] 
03:15:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service ---
03:15:54 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT.pom
03:15:54 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT.jar
03:15:54 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT-javadoc.jar
03:15:54 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT-allinone.jar
03:15:54 [INFO] 
03:15:54 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >-------------
03:15:54 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT     [77/77]
03:15:54 [INFO]   from thingsearch/service/pom.xml
03:15:54 [INFO] --------------------------------[ jar ]---------------------------------
03:15:54 [INFO] 
03:15:54 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-service ---
03:15:54 [INFO] 
03:15:54 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-service ---
03:15:54 [INFO] 
03:15:54 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
03:15:54 [INFO] Assigning port '42393' to property 'random-pekko-tcp-port'
03:15:54 [INFO] 
03:15:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
03:15: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/thingsearch/service/target/jacoco.exec
03:15:54 [INFO] 
03:15:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service ---
03:15:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:15:54 [WARNING] 
03:15:54 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
03:15:54 [WARNING] 
03:15:54 [WARNING] licenseMerges will be overridden by licenseMergesFile.
03:15:54 [WARNING] 
03:15:54 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
03:15:54 [INFO] 
03:15:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service ---
03:15:54 [INFO] Copying 1 resource from src/main/resources to target/classes
03:15:54 [INFO] Copying 5 resources from src/main/resources to target/classes
03:15:54 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
03:15:54 [INFO] 
03:15:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service ---
03:15:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT...
03:15:54 [INFO] 
03:15:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service ---
03:15:54 [INFO] Changes detected - recompiling the module! :dependency
03:15:54 [INFO] Compiling 105 source files with javac [debug target 17] to target/classes
03:15:55 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java uses or overrides a deprecated API.
03:15:55 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: Recompile with -Xlint:deprecation for details.
03:15:55 [INFO] 
03:15:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service ---
03:15:55 [INFO] Copying 20 resources from src/test/resources to target/test-classes
03:15:55 [INFO] 
03:15:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service ---
03:15:55 [INFO] Changes detected - recompiling the module! :dependency
03:15:55 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes
03:15:56 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java uses or overrides a deprecated API.
03:15:56 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: Recompile with -Xlint:deprecation for details.
03:15:56 [INFO] 
03:15:56 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service ---
03:15:56 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:15:56 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/surefire-reports
03:15:56 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
03:15:56 [INFO] 
03:15:56 [INFO] -------------------------------------------------------
03:15:56 [INFO]  T E S T S
03:15:56 [INFO] -------------------------------------------------------
03:15:57 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest
03:16:00 07:16:00,697 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
03:16:00 07:16:00,699 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56fc2cea - No custom configurators were discovered as a service.
03:16:00 07:16:00,699 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56fc2cea - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
03:16:00 07:16:00,701 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56fc2cea - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
03:16:00 07:16:00,702 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
03:16:00 07:16:00,703 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
03:16:00 07:16:00,715 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56fc2cea - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
03:16:00 07:16:00,715 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56fc2cea - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
03:16:00 07:16:00,715 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56fc2cea - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
03:16:00 07:16:00,716 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/test-classes/logback-test.xml]
03:16:00 07:16:00,857 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
03:16:00 07:16:00,869 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
03:16:00 07:16:00,869 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
03:16:00 07:16:00,880 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
03:16:00 07:16:00,918 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
03:16:00 07:16:00,918 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
03:16:00 07:16:00,918 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
03:16:00 07:16:00,921 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
03:16:00 07:16:00,921 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN
03:16:00 07:16:00,921 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.stream.Materializer] to ERROR
03:16:00 07:16:00,921 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto.internal.utils] to WARN
03:16:00 07:16:00,922 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
03:16:00 07:16:00,922 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
03:16:00 07:16:00,923 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
03:16:00 07:16:00,923 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@5f5fb335 - End of configuration.
03:16:00 07:16:00,924 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@36e9794c - Registering current configuration as safe fallback point
03:16:00 07:16:00,924 |-INFO in ch.qos.logback.classic.util.ContextInitializer@56fc2cea - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 209 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
03:16:01 2024-04-09 07:16:01,630 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,633 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingDeleted [type=things.events:thingDeleted, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,633 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,633 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingCreated [type=things.events:thingCreated, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=3, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes={"w":4,"x":5}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,635 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,635 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingMerged [type=things.events:thingMerged, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=4, thingId=thing:id, path=/attributes/y, value=6]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,636 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,636 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=5, thingId=thing:id, attributePointer=/z, attributeValue=7]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,636 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:01 2024-04-09 07:16:01,636 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <AttributeDeleted [type=things.events:attributeDeleted, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=6, thingId=thing:id, attributePointer=/w]> did not contain a timestamp.
03:16:02 2024-04-09 07:16:02,005 INFO  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Computed single ThingDeleteModel for metadata <Metadata [thingId=thing:id, thingRevision=5, thingPolicy=PolicyTag [id=policy:id, revision=1], causingPolicyTag=null, allReferencedPolicies=[PolicyTag [id=policy:id, revision=1]], modified=null, events=[ThingModified [type=things.events:thingModified, timestamp=2024-04-09T07:16:00.947840880Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]], ThingDeleted [type=things.events:thingDeleted, timestamp=2024-04-09T07:16:01.947840880Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id], ThingCreated [type=things.events:thingCreated, timestamp=2024-04-09T07:15:56.947840880Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=3, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes={"w":4,"x":5}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]], ThingMerged [type=things.events:thingMerged, timestamp=2024-04-09T07:15:57.947840880Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=4, thingId=thing:id, path=/attributes/y, value=6], AttributeModified [type=things.events:attributeModified, timestamp=2024-04-09T07:15:58.947840880Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=5, thingId=thing:id, attributePointer=/z, attributeValue=7], AttributeDeleted [type=things.events:attributeDeleted, timestamp=2024-04-09T07:15:59.947840880Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=6, thingId=thing:id, attributePointer=/w]], timers=[0 timers], ackRecipients=[], invalidateThing=false, invalidatePolicy=false, updateReasons=[UNKNOWN]]> and thing <{"thingId":"thing:id","policyId":"policy:id","attributes":{"x":5,"y":6,"z":7},"_revision":6,"_created":"2024-04-09T07:15:56.947840880Z","_modified":"2024-04-09T07:15:59.947840880Z"}>
03:16:06 2024-04-09 07:16:06,251 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=3, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes={"w":4,"x":5}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,252 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingMerged [type=things.events:thingMerged, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=4, thingId=thing:id, path=/attributes/y, value=6]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,252 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=3, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes={"w":4,"x":5}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,252 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=5, thingId=thing:id, attributePointer=/z, attributeValue=7]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,252 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=3, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes={"w":4,"x":5}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,252 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <AttributeDeleted [type=things.events:attributeDeleted, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=6, thingId=thing:id, attributePointer=/w]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,373 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingMerged [type=things.events:thingMerged, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id, path=/attributes/v, value=3]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,373 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingModified [type=things.events:thingModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=3, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=policy:id, definition=null, attributes={"w":4,"x":5}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,373 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingMerged [type=things.events:thingMerged, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id, path=/attributes/v, value=3]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,374 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingMerged [type=things.events:thingMerged, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=4, thingId=thing:id, path=/attributes/y, value=6]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,374 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingMerged [type=things.events:thingMerged, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id, path=/attributes/v, value=3]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,374 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <AttributeModified [type=things.events:attributeModified, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=5, thingId=thing:id, attributePointer=/z, attributeValue=7]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,374 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <ThingMerged [type=things.events:thingMerged, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id, path=/attributes/v, value=3]> did not contain a timestamp.
03:16:06 2024-04-09 07:16:06,374 WARN  [] o.e.d.t.s.p.w.s.EnforcementFlow  - Event <AttributeDeleted [type=things.events:attributeDeleted, timestamp=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=6, thingId=thing:id, attributePointer=/w]> did not contain a timestamp.
03:16:06 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.123 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest
03:16:06 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest
03:16:06 [INFO] [04/09/2024 07:16:06.830] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:06 [INFO] [04/09/2024 07:16:06.944] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] Acknowledged: Success[ack=true,errors=0,matched=3,upserts=2,inserted=0,modified=1,deleted=1] - correlation: correlation
03:16:06 [INFO] [04/09/2024 07:16:06.946] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:07 [INFO] [04/09/2024 07:16:07.065] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] ConsistencyError[indexOutOfBound]: WriteResultAndErrors[writeModels=[MongoWriteModel [abstractWriteModel=ThingDeleteModel[metadata=Metadata [thingId=thing:0, thingRevision=0, thingPolicy=null, causingPolicyTag=null, allReferencedPolicies=[], modified=null, events=[], timers=[0 timers], ackRecipients=[ActorSelection[Anchor(pekko://default/), Path(/system/testProbe-56)]], invalidateThing=false, invalidatePolicy=false, updateReasons=[UNKNOWN]]], writeModel=DeleteOneModel{filter=Filter{fieldName='_id', value=BsonString{value='thing:0'}}, options=DeleteOptions{collation=null, hint=null, hintString='null', comment=null, let=null}}, patchUpdate=false], MongoWriteModel [abstractWriteModel=ThingWriteModel[metadata=Metadata [thingId=thing:1, thingRevision=10, thingPolicy=null, causingPolicyTag=null, allReferencedPolicies=[], modified=null, events=[], timers=[0 timers], ackRecipients=[ActorSelection[Anchor(pekko://default/), Path(/system/testProbe-57)]], invalidateThing=false, invalidatePolicy=false, updateReasons=[UNKNOWN]], thingDocument={}, isPatchUpdate=false, previousRevision=0], writeModel=ReplaceOneModel{filter=Filter{fieldName='_id', value=BsonString{value='thing:1'}}, replacement={}, options=ReplaceOptions{upsert=true, bypassDocumentValidation=null, collation=null, hint=null, hintString=null, comment=null, let=null}}, patchUpdate=false], MongoWriteModel [abstractWriteModel=ThingDeleteModel[metadata=Metadata [thingId=thing:2, thingRevision=20, thingPolicy=PolicyTag [id=policy:2, revision=200], causingPolicyTag=null, allReferencedPolicies=[PolicyTag [id=policy:2, revision=200]], modified=null, events=[], timers=[0 timers], ackRecipients=[ActorSelection[Anchor(pekko://default/), Path(/system/testProbe-58)]], invalidateThing=false, invalidatePolicy=false, updateReasons=[UNKNOWN]]], writeModel=DeleteOneModel{filter=Filter{fieldName='_id', value=BsonString{value='thing:2'}}, options=DeleteOptions{collation=null, hint=null, hintString='null', comment=null, let=null}}, patchUpdate=false], MongoWriteModel [abstractWriteModel=ThingWriteModel[metadata=Metadata [thingId=thing:3, thingRevision=30, thingPolicy=PolicyTag [id=policy:3, revision=300], causingPolicyTag=null, allReferencedPolicies=[PolicyTag [id=policy:3, revision=300]], modified=null, events=[], timers=[0 timers], ackRecipients=[ActorSelection[Anchor(pekko://default/), Path(/system/testProbe-59)]], invalidateThing=false, invalidatePolicy=false, updateReasons=[UNKNOWN]], thingDocument={}, isPatchUpdate=false, previousRevision=0], writeModel=ReplaceOneModel{filter=Filter{fieldName='_id', value=BsonString{value='thing:3'}}, replacement={}, options=ReplaceOptions{upsert=true, bypassDocumentValidation=null, collation=null, hint=null, hintString=null, comment=null, let=null}}, patchUpdate=false], MongoWriteModel [abstractWriteModel=ThingDeleteModel[metadata=Metadata [thingId=thing:4, thingRevision=40, thingPolicy=null, causingPolicyTag=null, allReferencedPolicies=[], modified=null, events=[], timers=[0 timers], ackRecipients=[ActorSelection[Anchor(pekko://default/), Path(/system/testProbe-60)]], invalidateThing=false, invalidatePolicy=false, updateReasons=[UNKNOWN]]], writeModel=DeleteOneModel{filter=Filter{fieldName='_id', value=BsonString{value='thing:4'}}, options=DeleteOptions{collation=null, hint=null, hintString='null', comment=null, let=null}}, patchUpdate=false]],bulkWriteResult=AcknowledgedBulkWriteResult{insertedCount=1, matchedCount=2, removedCount=1, modifiedCount=2, upserts=[], inserts=[]},bulkWriteErrors=[BulkWriteError{index=0, code=11000, message='E11000 duplicate key error', details={}}, BulkWriteError{index=5, code=50, message='E50 operation timed out', details={}}],unexpectedError=null,bulkWriteCorrelationId=correlation]
03:16:07 [INFO] [04/09/2024 07:16:07.067] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:07 [INFO] [04/09/2024 07:16:07.180] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] NotAcknowledged: UnexpectedError[stacktrace=com.mongodb.MongoSocketReadException: Gee, database is down. Whatever shall I do?
03:16:07 	at org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest.unexpectedMongoSocketReadException(BulkWriteResultAckFlowTest.java:110)
03:16:07 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
03:16:07 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
03:16:07 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
03:16:07 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
03:16:07 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
03:16:07 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
03:16:07 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
03:16:07 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
03:16:07 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
03:16:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:16:07 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
03:16:07 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
03:16:07 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
03:16:07 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
03:16:07 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
03:16:07 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
03:16:07 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
03:16:07 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
03:16:07 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
03:16:07 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
03:16:07 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
03:16:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
03:16:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
03:16:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
03:16:07 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
03:16:07 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
03:16:07 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
03:16:07 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
03:16:07 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
03:16:07 Caused by: java.lang.IllegalMonitorStateException: Unsupported resolution
03:16:07 	... 30 more
03:16:07 ] - correlation: correlation
03:16:07 [INFO] [04/09/2024 07:16:07.182] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:07 [INFO] [04/09/2024 07:16:07.291] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] Acknowledged: PartialSuccess[ack=true,errorCount=2,matched=2,upserts=0,inserted=1,modified=2,deleted=1,errors=[BulkWriteError{index=3, code=11000, message='E11000 duplicate key error', details={}}, BulkWriteError{index=4, code=50, message='E50 operation timed out', details={}}]] - correlation: correlation
03:16:07 [INFO] [04/09/2024 07:16:07.292] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest
03:16:07 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest
03:16:08 [INFO] [04/09/2024 07:16:08.154] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.865 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest
03:16:08 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest
03:16:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest
03:16:08 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest
03:16:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest
03:16:08 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest
03:16:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest
03:16:08 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest
03:16:08 [INFO] [04/09/2024 07:16:08.929] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest
03:16:08 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest
03:16:09 [INFO] [04/09/2024 07:16:09.048] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest
03:16:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest
03:16:09 [INFO] [04/09/2024 07:16:09.169] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest
03:16:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest
03:16:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest
03:16:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest
03:16:09 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest
03:16:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest
03:16:09 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest
03:16:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest
03:16:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest
03:16:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest
03:16:09 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
03:16:10 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.009 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest
03:16:10 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest
03:16:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest
03:16:10 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest
03:16:11 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest
03:16:11 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest
03:16:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest
03:16:11 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest
03:16:12 [INFO] [04/09/2024 07:16:12.134] [ThingUpdaterTest_recoverLastWriteModel-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_recoverLastWriteModel/system/testProbe-81/thing%3Aid] Shutting down due to <DELETE> during <READY>
03:16:12 [INFO] [04/09/2024 07:16:12.246] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_recoverLastWriteModel)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:12 [INFO] [04/09/2024 07:16:12.436] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Got policy update <thing:id> at revision <1>. Previous known policy is <null>.
03:16:12 [INFO] [04/09/2024 07:16:12.488] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_policyIdChangeTriggersSync)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:12 [WARN] [04/09/2024 07:16:12.519] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Shut down during <PERSISTING>
03:16:13 [INFO] [04/09/2024 07:16:13.634] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:13 [INFO] [04/09/2024 07:16:13.784] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Requested to update search index <SudoUpdateThing [type=thing-search.sudo.commands:sudoUpdateThing, dittoHeaders=ImmutableDittoHeaders [{}], thingId=thing:id, invalidateThing=true, invalidatePolicy=true, updateReason=BACKGROUND_SYNC]> by <Actor[pekko://ThingUpdaterTest_initialUpdateSkipped/deadLetters]>
03:16:13 [INFO] [04/09/2024 07:16:13.828] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Initial update was skipped - stopping thing updater for <thing:id>.
03:16:13 [WARN] [04/09/2024 07:16:13.828] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Shut down during <PERSISTING>
03:16:18 [INFO] [04/09/2024 07:16:18.832] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_initialUpdateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:19 [INFO] [04/09/2024 07:16:18.988] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down due to <DELETE> during <PERSISTING>
03:16:19 [INFO] [04/09/2024 07:16:18.992] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down after completing persistence operation
03:16:19 [WARN] [04/09/2024 07:16:18.992] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shut down during <PERSISTING>
03:16:19 [INFO] [04/09/2024 07:16:19.094] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_combineUpdatesFrom2Events)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:19 [INFO] [04/09/2024 07:16:19.168] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_forceUpdateOnCommand/system/testProbe-99/thing%3Aid] Requested to update search index <SudoUpdateThing [type=thing-search.sudo.commands:sudoUpdateThing, dittoHeaders=ImmutableDittoHeaders [{force-update=true}], thingId=thing:id, invalidateThing=true, invalidatePolicy=true, updateReason=MANUAL_REINDEXING]> by <Actor[pekko://ThingUpdaterTest_forceUpdateOnCommand/deadLetters]>
03:16:19 [INFO] [04/09/2024 07:16:19.196] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_forceUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:19 [WARN] [04/09/2024 07:16:19.199] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_forceUpdateOnCommand/system/testProbe-99/thing%3Aid] Shut down during <PERSISTING>
03:16:19 [ERROR] [04/09/2024 07:16:19.274] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-102/thing%3Aid] Processed Event did not contain header of acknowledgement aggregator address: ImmutableDittoHeaders [{requested-acks=["search-persisted"], response-required=false}]
03:16:19 [INFO] [04/09/2024 07:16:19.306] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:19 [WARN] [04/09/2024 07:16:19.309] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-102/thing%3Aid] Shut down during <PERSISTING>
03:16:19 [INFO] [04/09/2024 07:16:19.448] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:19 [WARN] [04/09/2024 07:16:19.451] [ThingUpdaterTest_updateFromEventAfterSkippedUpdate-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate/system/testProbe-105/thing%3Aid] Shut down during <PERSISTING>
03:16:19 [INFO] [04/09/2024 07:16:19.556] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A1] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <RECOVERING>
03:16:19 [INFO] [pekkoDeadLetter][04/09/2024 07:16:19.561] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A1] Message [org.apache.pekko.actor.Status$Failure] to Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A1#-73791844] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A1#-73791844] 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'.
03:16:19 [INFO] [04/09/2024 07:16:19.589] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <PERSISTING>
03:16:19 [WARN] [04/09/2024 07:16:19.591] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3] Shut down during <PERSISTING>
03:16:19 [INFO] [pekkoDeadLetter][04/09/2024 07:16:19.591] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3] Message [org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdater$Result] to Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3#-1169974735] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3#-1169974735] 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'.
03:16:19 [INFO] [04/09/2024 07:16:19.619] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <PERSISTING>
03:16:19 [WARN] [04/09/2024 07:16:19.621] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4] Shut down during <PERSISTING>
03:16:19 [INFO] [pekkoDeadLetter][04/09/2024 07:16:19.621] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4] Message [org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdater$Result] to Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4#-614504901] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4#-614504901] 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'.
03:16:19 [INFO] [04/09/2024 07:16:19.651] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-9] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A5] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <RETRYING>
03:16:19 [WARN] [04/09/2024 07:16:19.652] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-9] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A5] Shut down during <RETRYING>
03:16:19 [INFO] [04/09/2024 07:16:19.654] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:22 [INFO] [04/09/2024 07:16:22.743] [ThingUpdaterTest_shutdownOnThingDeletedCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand/system/testProbe-113/thing%3Aid] Shutting down due to <DELETE> during <READY>
03:16:22 [INFO] [04/09/2024 07:16:22.746] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:22 [ERROR] [04/09/2024 07:16:22.816] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-116/thing%3Aid] Processed Event did not contain header of acknowledgement aggregator address: ImmutableDittoHeaders [{requested-acks=["search-persisted"], response-required=false}]
03:16:22 [INFO] [04/09/2024 07:16:22.821] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:22 [WARN] [04/09/2024 07:16:22.824] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-116/thing%3Aid] Shut down during <PERSISTING>
03:16:23 [INFO] [04/09/2024 07:16:23.891] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:29 [INFO] [04/09/2024 07:16:29.010] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:29 [INFO] [04/09/2024 07:16:29.076] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_triggerUpdateOnCommand/system/testProbe-127/thing%3Aid] Requested to update search index <SudoUpdateThing [type=thing-search.sudo.commands:sudoUpdateThing, dittoHeaders=ImmutableDittoHeaders [{}], thingId=thing:id, invalidateThing=true, invalidatePolicy=true, updateReason=MANUAL_REINDEXING]> by <Actor[pekko://ThingUpdaterTest_triggerUpdateOnCommand/deadLetters]>
03:16:29 [INFO] [04/09/2024 07:16:29.108] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_triggerUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:29 [WARN] [04/09/2024 07:16:29.111] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_triggerUpdateOnCommand/system/testProbe-127/thing%3Aid] Shut down during <PERSISTING>
03:16:29 [INFO] [04/09/2024 07:16:29.199] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:29 [WARN] [04/09/2024 07:16:29.201] [ThingUpdaterTest_updateFromEvent-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_updateFromEvent/system/testProbe-130/thing%3Aid] Shut down during <PERSISTING>
03:16:30 [INFO] [04/09/2024 07:16:30.268] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:30 [INFO] [04/09/2024 07:16:30.328] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=thing]]> during <RECOVERING>
03:16:30 [INFO] [pekkoDeadLetter][04/09/2024 07:16:30.329] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid] Message [org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModel] to Actor[pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid#-1843115114] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid#-1843115114] 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'.
03:16:30 [INFO] [04/09/2024 07:16:30.330] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:30 [INFO] [04/09/2024 07:16:30.549] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_stashEventsDuringPersistence)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:30 [WARN] [04/09/2024 07:16:30.551] [ThingUpdaterTest_stashEventsDuringPersistence-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_stashEventsDuringPersistence/system/testProbe-139/thing%3Aid] Shut down during <PERSISTING>
03:16:30 [INFO] [04/09/2024 07:16:30.608] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid] Shutting down now due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeEntitiesReason [entityIdsToPurge=[some:id, thing:id, other:id]]]> during <RECOVERING>
03:16:30 [INFO] [pekkoDeadLetter][04/09/2024 07:16:30.609] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid] Message [org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModel] to Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid#1578165082] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid#1578165082] 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'.
03:16:30 [INFO] [04/09/2024 07:16:30.610] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:30 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.06 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest
03:16:30 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest
03:16:32 [ERROR] [04/09/2024 07:16:32.259] [Thread-104] [pekko://PekkoTestSystem/system/testProbe-146/$a] Stream terminated. Result=<null> Error=<org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.> (org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.)
03:16:33 2024-04-09 07:16:33,942 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-154/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:33 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:33 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:33 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:33 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:33 2024-04-09 07:16:33,942 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-154/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:33 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:33 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:33 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:33 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:34 [ERROR] [04/09/2024 07:16:34.351] [Thread-114] [pekko://PekkoTestSystem/system/testProbe-154/$a] Stream terminated. Result=<null> Error=<org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.> (org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.)
03:16:34 2024-04-09 07:16:34,472 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-158/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:34 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:34 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:34 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:34 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:34 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:34 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:34 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:34 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:34 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:34 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:34 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:34 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:34 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:34 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:34 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:34 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:34 2024-04-09 07:16:34,472 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-158/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:34 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:34 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:34 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:34 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:34 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:34 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:34 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:34 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:34 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:34 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:34 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:34 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:34 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:34 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:34 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:34 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:35 2024-04-09 07:16:34,993 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-158/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:35 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:35 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:35 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:35 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:35 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:35 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:35 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:35 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:35 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:35 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:35 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:35 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:35 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:35 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:35 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:35 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:35 2024-04-09 07:16:34,993 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-158/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:35 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:35 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:35 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:35 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:35 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:35 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:35 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:35 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:35 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:35 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:35 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:35 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:35 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:35 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:35 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:35 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:35 [ERROR] [04/09/2024 07:16:35.407] [Thread-119] [pekko://PekkoTestSystem/system/testProbe-158/$a] Stream terminated. Result=<null> Error=<org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.> (org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.)
03:16:36 2024-04-09 07:16:36,050 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-162/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:36 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:36 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:36 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:36 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:36 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:36 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:36 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:36 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:36 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:36 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:36 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:36 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:36 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:36 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:36 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:36 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:36 2024-04-09 07:16:36,050 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-162/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:36 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:36 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:36 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:36 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:36 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:36 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:36 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:36 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:36 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:36 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:36 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:36 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:36 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:36 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:36 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:36 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:36 [ERROR] [04/09/2024 07:16:36.453] [Thread-125] [pekko://PekkoTestSystem/system/testProbe-162/$a] Stream terminated. Result=<null> Error=<org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.> (org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.)
03:16:37 2024-04-09 07:16:37,195 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-166/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:37 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:37 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:37 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:37 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:37 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:37 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:37 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:37 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:37 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:37 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:37 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:37 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:37 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:37 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:37 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:37 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:37 2024-04-09 07:16:37,195 ERROR [] o.e.d.t.s.u.a.BackgroundSyncActor pekko://PekkoTestSystem/system/testProbe-166/$a - Stream terminated. Result=<null> Error=<org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached>
03:16:37 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
03:16:37 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
03:16:37 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
03:16:37 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
03:16:37 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
03:16:37 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
03:16:37 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
03:16:37 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
03:16:37 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
03:16:37 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
03:16:37 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
03:16:37 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
03:16:37 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
03:16:37 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
03:16:37 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
03:16:37 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
03:16:37 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
03:16:37 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
03:16:37 [ERROR] [04/09/2024 07:16:37.499] [Thread-133] [pekko://PekkoTestSystem/system/testProbe-166/$a] Stream terminated. Result=<null> Error=<org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.> (org.apache.pekko.stream.AbruptStageTerminationException: GraphStage [org.apache.pekko.stream.impl.fusing.GraphStages$IgnoreSink$$anon$10-ignoreSink] terminated abruptly, caused by for example materializer or actor system termination.)
03:16:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.888 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest
03:16:37 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest
03:16:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.258 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest
03:16:43 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest
03:16:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest
03:16:43 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest
03:16:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest
03:16:44 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest
03:16:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest
03:16:44 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest
03:16:44 2024-04-09 07:16:44,423 INFO  [] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
03:16:44 2024-04-09 07:16:44,656 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
03:16:44 2024-04-09 07:16:44,751 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
03:16:45 2024-04-09 07:16:45,827 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
03:16:55 Failed to stop [SearchRootActorTest] within [10 seconds] 
03:16:55 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children
03:16:55    ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination)
03:16:55        |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers#1567477036]
03:16:55        ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination)
03:16:55            |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112#-1627043168]
03:16:55            ⌊-> StreamSupervisor-112 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination)
03:16:55                |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-14-0-ignoreSink#1136473691]
03:16:55                |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-15-0-unnamed#-1433346448]
03:16:55                |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-7-0-ignoreSink#992115771]
03:16:55                |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-8-0-unnamed#-915680960]
03:16:55                ⌊-> flow-14-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:16:55                ⌊-> flow-15-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:16:55                ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:16:55                ⌊-> flow-8-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
03:16:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.63 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest
03:16:55 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest
03:16:56 [INFO] [04/09/2024 07:16:56.031] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:56 [INFO] [04/09/2024 07:16:56.139] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:56 [INFO] [04/09/2024 07:16:56.292] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:56 [INFO] [04/09/2024 07:16:56.338] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:56 2024-04-09 07:16:56,380 INFO  [] o.e.d.t.s.s.a.ThingsSearchCursor  - Failed to decode cursor: class java.util.zip.DataFormatException 'invalid block type' due to null
03:16:56 [INFO] [04/09/2024 07:16:56.383] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
03:16:56 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest
03:16:56 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest
03:16:56 2024-04-09 07:16:56,542 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
03:16:56 [INFO] [04/09/2024 07:16:56.544] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Got <SubscribeAck(Subscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch#-2022578324]))>
03:16:56 [INFO] [04/09/2024 07:16:56.564] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing CountThings command with namespaces <Optional.empty> and filter: <Optional.empty>
03:16:56 [INFO] [04/09/2024 07:16:56.573] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
03:16:56 [INFO] [04/09/2024 07:16:56.574] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
03:16:56 [INFO] [04/09/2024 07:16:56.676] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests
03:16:56 [INFO] [04/09/2024 07:16:56.677] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing SudoCountThings command with filter: <Optional.empty> and namespaces: <Optional.empty>
03:16:56 [INFO] [04/09/2024 07:16:56.679] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
03:16:56 [INFO] [04/09/2024 07:16:56.679] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
03:16:56 [INFO] [04/09/2024 07:16:56.778] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests
03:16:56 [INFO] [04/09/2024 07:16:56.783] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
03:16:56 [INFO] [04/09/2024 07:16:56.783] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
03:16:56 [INFO] [04/09/2024 07:16:56.783] [SearchActorTest_waitForQueries-pekko.actor.default-dispatcher-13] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing QueryThings command with namespaces <Optional.empty> and filter: <Optional.empty>
03:16:56 [INFO] [04/09/2024 07:16:56.883] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests
03:16:56 2024-04-09 07:16:56,936 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
03:16:56 [INFO] [04/09/2024 07:16:56.938] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-6] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] Got <SubscribeAck(Subscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch#-1383393833]))>
03:16:56 [INFO] [04/09/2024 07:16:56.938] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-6] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_UNBIND: unsubscribing from pubsub for thingsSearch
03:16:56 [INFO] [04/09/2024 07:16:56.939] [Thread-168] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] UnsubscribeAck(Unsubscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch#-1383393833])): unsubscribing from pubsub completed successful for thingsSearch
03:16:56 [INFO] [04/09/2024 07:16:56.939] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-6] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
03:16:56 [INFO] [04/09/2024 07:16:56.939] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-6] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: no ongoing requests
03:16:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest
03:16:56 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest
03:16:56 [WARN] [04/09/2024 07:16:56.952] [SearchRootActorTest-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://SearchRootActorTest)] Coordinated shutdown phase [actor-system-terminate] timed out after 10000 milliseconds
03:16:57 2024-04-09 07:16:56,985 WARN  [] k.m.ModuleRegistry  - Cannot register module [pekko.actor.default-dispatcher], a module with that name already exists.
03:16:57 2024-04-09 07:16:56,996 INFO  [] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
03:16:57 2024-04-09 07:16:57,171 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
03:16:57 2024-04-09 07:16:57,179 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
03:16:58 2024-04-09 07:16:58,304 WARN  [] k.m.ModuleRegistry  - Cannot cancel registration on module [pekko.actor.default-dispatcher] because the module was not added properly
03:16:58 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.360 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest
03:16:58 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest
03:16:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest
03:16:58 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest
03:16:58 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest
03:16:58 [INFO] Running org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest
03:16:58 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest
03:16:58 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest
03:16:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest
03:16:58 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest
03:16:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest
03:16:59 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest
03:16:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest
03:16:59 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest
03:17:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest
03:17:00 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest
03:17:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest
03:17:00 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest
03:17:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest
03:17:00 [INFO] Running org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest
03:17:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest
03:17:00 [INFO] 
03:17:00 [INFO] Results:
03:17:00 [INFO] 
03:17:00 [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0
03:17:00 [INFO] 
03:17:00 [INFO] 
03:17:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service ---
03:17:00 [INFO] 
03:17:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service ---
03:17:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar
03:17:00 [INFO] 
03:17:00 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service ---
03:17:00 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:17:00 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:17:00 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:17:00 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:17:00 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:17:00 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:17:00 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:17:00 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:17:00 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:17:00 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:17:00 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:17:00 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:17:00 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:17:00 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:17:00 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:17:00 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:17:00 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:17:00 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:17:00 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:17:00 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:17:00 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:17:00 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:17:00 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:17:00 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:17:00 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:17:00 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:17:00 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:17:00 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:17:00 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:17:00 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:17:00 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:17:00 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:17:00 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:17:00 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:17:00 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:17:00 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:17:00 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:17:00 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:17:00 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:17:00 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:17:00 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:17:00 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:17:00 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:17:00 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:17:00 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:17:00 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:17:00 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:17:00 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:17:00 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:17:00 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:17:00 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:17:00 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:17:00 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:17:00 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:17:01 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:01 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:17:07 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:17:07 [WARNING]   - META-INF/LICENSE.txt
03:17:07 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:17:07 [WARNING]   - META-INF.versions.9.module-info
03:17:07 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
03:17:07 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
03:17:07 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
03:17:07 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
03:17:07 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
03:17:07 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:17:07 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:17:07 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:17:07 [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-model-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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-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-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: 
03:17:07 [WARNING]   - META-INF/LICENSE
03:17:07 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:17:07 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:17:07 [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-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: 
03:17:07 [WARNING]   - META-INF/DISCLAIMER
03:17:07 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar define 2 overlapping resources: 
03:17:07 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:17:07 [WARNING]   - META-INF/NOTICE.md
03:17:07 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:17:07 [WARNING]   - META-INF/io.netty.versions.properties
03:17:07 [WARNING] agrona-1.15.1.jar, annotations-13.0.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.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-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, janino-3.1.11.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:17:07 [WARNING]   - META-INF/MANIFEST.MF
03:17:07 [WARNING] maven-shade-plugin has detected that some files are
03:17:07 [WARNING] present in two or more JARs. When this happens, only one
03:17:07 [WARNING] single version of the file is copied to the uber jar.
03:17:07 [WARNING] Usually this is not harmful and you can skip these warnings,
03:17:07 [WARNING] otherwise try to manually exclude artifacts based on
03:17:07 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:17:07 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:17:07 [INFO] Attaching shaded artifact.
03:17:07 [INFO] 
03:17:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service ---
03:17:07 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:17:07 [INFO] No previous run data found, generating javadoc.
03:17:11 [WARNING] Javadoc Warnings
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/package-info.java:14: warning: no comment
03:17:11 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config;
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/AbstractFieldBsonCreator.java:88: warning: no comment
03:17:11 [WARNING] public final Bson visitSimple(final String fieldName) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/AbstractWriteModel.java:72: warning: no @param for maxWireVersion
03:17:11 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/BackgroundSyncConfig.java:71: warning: no @return
03:17:11 [WARNING] Duration getIdleTimeout();
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:83: warning: no @param for maxWireVersion
03:17:11 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:96: warning: no @param for maxWireVersion
03:17:11 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:260: warning: no comment
03:17:11 [WARNING] CONSISTENCY_ERROR,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:261: warning: no comment
03:17:11 [WARNING] INCORRECT_PATCH,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:263: warning: no comment
03:17:11 [WARNING] OK
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:259: warning: no comment
03:17:11 [WARNING] UNACKNOWLEDGED,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:262: warning: no comment
03:17:11 [WARNING] WRITE_ERROR,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:46: warning: no @return
03:17:11 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade(
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:71: warning: no comment
03:17:11 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/CustomMetricConfig.java:65: warning: no comment
03:17:11 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultBackgroundSyncConfig.java:69: warning: no comment
03:17:11 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultCustomMetricConfig.java:64: warning: no comment
03:17:11 [WARNING] public String getCustomMetricName() {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:42: warning: no @param for command
03:17:11 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query);
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:92: warning: no @param for lastWriteModel
03:17:11 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/DefaultSearchUpdateObserver.java:29: warning: no comment
03:17:11 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:38: warning: no comment
03:17:11 [WARNING] Optional<String> getMongoHintsByNamespace();
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:75: warning: no comment
03:17:11 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields();
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/GetExistsBsonVisitor.java:55: warning: no @param for authorizationSubjectIds
03:17:11 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/JsonInternalVisitor.java:40: warning: no comment
03:17:11 [WARNING] default T eval(final JsonValue value) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/KeyEscapeUtil.java:27: warning: no comment
03:17:11 [WARNING] public static final String FAKE_DOT = "~2";
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:129: warning: no @param for events
03:17:11 [WARNING] public static Metadata of(final ThingId thingId,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:236: warning: no @param for causingPolicyTag
03:17:11 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:246: warning: no @param for ackRecipient
03:17:11 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:256: warning: no @param for reason
03:17:11 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/query/MongoQueryBuilderFactory.java:33: warning: no comment
03:17:11 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment
03:17:11 [WARNING] public static String mapSortKey(final String... values) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/MongoThingsSearchPersistence.java:102: warning: no @param for persistenceConfig
03:17:11 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/impl/MongoThingsSearchUpdaterPersistence.java:75: warning: no @return
03:17:11 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/NamespaceSearchIndexConfig.java:42: warning: no comment
03:17:11 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:62: warning: no comment
03:17:11 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/RootSupervisorStrategyFactory.java:40: warning: no comment
03:17:11 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:40: warning: no comment
03:17:11 [WARNING] protected final ActorSystem actorSystem;
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:41: warning: no comment
03:17:11 [WARNING] protected final int maxWireVersion;
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:43: warning: no comment
03:17:11 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:47: warning: no comment
03:17:11 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/SearchUpdateObserver.java:64: warning: no comment
03:17:11 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdaterStream.java:64: warning: no @param for blockedNamespaces
03:17:11 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ShardRegionFactory.java:101: warning: no @param for clusterRole
03:17:11 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps,
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ThingUpdater.java:130: warning: no comment
03:17:11 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/WriteResultAndErrors.java:86: warning: no comment
03:17:11 [WARNING] public static WriteResultAndErrors failure(final Throwable error) {
03:17:11 [WARNING] ^
03:17:11 [WARNING] 44 warnings
03:17:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
03:17:11 [INFO] 
03:17:11 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service ---
03:17:11 [INFO] Tests are skipped.
03:17:11 [INFO] 
03:17:11 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service ---
03:17:11 [INFO] Tests are skipped.
03:17:11 [INFO] 
03:17:11 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service ---
03:17:11 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec
03:17:11 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes
03:17:12 [INFO] 
03:17:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service ---
03:17:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT.pom
03:17:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT.jar
03:17:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar
03:17:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
03:17:12 [INFO] ------------------------------------------------------------------------
03:17:12 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
03:17:12 [INFO] 
03:17:12 [INFO] Eclipse Ditto ...................................... SUCCESS [ 10.537 s]
03:17:12 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  1.042 s]
03:17:12 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.109 s]
03:17:12 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.386 s]
03:17:12 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [  8.015 s]
03:17:12 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 20.940 s]
03:17:12 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [  0.239 s]
03:17:12 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 22.767 s]
03:17:12 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [  6.985 s]
03:17:12 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [  0.050 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [  0.045 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 11.210 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 22.552 s]
03:17:12 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [  4.398 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 15.794 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [  0.028 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [  4.386 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 40.357 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 12.666 s]
03:17:12 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [  6.048 s]
03:17:12 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [  0.031 s]
03:17:12 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 29.287 s]
03:17:12 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [  0.028 s]
03:17:12 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 26.273 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 23.782 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [  1.724 s]
03:17:12 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [  6.654 s]
03:17:12 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 20.473 s]
03:17:12 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [  0.024 s]
03:17:12 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 15.706 s]
03:17:12 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [  0.046 s]
03:17:12 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [  7.550 s]
03:17:12 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [  0.027 s]
03:17:12 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [  7.191 s]
03:17:12 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 17.671 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [  8.316 s]
03:17:12 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [  5.549 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [  5.970 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [03:11 min]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [  6.820 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [  3.359 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 18.989 s]
03:17:12 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [  7.319 s]
03:17:12 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 13.399 s]
03:17:12 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [  0.043 s]
03:17:12 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [  4.527 s]
03:17:12 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [  0.022 s]
03:17:12 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [  7.794 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SUCCESS [ 52.971 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [  9.086 s]
03:17:12 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 15.513 s]
03:17:12 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [  0.020 s]
03:17:12 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [  4.228 s]
03:17:12 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 13.865 s]
03:17:12 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [  6.766 s]
03:17:12 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [  6.566 s]
03:17:12 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [  0.027 s]
03:17:12 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 28.442 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 41.043 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [  3.137 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 20.483 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [  6.776 s]
03:17:12 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [  9.255 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [  8.807 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [  1.433 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [  1.713 s]
03:17:12 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [06:07 min]
03:17:12 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [  0.335 s]
03:17:12 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [  0.025 s]
03:17:12 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [  3.191 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [  1.536 s]
03:17:12 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [  3.238 s]
03:17:12 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [01:23 min]
03:17:12 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [03:34 min]
03:17:12 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [  2.525 s]
03:17:12 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [01:40 min]
03:17:12 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [01:18 min]
03:17:12 [INFO] ------------------------------------------------------------------------
03:17:12 [INFO] BUILD SUCCESS
03:17:12 [INFO] ------------------------------------------------------------------------
03:17:12 [INFO] Total time:  28:31 min
03:17:12 [INFO] Finished at: 2024-04-09T07:17:12Z
03:17:12 [INFO] ------------------------------------------------------------------------
03:17:12 [ditto-ci] $ /bin/sh -xe /tmp/jenkins5901436900232585532.sh
03:17:12 + rm -rf ditto_all_dependencies
03:17:12 + find ./ -type d -name dependencies -exec cp -a '{}' target/ditto_all_dependencies ';'
03:17:12 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors deploy -PsignArtifactsEclipse,publishToEclipseMavenRepo -DcreateJavadoc=true -DskipTests=true -DskipITs=true
03:17:12 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
03:17:12 Maven home: /opt/tools/apache-maven/latest
03:17:12 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
03:17:12 Default locale: en_US, platform encoding: UTF-8
03:17:12 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
03:17:14 [INFO] Error stacktraces are turned on.
03:17:14 [INFO] Scanning for projects...
03:17:15 [WARNING] 
03:17:15 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
03:17:15 [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
03:17:15 [WARNING] 
03:17:15 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
03:17:15 [WARNING] 
03:17:15 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
03:17:15 [WARNING] 
03:17:15 [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
03:17:15 [INFO] ------------------------------------------------------------------------
03:17:15 [INFO] Reactor Build Order:
03:17:15 [INFO] 
03:17:15 [INFO] Eclipse Ditto                                                      [pom]
03:17:15 [INFO] Eclipse Ditto :: Legal                                             [jar]
03:17:15 [INFO] Eclipse Ditto :: BOM                                               [pom]
03:17:15 [INFO] Eclipse Ditto :: Utils                                             [pom]
03:17:15 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
03:17:15 [INFO] Eclipse Ditto :: JSON                                           [bundle]
03:17:15 [INFO] Eclipse Ditto :: Base                                              [pom]
03:17:15 [INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
03:17:15 [INFO] Eclipse Ditto :: Base :: API                                       [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal                                          [pom]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
03:17:15 [INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Models                                [pom]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
03:17:15 [INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
03:17:15 [INFO] Eclipse Ditto :: Policies                                          [pom]
03:17:15 [INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
03:17:15 [INFO] Eclipse Ditto :: Things                                            [pom]
03:17:15 [INFO] Eclipse Ditto :: Things :: Model                                [bundle]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
03:17:15 [INFO] Eclipse Ditto :: Placeholders                                   [bundle]
03:17:15 [INFO] Eclipse Ditto :: Base :: Service                                   [jar]
03:17:15 [INFO] Eclipse Ditto :: Connectivity                                      [pom]
03:17:15 [INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
03:17:15 [INFO] Eclipse Ditto :: Thing Search                                      [pom]
03:17:15 [INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
03:17:15 [INFO] Eclipse Ditto :: Messages                                          [pom]
03:17:15 [INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
03:17:15 [INFO] Eclipse Ditto :: Protocol                                       [bundle]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
03:17:15 [INFO] Eclipse Ditto :: Policies :: API                                   [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
03:17:15 [INFO] Eclipse Ditto :: Things :: API                                     [jar]
03:17:15 [INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
03:17:15 [INFO] Eclipse Ditto :: JWT                                               [pom]
03:17:15 [INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
03:17:15 [INFO] Eclipse Ditto :: WoT                                               [pom]
03:17:15 [INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
03:17:15 [INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
03:17:15 [INFO] Eclipse Ditto :: RQL                                               [pom]
03:17:15 [INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
03:17:15 [INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
03:17:15 [INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
03:17:15 [INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
03:17:15 [INFO] Eclipse Ditto :: Edge                                              [pom]
03:17:15 [INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
03:17:15 [INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
03:17:15 [INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
03:17:15 [INFO] Eclipse Ditto :: Documentation                                     [pom]
03:17:15 [INFO] Eclipse Ditto :: Gateway                                           [pom]
03:17:15 [INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
03:17:15 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
03:17:15 [INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
03:17:15 [INFO] Eclipse Ditto :: Policies :: Service                               [jar]
03:17:15 [INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
03:17:15 [INFO] Eclipse Ditto :: Things :: Service                                 [jar]
03:17:15 [INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
03:17:15 [INFO] 
03:17:15 [INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
03:17:15 [INFO] Building Eclipse Ditto 0-SNAPSHOT                                 [1/77]
03:17:15 [INFO]   from pom.xml
03:17:15 [INFO] --------------------------------[ pom ]---------------------------------
03:17:16 [INFO] 
03:17:16 [INFO] --- license:4.2:check (default) @ ditto ---
03:17:16 [WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
03:17:16 [WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
03:17:16 [WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
03:17:16 [WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
03:17:16 [INFO] Checking licenses...
03:17:16 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
03:17:16 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
03:17:18 [INFO] 
03:17:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
03:17: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/target/jacoco.exec
03:17:18 [INFO] 
03:17:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
03:17:19 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:17:19 [INFO] The goal is skip due to packaging 'pom'
03:17:19 [INFO] 
03:17:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
03:17:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
03:17:19 [INFO] 
03:17:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
03:17:19 [INFO] 
03:17:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
03:17:19 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:17:19 [INFO] 
03:17:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
03:17:20 [INFO] Tests are skipped.
03:17:20 [INFO] 
03:17:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
03:17:20 [INFO] Tests are skipped.
03:17:20 [INFO] 
03:17:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto ---
03:17:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:17:20 [INFO] 
03:17:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto ---
03:17:20 [INFO] 
03:17:20 [INFO] --- install:3.1.1:install (default-install) @ ditto ---
03:17:20 [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
03:17:20 [INFO] 
03:17:20 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto ---
03:17:21 [INFO] 
03:17:21 [INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
03:17:21 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT                        [2/77]
03:17:21 [INFO]   from legal/pom.xml
03:17:21 [INFO] --------------------------------[ jar ]---------------------------------
03:17:21 [INFO] 
03:17:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
03:17: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/legal/target/jacoco.exec
03:17:21 [INFO] 
03:17:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
03:17:21 [INFO] Copying 8 resources from  to target/classes
03:17:21 [INFO] 
03:17:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
03:17:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT...
03:17:21 [INFO] 
03:17:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
03:17:21 [INFO] No sources to compile
03:17:21 [INFO] 
03:17:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
03:17:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources
03:17:21 [INFO] 
03:17:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
03:17:21 [INFO] No sources to compile
03:17:21 [INFO] 
03:17:21 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
03:17:21 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:17:21 [INFO] Tests are skipped.
03:17:21 [INFO] 
03:17:21 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
03:17:21 [INFO] 
03:17:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
03:17:21 [INFO] Tests are skipped.
03:17:21 [INFO] 
03:17:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
03:17:21 [INFO] Tests are skipped.
03:17:21 [INFO] 
03:17:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
03:17:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:17:21 [INFO] 
03:17:21 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-legal ---
03:17:21 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar' is disabled.
03:17:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar
03:17:23 [INFO] 
03:17:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
03:17:23 [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
03:17:23 [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
03:17:23 [INFO] 
03:17:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-legal ---
03:17:24 [INFO] 
03:17:24 [INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
03:17:24 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT                          [3/77]
03:17:24 [INFO]   from bom/pom.xml
03:17:24 [INFO] --------------------------------[ pom ]---------------------------------
03:17:24 [INFO] 
03:17:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
03:17: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/bom/target/jacoco.exec
03:17:24 [INFO] 
03:17:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
03:17:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:17:24 [INFO] The goal is skip due to packaging 'pom'
03:17:24 [INFO] 
03:17:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
03:17:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT...
03:17:24 [INFO] 
03:17:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
03:17:24 [INFO] 
03:17:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
03:17:24 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:17:24 [INFO] 
03:17:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
03:17:24 [INFO] Tests are skipped.
03:17:24 [INFO] 
03:17:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
03:17:24 [INFO] Tests are skipped.
03:17:24 [INFO] 
03:17:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
03:17:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:17:24 [INFO] 
03:17:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-bom ---
03:17:24 [INFO] 
03:17:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
03:17:24 [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
03:17:24 [INFO] 
03:17:24 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-bom ---
03:17:24 [INFO] 
03:17:24 [INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
03:17:24 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT                        [4/77]
03:17:24 [INFO]   from utils/pom.xml
03:17:24 [INFO] --------------------------------[ pom ]---------------------------------
03:17:24 [INFO] 
03:17:24 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
03:17:24 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:17:24 [INFO] 
03:17:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
03:17: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/utils/target/jacoco.exec
03:17:24 [INFO] 
03:17:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
03:17:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:17:24 [INFO] The goal is skip due to packaging 'pom'
03:17:24 [INFO] 
03:17:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
03:17:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT...
03:17:24 [INFO] 
03:17:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
03:17:24 [INFO] 
03:17:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
03:17:24 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:17:24 [INFO] 
03:17:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
03:17:24 [INFO] Tests are skipped.
03:17:24 [INFO] 
03:17:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
03:17:24 [INFO] Tests are skipped.
03:17:24 [INFO] 
03:17:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
03:17:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:17:24 [INFO] 
03:17:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils ---
03:17:24 [INFO] 
03:17:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
03:17:24 [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
03:17:24 [INFO] 
03:17:24 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils ---
03:17:25 [INFO] 
03:17:25 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
03:17:25 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT  [5/77]
03:17:25 [INFO]   from utils/jsr305/pom.xml
03:17:25 [INFO] --------------------------------[ jar ]---------------------------------
03:17:25 [INFO] 
03:17:25 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
03:17:25 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:17:25 [INFO] 
03:17:25 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
03:17:25 [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
03:17:25 [INFO] 
03:17:25 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
03:17:25 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:17:25 [INFO] All files are up to date, skip goal execution.
03:17:25 [INFO] 
03:17:25 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
03:17:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources
03:17:25 [INFO] 
03:17:25 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
03:17:25 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT...
03:17:25 [INFO] 
03:17:25 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
03:17:25 [INFO] Changes detected - recompiling the module! :dependency
03:17:25 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
03:17:25 [WARNING] bootstrap class path not set in conjunction with -source 8
03:17:25 [INFO] 
03:17:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
03:17:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources
03:17:25 [INFO] 
03:17:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
03:17:25 [INFO] No sources to compile
03:17:25 [INFO] 
03:17:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
03:17:25 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:17:25 [INFO] Tests are skipped.
03:17:25 [INFO] 
03:17:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
03:17:25 [INFO] 
03:17:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
03:17:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
03:17:25 [INFO] 
03:17:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
03:17:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:17:25 [INFO] Configuration changed, re-generating javadoc.
03:17:26 [WARNING] Javadoc Warnings
03:17:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
03:17:26 [WARNING] ElementType[] value() default {};
03:17:26 [WARNING] ^
03:17:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
03:17:26 [WARNING] ElementType[] value() default {};
03:17:26 [WARNING] ^
03:17:26 [WARNING] 2 warnings
03:17:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
03:17:27 [INFO] 
03:17:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
03:17:27 [INFO] Tests are skipped.
03:17:27 [INFO] 
03:17:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
03:17:27 [INFO] Tests are skipped.
03:17:27 [INFO] 
03:17:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
03:17:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:17:27 [INFO] 
03:17:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-jsr305 ---
03:17:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar' is disabled.
03:17:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
03:17:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar' is disabled.
03:17:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
03:17:29 [INFO] 
03:17:29 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
03:17:30 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'.
03:17:30 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'.
03:17:30 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'.
03:17:30 [INFO] 
03:17:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
03:17:30 [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
03:17:30 [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
03:17:30 [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
03:17:30 [INFO] 
03:17:30 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-jsr305 ---
03:17:31 [INFO] 
03:17:31 [INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
03:17:31 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT                         [6/77]
03:17:31 [INFO]   from json/pom.xml
03:17:31 [INFO] -------------------------------[ bundle ]-------------------------------
03:17:31 [INFO] 
03:17:31 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
03:17:31 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:17:31 [INFO] 
03:17:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
03:17:31 [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
03:17:31 [INFO] 
03:17:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
03:17:31 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:17:31 [INFO] All files are up to date, skip goal execution.
03:17:31 [INFO] 
03:17:31 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
03:17:31 [INFO] Copying 0 resource from src/main/resources to target/classes
03:17:31 [INFO] 
03:17:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
03:17:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT...
03:17:31 [INFO] 
03:17:31 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
03:17:31 [INFO] Changes detected - recompiling the module! :dependency
03:17:31 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
03:17:33 [WARNING] bootstrap class path not set in conjunction with -source 8
03:17:33 [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.
03:17:33 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
03:17:33 [INFO] 
03:17:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
03:17:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources
03:17:33 [INFO] 
03:17:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
03:17:33 [INFO] Changes detected - recompiling the module! :dependency
03:17:33 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
03:17:35 [WARNING] bootstrap class path not set in conjunction with -source 8
03:17:35 [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;
03:17:35   cast to java.lang.Object for a varargs call
03:17:35   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
03:17:35 [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;
03:17:35   cast to java.lang.String for a varargs call
03:17:35   cast to java.lang.String[] for a non-varargs call and to suppress this warning
03:17:35 [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;
03:17:35   cast to org.eclipse.ditto.json.JsonValue for a varargs call
03:17:35   cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
03:17:35 [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;
03:17:35   cast to org.eclipse.ditto.json.JsonPointer for a varargs call
03:17:35   cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
03:17:35 [INFO] 
03:17:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
03:17:35 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:17:35 [INFO] Tests are skipped.
03:17:35 [INFO] 
03:17:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
03:17:35 [INFO] 
03:17:35 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
03:17:35 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
03:17:35 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF
03:17:35 [INFO] 
03:17:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
03:17:36 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:17:36 [INFO] Configuration changed, re-generating javadoc.
03:17:38 [WARNING] Javadoc Warnings
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
03:17:38 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
03:17:38 [WARNING] boolean containsFlatteningArrays(CharSequence key);
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeNull() throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
03:17:38 [WARNING] void writeBoolean(boolean state) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeBoolean(boolean state) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
03:17:38 [WARNING] void writeNumber(float number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeNumber(float number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
03:17:38 [WARNING] void writeNumber(double number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeNumber(double number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
03:17:38 [WARNING] void writeNumber(long number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeNumber(long number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
03:17:38 [WARNING] void writeNumber(int number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeNumber(int number) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
03:17:38 [WARNING] void writeString(String text) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeString(String text) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
03:17:38 [WARNING] void writeFieldName(String name) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [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
03:17:38 [WARNING] void writeFieldName(String name) throws IOException;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
03:17:38 [WARNING] @Nullable private final String description;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
03:17:38 [WARNING] private final String errorCode;
03:17:38 [WARNING] ^
03:17:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
03:17:38 [WARNING] @Nullable private final URI href;
03:17:38 [WARNING] ^
03:17:38 [WARNING] 21 warnings
03:17:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
03:17:38 [INFO] 
03:17:38 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
03:17:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
03:17:38 [INFO] 
03:17:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
03:17:38 [INFO] Tests are skipped.
03:17:38 [INFO] 
03:17:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
03:17:38 [INFO] Tests are skipped.
03:17:38 [INFO] 
03:17:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
03:17:38 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
03:17:39 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
03:17:39 [INFO] 
03:17:39 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json ---
03:17:39 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar' is disabled.
03:17:39 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
03:17:40 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar' is disabled.
03:17:40 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
03:17:41 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar' is disabled.
03:17:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
03:17:42 [INFO] 
03:17:42 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
03:17:43 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'.
03:17:43 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'.
03:17:43 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'.
03:17:43 [INFO] 
03:17:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
03:17:43 [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
03:17:43 [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
03:17:43 [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
03:17:43 [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
03:17:43 [INFO] 
03:17:43 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
03:17:43 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
03:17:43 [INFO] Writing OBR metadata
03:17:43 [INFO] 
03:17:43 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json ---
03:17:44 [INFO] 
03:17:44 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json ---
03:17:44 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:17:44 [INFO] 
03:17:44 [INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
03:17:44 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT                         [7/77]
03:17:44 [INFO]   from base/pom.xml
03:17:44 [INFO] --------------------------------[ pom ]---------------------------------
03:17:44 [INFO] 
03:17:44 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
03:17:44 [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
03:17:44 [INFO] 
03:17:44 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
03:17:44 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:17:44 [INFO] The goal is skip due to packaging 'pom'
03:17:44 [INFO] 
03:17:44 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
03:17:44 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT...
03:17:44 [INFO] 
03:17:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
03:17:44 [INFO] 
03:17:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
03:17:44 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:17:44 [INFO] 
03:17:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
03:17:44 [INFO] Tests are skipped.
03:17:44 [INFO] 
03:17:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
03:17:44 [INFO] Tests are skipped.
03:17:44 [INFO] 
03:17:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
03:17:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:17:44 [INFO] 
03:17:44 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base ---
03:17:44 [INFO] 
03:17:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
03:17:44 [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
03:17:44 [INFO] 
03:17:44 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base ---
03:17:45 [INFO] 
03:17:45 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
03:17:45 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT                [8/77]
03:17:45 [INFO]   from base/model/pom.xml
03:17:45 [INFO] -------------------------------[ bundle ]-------------------------------
03:17:45 [INFO] 
03:17:45 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
03:17:45 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:17:45 [INFO] 
03:17:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
03:17: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/base/model/target/jacoco.exec
03:17:45 [INFO] 
03:17:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
03:17:45 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:17:45 [INFO] All files are up to date, skip goal execution.
03:17:45 [INFO] 
03:17:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
03:17:45 [INFO] Copying 0 resource from src/main/resources to target/classes
03:17:45 [INFO] 
03:17:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
03:17:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT...
03:17:45 [INFO] 
03:17:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
03:17:45 [INFO] Changes detected - recompiling the module! :dependency
03:17:45 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
03:17:47 [WARNING] bootstrap class path not set in conjunction with -source 8
03:17:47 [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.
03:17:47 [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.
03:17:47 [INFO] 
03:17:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
03:17:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources
03:17:47 [INFO] 
03:17:47 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
03:17:47 [INFO] Changes detected - recompiling the module! :dependency
03:17:47 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
03:17:50 [WARNING] bootstrap class path not set in conjunction with -source 8
03:17:50 [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;
03:17:50   cast to java.lang.Object for a varargs call
03:17:50   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
03:17:50 [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.
03:17:50 [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.
03:17:50 [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.
03:17:50 [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.
03:17:50 [INFO] 
03:17:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
03:17:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:17:50 [INFO] Tests are skipped.
03:17:50 [INFO] 
03:17:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
03:17:50 [INFO] 
03:17:50 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
03:17:50 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
03:17:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF
03:17:50 [INFO] 
03:17:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
03:17:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:17:50 [INFO] Configuration changed, re-generating javadoc.
03:17:55 [WARNING] Javadoc Warnings
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.namespaces;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.signals;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.signals.announcements;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.signals.commands;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.signals.events;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected boolean canEqual(@Nullable final Object other) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected boolean canEqual(@Nullable final Object other) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected static final String DEFAULT_LIMIT = "-1";
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:192: warning: no comment
03:17:55 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
03:17:55 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
03:17:55 [WARNING] protected final S myself;
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:645: warning: no comment
03:17:55 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:353: warning: no comment
03:17:55 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:294: warning: no comment
03:17:55 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
03:17:55 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:539: warning: no comment
03:17:55 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected static DittoRuntimeException buildExceptionFromJson(
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected boolean canEqual(@Nullable final Object other) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
03:17:55 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected final EntityId entityId;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected final JsonPointer resourcePath;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] BINARY
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] JSON,
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] JSON_MERGE_PATCH,
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] TEXT,
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment
03:17:55 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment
03:17:55 [WARNING] public String getSuffix() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment
03:17:55 [WARNING] public Duration getJavaDuration(final long amount) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment
03:17:55 [WARNING] public ChronoUnit getChronoUnit() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment
03:17:55 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
03:17:55 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
03:17:55 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
03:17:55 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment
03:17:55 [WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
03:17:55 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
03:17:55 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment
03:17:55 [WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS),
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment
03:17:55 [WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS);
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
03:17:55 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
03:17:55 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
03:17:55 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public boolean isEmpty() {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public Stream<EntityTagMatcher> stream() {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
03:17:55 [WARNING] public int getCode() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
03:17:55 [WARNING] public boolean isClientError() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
03:17:55 [WARNING] public boolean isInformational() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
03:17:55 [WARNING] public boolean isRedirection() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
03:17:55 [WARNING] public boolean isServerError() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
03:17:55 [WARNING] public boolean isSuccess() {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected NoControlCharactersValidator(final CharSequence id) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public Builder(final JsonPointer path) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public final class RegexPatterns {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> FILTER =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
03:17:55 [WARNING] public Builder() {
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
03:17:55 [WARNING] @Nullable private final String invalidHeaderKey;
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
03:17:55 [WARNING] @Nullable private final String notSupportedHeaderKey;
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
03:17:55 [WARNING] private final String description;
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
03:17:55 [WARNING] private final String errorCode;
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
03:17:55 [WARNING] private final URI href;
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
03:17:55 [WARNING] private final HttpStatus httpStatus;
03:17:55 [WARNING] ^
03:17:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
03:17:55 [WARNING] private final String entityId;
03:17:55 [WARNING] ^
03:17:55 [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
03:17:55 [WARNING] private final T resource;
03:17:55 [WARNING] ^
03:17:55 [WARNING] 88 warnings
03:17:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
03:17:56 [INFO] 
03:17:56 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
03:17:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
03:17:56 [INFO] 
03:17:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
03:17:56 [INFO] Tests are skipped.
03:17:56 [INFO] 
03:17:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
03:17:56 [INFO] Tests are skipped.
03:17:56 [INFO] 
03:17:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
03:17:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
03:17:56 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
03:17:56 [INFO] 
03:17:56 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-model ---
03:17:56 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar' is disabled.
03:17:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
03:17:57 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:17:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
03:18:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar' is disabled.
03:18:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
03:18:01 [INFO] 
03:18:01 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
03:18:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'.
03:18:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'.
03:18:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'.
03:18:01 [INFO] 
03:18:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model ---
03:18:01 [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
03:18:01 [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
03:18:01 [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
03:18:01 [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
03:18:01 [INFO] 
03:18:01 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model ---
03:18:01 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar
03:18:01 [INFO] Writing OBR metadata
03:18:01 [INFO] 
03:18:01 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-model ---
03:18:02 [INFO] 
03:18:02 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-base-model ---
03:18:02 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:18:02 [INFO] 
03:18:02 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------
03:18:02 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT                  [9/77]
03:18:02 [INFO]   from base/api/pom.xml
03:18:02 [INFO] --------------------------------[ jar ]---------------------------------
03:18:02 [INFO] 
03:18:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
03:18: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/base/api/target/jacoco.exec
03:18:02 [INFO] 
03:18:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api ---
03:18:02 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:02 [INFO] All files are up to date, skip goal execution.
03:18:02 [INFO] 
03:18:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api ---
03:18:02 [INFO] Copying 0 resource from src/main/resources to target/classes
03:18:02 [INFO] 
03:18:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api ---
03:18:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT...
03:18:02 [INFO] 
03:18:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api ---
03:18:02 [INFO] Changes detected - recompiling the module! :dependency
03:18:02 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes
03:18:03 [INFO] 
03:18:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api ---
03:18:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources
03:18:03 [INFO] 
03:18:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api ---
03:18:03 [INFO] Changes detected - recompiling the module! :dependency
03:18:03 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
03:18:03 [INFO] 
03:18:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api ---
03:18:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:03 [INFO] Tests are skipped.
03:18:03 [INFO] 
03:18:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api ---
03:18:03 [INFO] 
03:18:03 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api ---
03:18:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar
03:18:03 [INFO] 
03:18:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api ---
03:18:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:03 [INFO] Configuration changed, re-generating javadoc.
03:18:06 [WARNING] Javadoc Warnings
03:18:06 [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
03:18:06 [WARNING] package org.eclipse.ditto.base.api.commands.sudo;
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] package org.eclipse.ditto.base.api.common;
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] package org.eclipse.ditto.base.api.common.purge;
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] package org.eclipse.ditto.base.api.devops;
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands;
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] package org.eclipse.ditto.base.api.persistence;
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup;
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG =
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers);
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] public static String getTopic(final EntityType entityType) {
03:18:06 [WARNING] ^
03:18:06 [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
03:18:06 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS =
03:18:06 [WARNING] ^
03:18:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment
03:18:06 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason",
03:18:06 [WARNING] ^
03:18:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return
03:18:06 [WARNING] public abstract String getPubSubTopic();
03:18:06 [WARNING] ^
03:18:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment
03:18:06 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) {
03:18:06 [WARNING] ^
03:18:06 [WARNING] 16 warnings
03:18:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar
03:18:06 [INFO] 
03:18:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api ---
03:18:06 [INFO] Tests are skipped.
03:18:06 [INFO] 
03:18:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api ---
03:18:06 [INFO] Tests are skipped.
03:18:06 [INFO] 
03:18:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api ---
03:18:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec
03:18:06 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes
03:18:06 [INFO] 
03:18:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-api ---
03:18:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar' is disabled.
03:18:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar
03:18:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar' is disabled.
03:18:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar
03:18:08 [INFO] 
03:18:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api ---
03:18:08 [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
03:18:08 [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
03:18:08 [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
03:18:08 [INFO] 
03:18:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-api ---
03:18:09 [INFO] 
03:18:09 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------
03:18:09 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT                    [10/77]
03:18:09 [INFO]   from internal/pom.xml
03:18:09 [INFO] --------------------------------[ pom ]---------------------------------
03:18:09 [INFO] 
03:18:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
03:18: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/target/jacoco.exec
03:18:09 [INFO] 
03:18:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal ---
03:18:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:09 [INFO] The goal is skip due to packaging 'pom'
03:18:09 [INFO] 
03:18:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal ---
03:18:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT...
03:18:09 [INFO] 
03:18:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal ---
03:18:09 [INFO] 
03:18:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal ---
03:18:09 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:18:09 [INFO] 
03:18:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal ---
03:18:09 [INFO] Tests are skipped.
03:18:09 [INFO] 
03:18:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal ---
03:18:09 [INFO] Tests are skipped.
03:18:09 [INFO] 
03:18:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal ---
03:18:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:18:09 [INFO] 
03:18:09 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal ---
03:18:09 [INFO] 
03:18:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal ---
03:18:09 [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
03:18:09 [INFO] 
03:18:09 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal ---
03:18:09 [INFO] 
03:18:09 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >---------------
03:18:09 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT           [11/77]
03:18:09 [INFO]   from internal/utils/pom.xml
03:18:09 [INFO] --------------------------------[ pom ]---------------------------------
03:18:09 [INFO] 
03:18:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
03:18: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/utils/target/jacoco.exec
03:18:09 [INFO] 
03:18:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils ---
03:18:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:09 [INFO] The goal is skip due to packaging 'pom'
03:18:09 [INFO] 
03:18:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils ---
03:18:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT...
03:18:09 [INFO] 
03:18:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils ---
03:18:09 [INFO] 
03:18:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils ---
03:18:09 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:18:09 [INFO] 
03:18:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils ---
03:18:09 [INFO] Tests are skipped.
03:18:09 [INFO] 
03:18:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils ---
03:18:09 [INFO] Tests are skipped.
03:18:09 [INFO] 
03:18:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils ---
03:18:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:18:09 [INFO] 
03:18:09 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils ---
03:18:09 [INFO] 
03:18:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils ---
03:18:09 [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
03:18:09 [INFO] 
03:18:09 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils ---
03:18:10 [INFO] 
03:18:10 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------
03:18:10 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77]
03:18:10 [INFO]   from internal/utils/config/pom.xml
03:18:10 [INFO] --------------------------------[ jar ]---------------------------------
03:18:10 [INFO] 
03:18:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
03:18: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/internal/utils/config/target/jacoco.exec
03:18:10 [INFO] 
03:18:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config ---
03:18:10 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:10 [INFO] All files are up to date, skip goal execution.
03:18:10 [INFO] 
03:18:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config ---
03:18:10 [INFO] Copying 1 resource from src/main/resources to target/classes
03:18:10 [INFO] Copying 16 resources from src/main/resources to target/classes
03:18:10 [INFO] 
03:18:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config ---
03:18:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT...
03:18:10 [INFO] 
03:18:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config ---
03:18:10 [INFO] Changes detected - recompiling the module! :dependency
03:18:10 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
03:18:10 [INFO] 
03:18:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config ---
03:18:10 [INFO] Copying 6 resources from src/test/resources to target/test-classes
03:18:10 [INFO] 
03:18:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config ---
03:18:10 [INFO] Changes detected - recompiling the module! :dependency
03:18:10 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
03:18:10 [INFO] 
03:18:10 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config ---
03:18:10 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:10 [INFO] Tests are skipped.
03:18:10 [INFO] 
03:18:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config ---
03:18:10 [INFO] 
03:18:10 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config ---
03:18:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar
03:18:10 [INFO] 
03:18:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config ---
03:18:10 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:10 [INFO] Configuration changed, re-generating javadoc.
03:18:13 [WARNING] Javadoc Warnings
03:18:13 [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
03:18:13 [WARNING] package org.eclipse.ditto.internal.utils.config;
03:18:13 [WARNING] ^
03:18:13 [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
03:18:13 [WARNING] package org.eclipse.ditto.internal.utils.config.raw;
03:18:13 [WARNING] ^
03:18:13 [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
03:18:13 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions";
03:18:13 [WARNING] ^
03:18:13 [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
03:18:13 [WARNING] static Config dittoExtension(final Config config) {
03:18:13 [WARNING] ^
03:18:13 [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
03:18:13 [WARNING] static Config getOrEmpty(final Config config, final String path) {
03:18:13 [WARNING] ^
03:18:13 [WARNING] 5 warnings
03:18:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
03:18:13 [INFO] 
03:18:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config ---
03:18:13 [INFO] Tests are skipped.
03:18:13 [INFO] 
03:18:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config ---
03:18:13 [INFO] Tests are skipped.
03:18:13 [INFO] 
03:18:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config ---
03:18:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec
03:18:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes
03:18:13 [INFO] 
03:18:13 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-config ---
03:18:13 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar' is disabled.
03:18:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar
03:18:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar' is disabled.
03:18:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
03:18:14 [INFO] 
03:18:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config ---
03:18:14 [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
03:18:14 [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
03:18:14 [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
03:18:14 [INFO] 
03:18:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-config ---
03:18:15 [INFO] 
03:18:15 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >-----------
03:18:15 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77]
03:18:15 [INFO]   from internal/utils/metrics/pom.xml
03:18:15 [INFO] --------------------------------[ jar ]---------------------------------
03:18:15 [INFO] 
03:18:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
03:18: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/metrics/target/jacoco.exec
03:18:15 [INFO] 
03:18:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics ---
03:18:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:15 [INFO] All files are up to date, skip goal execution.
03:18:15 [INFO] 
03:18:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics ---
03:18:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources
03:18:15 [INFO] 
03:18:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics ---
03:18:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT...
03:18:15 [INFO] 
03:18:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics ---
03:18:15 [INFO] Changes detected - recompiling the module! :dependency
03:18:15 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes
03:18:16 [INFO] 
03:18:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics ---
03:18:16 [INFO] Copying 3 resources from src/test/resources to target/test-classes
03:18:16 [INFO] 
03:18:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics ---
03:18:16 [INFO] Changes detected - recompiling the module! :dependency
03:18:16 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
03:18:16 [INFO] 
03:18:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics ---
03:18:16 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:16 [INFO] Tests are skipped.
03:18:16 [INFO] 
03:18:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics ---
03:18:16 [INFO] 
03:18:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics ---
03:18:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar
03:18:16 [INFO] 
03:18:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics ---
03:18:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:16 [INFO] Configuration changed, re-generating javadoc.
03:18:19 [WARNING] Javadoc Warnings
03:18:19 [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
03:18:19 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config;
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments;
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter;
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge;
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram;
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag;
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer;
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config,
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config,
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] public static KamonCounter newCounter(final String name) {
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] public static Gauge newGauge(final String name) {
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] public static Histogram newHistogram(final String name) {
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler);
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] public static PreparedTimer newTimer(final String name) {
03:18:19 [WARNING] ^
03:18:19 [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
03:18:19 [WARNING] public static PreparedTimer newTimer(final String name) {
03:18:19 [WARNING] ^
03:18:19 [WARNING] 15 warnings
03:18:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
03:18:19 [INFO] 
03:18:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics ---
03:18:19 [INFO] Tests are skipped.
03:18:19 [INFO] 
03:18:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics ---
03:18:19 [INFO] Tests are skipped.
03:18:19 [INFO] 
03:18:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics ---
03:18:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec
03:18:19 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes
03:18:19 [INFO] 
03:18:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-metrics ---
03:18:19 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar' is disabled.
03:18:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar
03:18:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar' is disabled.
03:18:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
03:18:22 [INFO] 
03:18:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics ---
03:18:22 [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
03:18:22 [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
03:18:22 [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
03:18:22 [INFO] 
03:18:22 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-metrics ---
03:18:23 [INFO] 
03:18:23 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >----------------
03:18:23 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT             [14/77]
03:18:23 [INFO]   from utils/result/pom.xml
03:18:23 [INFO] --------------------------------[ jar ]---------------------------------
03:18:23 [INFO] 
03:18:23 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
03:18:23 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:18:23 [INFO] 
03:18:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
03:18: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/utils/result/target/jacoco.exec
03:18:23 [INFO] 
03:18:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result ---
03:18:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:23 [INFO] All files are up to date, skip goal execution.
03:18:23 [INFO] 
03:18:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result ---
03:18:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources
03:18:23 [INFO] 
03:18:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result ---
03:18:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT...
03:18:23 [INFO] 
03:18:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result ---
03:18:23 [INFO] Changes detected - recompiling the module! :dependency
03:18:23 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
03:18:23 [INFO] 
03:18:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result ---
03:18:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources
03:18:23 [INFO] 
03:18:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result ---
03:18:23 [INFO] Changes detected - recompiling the module! :dependency
03:18:23 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
03:18:23 [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.
03:18:23 [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.
03:18:23 [INFO] 
03:18:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result ---
03:18:23 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:23 [INFO] Tests are skipped.
03:18:23 [INFO] 
03:18:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result ---
03:18:23 [INFO] 
03:18:23 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result ---
03:18:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar
03:18:23 [INFO] 
03:18:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result ---
03:18:23 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:23 [INFO] Configuration changed, re-generating javadoc.
03:18:24 [WARNING] Javadoc Warnings
03:18:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment
03:18:24 [WARNING] package org.eclipse.ditto.utils.result;
03:18:24 [WARNING] ^
03:18:24 [WARNING] 1 warning
03:18:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar
03:18:24 [INFO] 
03:18:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result ---
03:18:24 [INFO] Tests are skipped.
03:18:24 [INFO] 
03:18:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result ---
03:18:24 [INFO] Tests are skipped.
03:18:24 [INFO] 
03:18:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result ---
03:18:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec
03:18:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes
03:18:24 [INFO] 
03:18:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-result ---
03:18:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar' is disabled.
03:18:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar
03:18:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar' is disabled.
03:18:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar
03:18:26 [INFO] 
03:18:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result ---
03:18:26 [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
03:18:26 [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
03:18:26 [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
03:18:26 [INFO] 
03:18:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-result ---
03:18:27 [INFO] 
03:18:27 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >-----------
03:18:27 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77]
03:18:27 [INFO]   from internal/utils/tracing/pom.xml
03:18:27 [INFO] --------------------------------[ jar ]---------------------------------
03:18:27 [INFO] 
03:18:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
03:18: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/tracing/target/jacoco.exec
03:18:27 [INFO] 
03:18:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing ---
03:18:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:27 [INFO] All files are up to date, skip goal execution.
03:18:27 [INFO] 
03:18:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing ---
03:18:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources
03:18:27 [INFO] 
03:18:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing ---
03:18:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT...
03:18:27 [INFO] 
03:18:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing ---
03:18:27 [INFO] Changes detected - recompiling the module! :dependency
03:18:27 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
03:18:27 [INFO] 
03:18:27 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing ---
03:18:27 [INFO] Changes detected - recompiling the module! :dependency
03:18:27 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
03:18:27 [INFO] 
03:18:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing ---
03:18:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources
03:18:27 [INFO] 
03:18:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing ---
03:18:27 [INFO] Changes detected - recompiling the module! :dependency
03:18:27 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
03:18:28 [INFO] 
03:18:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing ---
03:18:28 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:28 [INFO] Tests are skipped.
03:18:28 [INFO] 
03:18:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing ---
03:18:28 [INFO] 
03:18:28 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing ---
03:18:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar
03:18:28 [INFO] 
03:18:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing ---
03:18:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:28 [INFO] Configuration changed, re-generating javadoc.
03:18:30 [WARNING] Javadoc Warnings
03:18:30 [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
03:18:30 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config;
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter;
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span;
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error");
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success");
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel");
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID =
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE =
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID =
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId");
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode");
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME =
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path");
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type");
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public abstract Tag getTagForValue(T value);
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] Map<String, String> propagateContext(Map<String, String> map);
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public URI getTraceUri() {
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static String metricizeTraceUri(final String traceUri) {
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static String metricizeTraceUri(final String traceUri) {
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static String normalizePath(final String path) {
03:18:30 [WARNING] ^
03:18:30 [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
03:18:30 [WARNING] public static String normalizePath(final String path) {
03:18:30 [WARNING] ^
03:18:30 [WARNING] 21 warnings
03:18:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
03:18:30 [INFO] 
03:18:30 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing ---
03:18:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
03:18:30 [INFO] 
03:18:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing ---
03:18:30 [INFO] Tests are skipped.
03:18:30 [INFO] 
03:18:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing ---
03:18:30 [INFO] Tests are skipped.
03:18:30 [INFO] 
03:18:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing ---
03:18:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec
03:18:30 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes
03:18:30 [INFO] 
03:18:30 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-tracing ---
03:18:30 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar' is disabled.
03:18:30 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar
03:18:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar' is disabled.
03:18:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
03:18:32 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar' is disabled.
03:18:32 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
03:18:33 [INFO] 
03:18:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing ---
03:18:33 [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
03:18:33 [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
03:18:33 [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
03:18:33 [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
03:18:33 [INFO] 
03:18:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-tracing ---
03:18:34 [INFO] 
03:18:34 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >---------------
03:18:34 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT          [16/77]
03:18:34 [INFO]   from internal/models/pom.xml
03:18:34 [INFO] --------------------------------[ pom ]---------------------------------
03:18:34 [INFO] 
03:18:34 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
03:18:34 [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
03:18:34 [INFO] 
03:18:34 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models ---
03:18:34 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:34 [INFO] The goal is skip due to packaging 'pom'
03:18:34 [INFO] 
03:18:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models ---
03:18:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT...
03:18:34 [INFO] 
03:18:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models ---
03:18:34 [INFO] 
03:18:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models ---
03:18:34 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:18:34 [INFO] 
03:18:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models ---
03:18:34 [INFO] Tests are skipped.
03:18:34 [INFO] 
03:18:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models ---
03:18:34 [INFO] Tests are skipped.
03:18:34 [INFO] 
03:18:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models ---
03:18:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:18:34 [INFO] 
03:18:34 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models ---
03:18:34 [INFO] 
03:18:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models ---
03:18:34 [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
03:18:34 [INFO] 
03:18:34 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models ---
03:18:35 [INFO] 
03:18:35 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >----------
03:18:35 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77]
03:18:35 [INFO]   from internal/models/streaming/pom.xml
03:18:35 [INFO] --------------------------------[ jar ]---------------------------------
03:18:35 [INFO] 
03:18:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
03:18:35 [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
03:18:35 [INFO] 
03:18:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming ---
03:18:35 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:35 [INFO] All files are up to date, skip goal execution.
03:18:35 [INFO] 
03:18:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming ---
03:18:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources
03:18:35 [INFO] 
03:18:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming ---
03:18:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT...
03:18:35 [INFO] 
03:18:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming ---
03:18:35 [INFO] Changes detected - recompiling the module! :dependency
03:18:35 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
03:18:35 [INFO] 
03:18:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming ---
03:18:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources
03:18:35 [INFO] 
03:18:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming ---
03:18:35 [INFO] Changes detected - recompiling the module! :dependency
03:18:35 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
03:18:35 [INFO] 
03:18:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming ---
03:18:35 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:35 [INFO] Tests are skipped.
03:18:35 [INFO] 
03:18:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming ---
03:18:35 [INFO] 
03:18:35 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming ---
03:18:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar
03:18:35 [INFO] 
03:18:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming ---
03:18:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:35 [INFO] Configuration changed, re-generating javadoc.
03:18:37 [WARNING] Javadoc Warnings
03:18:37 [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
03:18:37 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) {
03:18:37 [WARNING] ^
03:18:37 [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
03:18:37 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:18:37 [WARNING] ^
03:18:37 [WARNING] 2 warnings
03:18:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
03:18:37 [INFO] 
03:18:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming ---
03:18:37 [INFO] Tests are skipped.
03:18:37 [INFO] 
03:18:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming ---
03:18:37 [INFO] Tests are skipped.
03:18:37 [INFO] 
03:18:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming ---
03:18:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec
03:18:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes
03:18:37 [INFO] 
03:18:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-streaming ---
03:18:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar' is disabled.
03:18:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar
03:18:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar' is disabled.
03:18:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
03:18:39 [INFO] 
03:18:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming ---
03:18:39 [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
03:18:39 [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
03:18:39 [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
03:18:39 [INFO] 
03:18:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-streaming ---
03:18:40 [INFO] 
03:18:40 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------
03:18:40 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT  [18/77]
03:18:40 [INFO]   from internal/utils/pekko/pom.xml
03:18:40 [INFO] --------------------------------[ jar ]---------------------------------
03:18:40 [INFO] 
03:18:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
03:18:40 [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
03:18:40 [INFO] 
03:18:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko ---
03:18:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:40 [INFO] All files are up to date, skip goal execution.
03:18:40 [INFO] 
03:18:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko ---
03:18:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources
03:18:40 [INFO] 
03:18:40 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko ---
03:18:40 [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
03:18:41 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ...
03:18:45 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
03:18:45 [WARNING] one warning found
03:18:48 [INFO] NoPosition: Note: Some input files use or override a deprecated API.
03:18:48 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
03:18:48 [INFO] done compiling
03:18:49 [INFO] compile in 8.6 s
03:18:49 [INFO] 
03:18:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko ---
03:18:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT...
03:18:49 [INFO] 
03:18:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko ---
03:18:49 [INFO] Changes detected - recompiling the module! :dependency
03:18:49 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
03:18:49 [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.
03:18:49 [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.
03:18:49 [INFO] 
03:18:49 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko ---
03:18:49 [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
03:18:49 [INFO] compile in 0.1 s
03:18:49 [INFO] 
03:18:49 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko ---
03:18:49 [INFO] Changes detected - recompiling the module! :dependency
03:18:49 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
03:18:50 [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.
03:18:50 [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.
03:18:50 [INFO] 
03:18:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko ---
03:18:50 [INFO] Copying 2 resources from src/test/resources to target/test-classes
03:18:50 [INFO] 
03:18:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko ---
03:18:50 [INFO] Changes detected - recompiling the module! :dependency
03:18:50 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes
03:18:51 [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.
03:18:51 [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.
03:18:51 [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.
03:18:51 [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.
03:18:51 [INFO] 
03:18:51 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko ---
03:18:51 [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
03:18:51 [INFO] compile in 0.0 s
03:18:51 [INFO] 
03:18:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko ---
03:18:51 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:51 [INFO] Tests are skipped.
03:18:51 [INFO] 
03:18:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko ---
03:18:51 [INFO] 
03:18:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko ---
03:18:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar
03:18:51 [INFO] 
03:18:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko ---
03:18:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:51 [INFO] Configuration changed, re-generating javadoc.
03:18:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
03:18:53 [INFO] 
03:18:53 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko ---
03:18:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
03:18:53 [INFO] 
03:18:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko ---
03:18:53 [INFO] Tests are skipped.
03:18:53 [INFO] 
03:18:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko ---
03:18:53 [INFO] Tests are skipped.
03:18:53 [INFO] 
03:18:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko ---
03:18:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec
03:18:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes
03:18:53 [INFO] 
03:18:53 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pekko ---
03:18:53 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar' is disabled.
03:18:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar
03:18:54 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar' is disabled.
03:18:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
03:18:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar' is disabled.
03:18:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
03:18:56 [INFO] 
03:18:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko ---
03:18:56 [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
03:18:56 [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
03:18:56 [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
03:18:56 [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
03:18:56 [INFO] 
03:18:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pekko ---
03:18:56 [INFO] 
03:18:56 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------
03:18:56 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77]
03:18:56 [INFO]   from internal/utils/health/pom.xml
03:18:56 [INFO] --------------------------------[ jar ]---------------------------------
03:18:56 [INFO] 
03:18:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
03:18: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/internal/utils/health/target/jacoco.exec
03:18:56 [INFO] 
03:18:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health ---
03:18:56 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:18:56 [INFO] All files are up to date, skip goal execution.
03:18:56 [INFO] 
03:18:56 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health ---
03:18:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources
03:18:56 [INFO] 
03:18:56 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health ---
03:18:56 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT...
03:18:56 [INFO] 
03:18:56 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health ---
03:18:56 [INFO] Changes detected - recompiling the module! :dependency
03:18:56 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes
03:18:57 [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.
03:18:57 [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.
03:18:57 [INFO] 
03:18:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health ---
03:18:57 [INFO] Copying 1 resource from src/test/resources to target/test-classes
03:18:57 [INFO] 
03:18:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health ---
03:18:57 [INFO] Changes detected - recompiling the module! :dependency
03:18:57 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes
03:18:57 [INFO] 
03:18:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health ---
03:18:57 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:18:57 [INFO] Tests are skipped.
03:18:57 [INFO] 
03:18:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health ---
03:18:57 [INFO] 
03:18:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health ---
03:18:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar
03:18:57 [INFO] 
03:18:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health ---
03:18:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:18:57 [INFO] Configuration changed, re-generating javadoc.
03:19:00 [WARNING] Javadoc Warnings
03:19:00 [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
03:19:00 [WARNING] package org.eclipse.ditto.internal.utils.health;
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] package org.eclipse.ditto.internal.utils.health.config;
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] protected void shutdownStream(final Shutdown shutdown) {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] default StatusDetailMessage.Level level() {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] String name();
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this);
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] public final StatusInfo getHealth() {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] public Level getLevel() {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] public JsonValue getMessage() {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] public static StatusDetailMessage of(final Level level, final String message) {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) {
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] ERROR;
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] INFO,
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] WARN,
03:19:00 [WARNING] ^
03:19:00 [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
03:19:00 [WARNING] public static final Level DEFAULT = INFO;
03:19:00 [WARNING] ^
03:19:00 [WARNING] 18 warnings
03:19:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
03:19:00 [INFO] 
03:19:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health ---
03:19:00 [INFO] Tests are skipped.
03:19:00 [INFO] 
03:19:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health ---
03:19:00 [INFO] Tests are skipped.
03:19:00 [INFO] 
03:19:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health ---
03:19:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec
03:19:00 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes
03:19:00 [INFO] 
03:19:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-health ---
03:19:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar' is disabled.
03:19:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar
03:19:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar' is disabled.
03:19:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
03:19:02 [INFO] 
03:19:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health ---
03:19:02 [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
03:19:02 [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
03:19:02 [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
03:19:02 [INFO] 
03:19:02 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-health ---
03:19:03 [INFO] 
03:19:03 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------
03:19:03 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT                   [20/77]
03:19:03 [INFO]   from json-cbor/pom.xml
03:19:03 [INFO] -------------------------------[ bundle ]-------------------------------
03:19:03 [INFO] 
03:19:03 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
03:19:03 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:19:03 [INFO] 
03:19:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
03:19: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
03:19:03 [INFO] 
03:19:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor ---
03:19:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:19:03 [INFO] All files are up to date, skip goal execution.
03:19:03 [INFO] 
03:19:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor ---
03:19:03 [INFO] Copying 1 resource from src/main/resources to target/classes
03:19:03 [INFO] 
03:19:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor ---
03:19:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT...
03:19:03 [INFO] 
03:19:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor ---
03:19:03 [INFO] Changes detected - recompiling the module! :dependency
03:19:03 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
03:19:03 [WARNING] bootstrap class path not set in conjunction with -source 8
03:19: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.
03:19: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.
03:19:03 [INFO] 
03:19:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor ---
03:19:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources
03:19:03 [INFO] 
03:19:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor ---
03:19:03 [INFO] Changes detected - recompiling the module! :dependency
03:19:03 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
03:19:03 [WARNING] bootstrap class path not set in conjunction with -source 8
03:19:03 [INFO] 
03:19:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor ---
03:19:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:19:03 [INFO] Tests are skipped.
03:19:03 [INFO] 
03:19:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor ---
03:19:03 [INFO] 
03:19:03 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor ---
03:19:03 [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)
03:19:03 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar
03:19:03 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF
03:19:03 [INFO] 
03:19:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor ---
03:19:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:19:03 [INFO] Configuration changed, re-generating javadoc.
03:19:05 [WARNING] Javadoc Warnings
03:19:05 [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
03:19:05 [WARNING] public static String toHexString(final byte[] array) throws IOException {
03:19:05 [WARNING] ^
03:19:05 [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
03:19:05 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException {
03:19:05 [WARNING] ^
03:19:05 [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
03:19:05 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException {
03:19:05 [WARNING] ^
03:19:05 [WARNING] 3 warnings
03:19:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
03:19:05 [INFO] 
03:19:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor ---
03:19:05 [INFO] Tests are skipped.
03:19:05 [INFO] 
03:19:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor ---
03:19:05 [INFO] Tests are skipped.
03:19:05 [INFO] 
03:19:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor ---
03:19:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec
03:19:05 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes
03:19:05 [INFO] 
03:19:05 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json-cbor ---
03:19:05 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar' is disabled.
03:19:05 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar
03:19:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar' is disabled.
03:19:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
03:19:08 [INFO] 
03:19:08 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor ---
03:19:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'.
03:19:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'.
03:19:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'.
03:19:08 [INFO] 
03:19:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor ---
03:19:08 [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
03:19:08 [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
03:19:08 [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
03:19:08 [INFO] 
03:19:08 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor ---
03:19:08 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar
03:19:08 [INFO] Writing OBR metadata
03:19:08 [INFO] 
03:19:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json-cbor ---
03:19:08 [INFO] 
03:19:08 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json-cbor ---
03:19:08 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:19:08 [INFO] 
03:19:08 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------
03:19:08 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT                    [21/77]
03:19:08 [INFO]   from policies/pom.xml
03:19:08 [INFO] --------------------------------[ pom ]---------------------------------
03:19:08 [INFO] 
03:19:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
03:19: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/policies/target/jacoco.exec
03:19:08 [INFO] 
03:19:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies ---
03:19:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:19:08 [INFO] The goal is skip due to packaging 'pom'
03:19:08 [INFO] 
03:19:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies ---
03:19:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT...
03:19:08 [INFO] 
03:19:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies ---
03:19:08 [INFO] 
03:19:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies ---
03:19:08 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:19:08 [INFO] 
03:19:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies ---
03:19:08 [INFO] Tests are skipped.
03:19:08 [INFO] 
03:19:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies ---
03:19:08 [INFO] Tests are skipped.
03:19:08 [INFO] 
03:19:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies ---
03:19:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:19:08 [INFO] 
03:19:08 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies ---
03:19:08 [INFO] 
03:19:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies ---
03:19:08 [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
03:19:08 [INFO] 
03:19:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies ---
03:19:09 [INFO] 
03:19:09 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >---------------
03:19:09 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT           [22/77]
03:19:09 [INFO]   from policies/model/pom.xml
03:19:09 [INFO] -------------------------------[ bundle ]-------------------------------
03:19:09 [INFO] 
03:19:09 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
03:19:09 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:19:09 [INFO] 
03:19:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
03:19: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/policies/model/target/jacoco.exec
03:19:09 [INFO] 
03:19:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model ---
03:19:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:19:09 [INFO] All files are up to date, skip goal execution.
03:19:09 [INFO] 
03:19:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model ---
03:19:09 [INFO] Copying 0 resource from src/main/resources to target/classes
03:19:09 [INFO] 
03:19:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model ---
03:19:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT...
03:19:09 [INFO] 
03:19:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model ---
03:19:09 [INFO] Changes detected - recompiling the module! :dependency
03:19:09 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes
03:19:12 [WARNING] bootstrap class path not set in conjunction with -source 8
03:19:12 [INFO] 
03:19:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model ---
03:19:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources
03:19:12 [INFO] 
03:19:12 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model ---
03:19:12 [INFO] Changes detected - recompiling the module! :dependency
03:19:12 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes
03:19:18 [WARNING] bootstrap class path not set in conjunction with -source 8
03:19:18 [WARNING] Implicitly compiled files were not subject to annotation processing.
03:19:18   Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
03:19:18 [INFO] 
03:19:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model ---
03:19:18 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:19:18 [INFO] Tests are skipped.
03:19:18 [INFO] 
03:19:18 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model ---
03:19:18 [INFO] 
03:19:18 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model ---
03:19:18 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar
03:19:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF
03:19:19 [INFO] 
03:19:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model ---
03:19:19 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:19:19 [INFO] Configuration changed, re-generating javadoc.
03:19:25 [WARNING] Javadoc Warnings
03:19:25 [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
03:19:25 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements;
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] package org.eclipse.ditto.policies.model.signals.commands;
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions;
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions;
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify;
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query;
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] package org.eclipse.ditto.policies.model.signals.events;
03:19:25 [WARNING] ^
03:19:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment
03:19:25 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId,
03:19:25 [WARNING] ^
03:19:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment
03:19:25 [WARNING] public String getName() {
03:19:25 [WARNING] ^
03:19:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment
03:19:25 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10"));
03:19:25 [WARNING] ^
03:19:25 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment
03:19:25 [WARNING] default CompletionStage<Policy> withResolvedImports(
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES =
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY =
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) {
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT =
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS =
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) {
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) {
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_ENTRIES,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_ENTRY,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_ENTRY_RESOURCE,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_ENTRY_RESOURCES,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_ENTRY_SUBJECT;
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_ENTRY_SUBJECTS,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_IMPORT,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] POLICY_IMPORTS,
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY =
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified>
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES =
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final String POLICY_IMPORT = "policyImport";
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS =
03:19:25 [WARNING] ^
03:19:25 [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
03:19:25 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS =
03:19:25 [WARNING] ^
03:19:25 [WARNING] 36 warnings
03:19:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar
03:19:26 [INFO] 
03:19:26 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model ---
03:19:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar
03:19:26 [INFO] 
03:19:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model ---
03:19:26 [INFO] Tests are skipped.
03:19:26 [INFO] 
03:19:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model ---
03:19:26 [INFO] Tests are skipped.
03:19:26 [INFO] 
03:19:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model ---
03:19:26 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec
03:19:26 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes
03:19:27 [INFO] 
03:19:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-model ---
03:19:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar' is disabled.
03:19:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar
03:19:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:19:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar
03:19:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar' is disabled.
03:19:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar
03:19:31 [INFO] 
03:19:31 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model ---
03:19:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'.
03:19:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'.
03:19:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'.
03:19:32 [INFO] 
03:19:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model ---
03:19:32 [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
03:19:32 [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
03:19:32 [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
03:19:32 [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
03:19:32 [INFO] 
03:19:32 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model ---
03:19:32 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar
03:19:32 [INFO] Writing OBR metadata
03:19:32 [INFO] 
03:19:32 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-model ---
03:19:33 [INFO] 
03:19:33 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-policies-model ---
03:19:33 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:19:33 [INFO] 
03:19:33 [INFO] -------------------< org.eclipse.ditto:ditto-things >-------------------
03:19:33 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT                      [23/77]
03:19:33 [INFO]   from things/pom.xml
03:19:33 [INFO] --------------------------------[ pom ]---------------------------------
03:19:33 [INFO] 
03:19:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
03:19:33 [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
03:19:33 [INFO] 
03:19:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things ---
03:19:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:19:33 [INFO] The goal is skip due to packaging 'pom'
03:19:33 [INFO] 
03:19:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things ---
03:19:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT...
03:19:33 [INFO] 
03:19:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things ---
03:19:33 [INFO] 
03:19:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things ---
03:19:33 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:19:33 [INFO] 
03:19:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things ---
03:19:33 [INFO] Tests are skipped.
03:19:33 [INFO] 
03:19:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things ---
03:19:33 [INFO] Tests are skipped.
03:19:33 [INFO] 
03:19:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things ---
03:19:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:19:33 [INFO] 
03:19:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things ---
03:19:33 [INFO] 
03:19:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-things ---
03:19:33 [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
03:19:33 [INFO] 
03:19:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things ---
03:19:33 [INFO] 
03:19:33 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >----------------
03:19:33 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT             [24/77]
03:19:33 [INFO]   from things/model/pom.xml
03:19:33 [INFO] -------------------------------[ bundle ]-------------------------------
03:19:33 [INFO] 
03:19:33 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
03:19:33 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:19:33 [INFO] 
03:19:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
03:19:33 [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
03:19:33 [INFO] 
03:19:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model ---
03:19:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:19:33 [INFO] All files are up to date, skip goal execution.
03:19:33 [INFO] 
03:19:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model ---
03:19:33 [INFO] Copying 0 resource from src/main/resources to target/classes
03:19:33 [INFO] 
03:19:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model ---
03:19:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT...
03:19:33 [INFO] 
03:19:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model ---
03:19:33 [INFO] Changes detected - recompiling the module! :dependency
03:19:33 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes
03:19:36 [WARNING] bootstrap class path not set in conjunction with -source 8
03:19:36 [INFO] 
03:19:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model ---
03:19:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources
03:19:36 [INFO] 
03:19:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model ---
03:19:36 [INFO] Changes detected - recompiling the module! :dependency
03:19:36 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes
03:19:39 [WARNING] bootstrap class path not set in conjunction with -source 8
03:19:39 [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.
03:19:39 [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.
03:19:39 [INFO] 
03:19:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model ---
03:19:39 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:19:39 [INFO] Tests are skipped.
03:19:39 [INFO] 
03:19:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model ---
03:19:39 [INFO] 
03:19:39 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model ---
03:19:39 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar
03:19:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF
03:19:40 [INFO] 
03:19:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model ---
03:19:40 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:19:40 [INFO] Configuration changed, re-generating javadoc.
03:19:48 [WARNING] Javadoc Warnings
03:19:48 [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
03:19:48 [WARNING] package org.eclipse.ditto.things.model.signals.commands;
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions;
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify;
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query;
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] package org.eclipse.ditto.things.model.signals.events;
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING =
03:19:48 [WARNING] ^
03:19:48 [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>
03:19:48 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers);
03:19:48 [WARNING] ^
03:19:48 [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>
03:19:48 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers);
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public RetrieveThing build() {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS =
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public final class ThingCommandToModifyExceptionRegistry
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Builder newBuilder(final String condition, final String description) {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Builder forDittoProtocol() {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Builder forPostMethod() {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Builder forPutMethod() {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Builder forPutOrPatchMethod() {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH =
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE =
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] ATTRIBUTE,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] ATTRIBUTES,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] DEFINITION,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] FEATURE,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] FEATURE_DEFINITION,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] FEATURE_DESIRED_PROPERTIES,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] FEATURE_DESIRED_PROPERTY;
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] FEATURE_PROPERTIES,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] FEATURE_PROPERTY,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] FEATURES,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY_ENTRIES,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY_ENTRY,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY_ENTRY_RESOURCE,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY_ENTRY_RESOURCES,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY_ENTRY_SUBJECT,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY_ENTRY_SUBJECTS,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] POLICY_ID,
03:19:48 [WARNING] ^
03:19:48 [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
03:19:48 [WARNING] THING,
03:19:48 [WARNING] ^
03:19:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment
03:19:48 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*");
03:19:48 [WARNING] ^
03:19:48 [WARNING] 54 warnings
03:19:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar
03:19:48 [INFO] 
03:19:48 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model ---
03:19:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar
03:19:48 [INFO] 
03:19:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model ---
03:19:48 [INFO] Tests are skipped.
03:19:48 [INFO] 
03:19:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model ---
03:19:48 [INFO] Tests are skipped.
03:19:48 [INFO] 
03:19:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model ---
03:19:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec
03:19:48 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes
03:19:49 [INFO] 
03:19:49 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-model ---
03:19:49 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar' is disabled.
03:19:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar
03:19:50 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:19:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar
03:19:51 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar' is disabled.
03:19:51 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar
03:19:52 [INFO] 
03:19:52 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model ---
03:19:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'.
03:19:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'.
03:19:53 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'.
03:19:53 [INFO] 
03:19:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model ---
03:19:53 [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
03:19:53 [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
03:19:53 [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
03:19:53 [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
03:19:53 [INFO] 
03:19:53 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model ---
03:19:53 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar
03:19:53 [INFO] Writing OBR metadata
03:19:53 [INFO] 
03:19:53 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-model ---
03:19:54 [INFO] 
03:19:54 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-things-model ---
03:19:54 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:19:54 [INFO] 
03:19:54 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >-----------
03:19:54 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77]
03:19:54 [INFO]   from internal/utils/cluster/pom.xml
03:19:54 [INFO] --------------------------------[ jar ]---------------------------------
03:19:54 [INFO] 
03:19:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
03:19: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/cluster/target/jacoco.exec
03:19:54 [INFO] 
03:19:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster ---
03:19:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:19:54 [INFO] All files are up to date, skip goal execution.
03:19:54 [INFO] 
03:19:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster ---
03:19:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources
03:19:54 [INFO] 
03:19:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster ---
03:19:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT...
03:19:54 [INFO] 
03:19:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster ---
03:19:54 [INFO] Changes detected - recompiling the module! :dependency
03:19:54 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes
03:19:55 [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.
03:19:55 [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.
03:19:55 [INFO] 
03:19:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster ---
03:19:55 [INFO] Copying 3 resources from src/test/resources to target/test-classes
03:19:55 [INFO] 
03:19:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster ---
03:19:55 [INFO] Changes detected - recompiling the module! :dependency
03:19:55 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
03:19:55 [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.
03:19:55 [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.
03:19:55 [INFO] 
03:19:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster ---
03:19:55 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:19:55 [INFO] Tests are skipped.
03:19:55 [INFO] 
03:19:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster ---
03:19:55 [INFO] 
03:19:55 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster ---
03:19:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar
03:19:55 [INFO] 
03:19:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster ---
03:19:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:19:55 [INFO] Configuration changed, re-generating javadoc.
03:19:58 [WARNING] Javadoc Warnings
03:19:58 [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
03:19:58 [WARNING] package org.eclipse.ditto.internal.utils.cluster;
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config;
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8;
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group,
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group,
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies {
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) {
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) {
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public UnsupportedManifest(final String manifest) {
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) {
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) {
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) {
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
03:19:58 [WARNING] ^
03:19:58 [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
03:19:58 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
03:19:58 [WARNING] ^
03:19:58 [WARNING] 14 warnings
03:19:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
03:19:58 [INFO] 
03:19:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster ---
03:19:58 [INFO] Tests are skipped.
03:19:58 [INFO] 
03:19:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster ---
03:19:58 [INFO] Tests are skipped.
03:19:58 [INFO] 
03:19:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster ---
03:19:58 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec
03:19:58 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes
03:19:58 [INFO] 
03:19:58 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cluster ---
03:19:58 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar' is disabled.
03:19:58 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar
03:19:59 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar' is disabled.
03:19:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
03:20:00 [INFO] 
03:20:00 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster ---
03:20:00 [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
03:20:00 [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
03:20:00 [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
03:20:00 [INFO] 
03:20:00 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cluster ---
03:20:01 [INFO] 
03:20:01 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >----------
03:20:01 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77]
03:20:01 [INFO]   from internal/utils/extension/pom.xml
03:20:01 [INFO] --------------------------------[ jar ]---------------------------------
03:20:01 [INFO] 
03:20:01 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
03:20:01 [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
03:20:01 [INFO] 
03:20:01 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension ---
03:20:01 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:01 [INFO] All files are up to date, skip goal execution.
03:20:01 [INFO] 
03:20:01 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension ---
03:20:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources
03:20:01 [INFO] 
03:20:01 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension ---
03:20:01 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT...
03:20:01 [INFO] 
03:20:01 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension ---
03:20:01 [INFO] Changes detected - recompiling the module! :dependency
03:20:01 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
03:20:01 [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.
03:20:01 [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.
03:20:01 [INFO] 
03:20:01 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension ---
03:20:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources
03:20:01 [INFO] 
03:20:01 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension ---
03:20:01 [INFO] No sources to compile
03:20:01 [INFO] 
03:20:01 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension ---
03:20:01 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:01 [INFO] Tests are skipped.
03:20:01 [INFO] 
03:20:01 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension ---
03:20:01 [INFO] 
03:20:01 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension ---
03:20:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar
03:20:01 [INFO] 
03:20:01 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension ---
03:20:01 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:01 [INFO] Configuration changed, re-generating javadoc.
03:20:02 [WARNING] Javadoc Warnings
03:20:02 [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
03:20:02 [WARNING] public final class DittoExtensionIds implements Extension {
03:20:02 [WARNING] ^
03:20:02 [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
03:20:02 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent(
03:20:02 [WARNING] ^
03:20:02 [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
03:20:02 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) {
03:20:02 [WARNING] ^
03:20:02 [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
03:20:02 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass,
03:20:02 [WARNING] ^
03:20:02 [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
03:20:02 [WARNING] protected abstract String getConfigKey();
03:20:02 [WARNING] ^
03:20:02 [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
03:20:02 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) {
03:20:02 [WARNING] ^
03:20:02 [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
03:20:02 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) {
03:20:02 [WARNING] ^
03:20:02 [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
03:20:02 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass,
03:20:02 [WARNING] ^
03:20:02 [WARNING] 8 warnings
03:20:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
03:20:02 [INFO] 
03:20:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension ---
03:20:02 [INFO] Tests are skipped.
03:20:02 [INFO] 
03:20:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension ---
03:20:02 [INFO] Tests are skipped.
03:20:02 [INFO] 
03:20:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension ---
03:20:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:20:02 [INFO] 
03:20:02 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-extension ---
03:20:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar' is disabled.
03:20:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar
03:20:04 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar' is disabled.
03:20:04 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
03:20:04 [INFO] 
03:20:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension ---
03:20:04 [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
03:20:04 [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
03:20:04 [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
03:20:04 [INFO] 
03:20:04 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-extension ---
03:20:05 [INFO] 
03:20:05 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >----------------
03:20:05 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT                [27/77]
03:20:05 [INFO]   from placeholders/pom.xml
03:20:05 [INFO] -------------------------------[ bundle ]-------------------------------
03:20:05 [INFO] 
03:20:05 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
03:20:05 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:20:05 [INFO] 
03:20:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
03:20:05 [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
03:20:05 [INFO] 
03:20:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders ---
03:20:05 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:05 [INFO] All files are up to date, skip goal execution.
03:20:05 [INFO] 
03:20:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders ---
03:20:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources
03:20:05 [INFO] 
03:20:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders ---
03:20:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT...
03:20:05 [INFO] 
03:20:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders ---
03:20:05 [INFO] Changes detected - recompiling the module! :dependency
03:20:05 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes
03:20:05 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:05 [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.
03:20:05 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details.
03:20:05 [INFO] 
03:20:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders ---
03:20:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources
03:20:05 [INFO] 
03:20:05 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders ---
03:20:05 [INFO] Changes detected - recompiling the module! :dependency
03:20:05 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
03:20:06 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:06 [INFO] 
03:20:06 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders ---
03:20:06 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:06 [INFO] Tests are skipped.
03:20:06 [INFO] 
03:20:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders ---
03:20:06 [INFO] 
03:20:06 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders ---
03:20:06 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar
03:20:06 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF
03:20:06 [INFO] 
03:20:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders ---
03:20:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:06 [INFO] Configuration changed, re-generating javadoc.
03:20:08 [WARNING] Javadoc Warnings
03:20:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T>
03:20:08 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder,
03:20:08 [WARNING] ^
03:20:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return
03:20:08 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) {
03:20:08 [WARNING] ^
03:20:08 [WARNING] 2 warnings
03:20:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar
03:20:08 [INFO] 
03:20:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders ---
03:20:08 [INFO] Tests are skipped.
03:20:08 [INFO] 
03:20:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders ---
03:20:08 [INFO] Tests are skipped.
03:20:08 [INFO] 
03:20:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders ---
03:20:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec
03:20:08 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes
03:20:08 [INFO] 
03:20:08 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-placeholders ---
03:20:08 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar' is disabled.
03:20:08 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar
03:20:09 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar' is disabled.
03:20:09 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar
03:20:10 [INFO] 
03:20:10 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders ---
03:20:10 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'.
03:20:10 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'.
03:20:10 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'.
03:20:10 [INFO] 
03:20:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders ---
03:20:10 [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
03:20:10 [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
03:20:10 [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
03:20:10 [INFO] 
03:20:10 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders ---
03:20:10 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar
03:20:10 [INFO] Writing OBR metadata
03:20:10 [INFO] 
03:20:10 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-placeholders ---
03:20:10 [INFO] 
03:20:10 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-placeholders ---
03:20:10 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:20:10 [INFO] 
03:20:10 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >----------------
03:20:10 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT             [28/77]
03:20:10 [INFO]   from base/service/pom.xml
03:20:10 [INFO] --------------------------------[ jar ]---------------------------------
03:20:11 [INFO] 
03:20:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
03:20:11 [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
03:20:11 [INFO] 
03:20:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service ---
03:20:11 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:11 [INFO] All files are up to date, skip goal execution.
03:20:11 [INFO] 
03:20:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service ---
03:20:11 [INFO] Copying 1 resource from src/main/resources to target/classes
03:20:11 [INFO] 
03:20:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service ---
03:20:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT...
03:20:11 [INFO] 
03:20:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service ---
03:20:11 [INFO] Changes detected - recompiling the module! :dependency
03:20:11 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes
03:20:11 [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.
03:20:11 [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.
03:20:11 [INFO] 
03:20:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service ---
03:20:11 [INFO] Copying 7 resources from src/test/resources to target/test-classes
03:20:11 [INFO] 
03:20:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service ---
03:20:11 [INFO] Changes detected - recompiling the module! :dependency
03:20:11 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
03:20:11 [INFO] 
03:20:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service ---
03:20:11 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:11 [INFO] Tests are skipped.
03:20:11 [INFO] 
03:20:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service ---
03:20:11 [INFO] 
03:20:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service ---
03:20:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar
03:20:12 [INFO] 
03:20:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service ---
03:20:12 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:12 [INFO] Configuration changed, re-generating javadoc.
03:20:15 [WARNING] Javadoc Warnings
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment
03:20:15 [WARNING] package org.eclipse.ditto.base.service;
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] package org.eclipse.ditto.base.service.cluster;
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] package org.eclipse.ditto.base.service.config;
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] package org.eclipse.ditto.base.service.config.http;
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] package org.eclipse.ditto.base.service.config.limits;
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] package org.eclipse.ditto.base.service.config.supervision;
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] package org.eclipse.ditto.base.service.devops;
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) {
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) {
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] protected static Policy substitutePolicy(final Policy policy,
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries,
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry,
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects,
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment
03:20:15 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment
03:20:15 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri";
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment
03:20:15 [WARNING] protected final Config rawConfig;
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment
03:20:15 [WARNING] protected final C serviceSpecificConfig;
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment
03:20:15 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() {
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65));
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment
03:20:15 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment
03:20:15 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY =
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment
03:20:15 [WARNING] public static final String TYPE = PREFIX + NAME;
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment
03:20:15 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment
03:20:15 [WARNING] public boolean isEnabled() {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment
03:20:15 [WARNING] public final class ModifySplitBrainResolverResponse
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment
03:20:15 [WARNING] public static final String TYPE = PREFIX + NAME;
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment
03:20:15 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject,
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment
03:20:15 [WARNING] public boolean isEnabled() {
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment
03:20:15 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment
03:20:15 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> {
03:20:15 [WARNING] ^
03:20:15 [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
03:20:15 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment
03:20:15 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment
03:20:15 [WARNING] public String getActorName() {
03:20:15 [WARNING] ^
03:20:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment
03:20:15 [WARNING] public Props getProps() {
03:20:15 [WARNING] ^
03:20:15 [WARNING] 36 warnings
03:20:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar
03:20:15 [INFO] 
03:20:15 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service ---
03:20:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar
03:20:15 [INFO] 
03:20:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service ---
03:20:15 [INFO] Tests are skipped.
03:20:15 [INFO] 
03:20:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service ---
03:20:15 [INFO] Tests are skipped.
03:20:15 [INFO] 
03:20:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service ---
03:20:15 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec
03:20:15 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes
03:20:15 [INFO] 
03:20:15 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-service ---
03:20:15 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar' is disabled.
03:20:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar
03:20:16 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar' is disabled.
03:20:16 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar
03:20:17 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar' is disabled.
03:20:17 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar
03:20:17 [INFO] 
03:20:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service ---
03:20:17 [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
03:20:17 [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
03:20:17 [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
03:20:17 [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
03:20:17 [INFO] 
03:20:17 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-service ---
03:20:19 [INFO] 
03:20:19 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >----------------
03:20:19 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT                [29/77]
03:20:19 [INFO]   from connectivity/pom.xml
03:20:19 [INFO] --------------------------------[ pom ]---------------------------------
03:20:19 [INFO] 
03:20:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
03:20: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/connectivity/target/jacoco.exec
03:20:19 [INFO] 
03:20:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity ---
03:20:19 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:19 [INFO] The goal is skip due to packaging 'pom'
03:20:19 [INFO] 
03:20:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity ---
03:20:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT...
03:20:19 [INFO] 
03:20:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity ---
03:20:19 [INFO] 
03:20:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity ---
03:20:19 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:20:19 [INFO] 
03:20:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity ---
03:20:19 [INFO] Tests are skipped.
03:20:19 [INFO] 
03:20:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity ---
03:20:19 [INFO] Tests are skipped.
03:20:19 [INFO] 
03:20:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity ---
03:20:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:20:19 [INFO] 
03:20:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity ---
03:20:19 [INFO] 
03:20:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity ---
03:20:19 [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
03:20:19 [INFO] 
03:20:19 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity ---
03:20:20 [INFO] 
03:20:20 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >-------------
03:20:20 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT       [30/77]
03:20:20 [INFO]   from connectivity/model/pom.xml
03:20:20 [INFO] -------------------------------[ bundle ]-------------------------------
03:20:20 [INFO] 
03:20:20 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
03:20:20 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:20:20 [INFO] 
03:20:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
03:20: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/connectivity/model/target/jacoco.exec
03:20:20 [INFO] 
03:20:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model ---
03:20:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:20 [INFO] All files are up to date, skip goal execution.
03:20:20 [INFO] 
03:20:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model ---
03:20:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources
03:20:20 [INFO] 
03:20:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model ---
03:20:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT...
03:20:20 [INFO] 
03:20:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model ---
03:20:20 [INFO] Changes detected - recompiling the module! :dependency
03:20:20 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes
03:20:21 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:21 [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.
03:20:21 [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.
03:20:21 [INFO] 
03:20:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model ---
03:20:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources
03:20:21 [INFO] 
03:20:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model ---
03:20:21 [INFO] Changes detected - recompiling the module! :dependency
03:20:21 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes
03:20:22 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:22 [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.
03:20:22 [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.
03:20:22 [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.
03:20:22 [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.
03:20:22 [INFO] 
03:20:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model ---
03:20:22 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:22 [INFO] Tests are skipped.
03:20:22 [INFO] 
03:20:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model ---
03:20:22 [INFO] 
03:20:22 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model ---
03:20:22 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar
03:20:22 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF
03:20:22 [INFO] 
03:20:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model ---
03:20:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:22 [INFO] Configuration changed, re-generating javadoc.
03:20:28 [WARNING] Javadoc Warnings
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment
03:20:28 [WARNING] package org.eclipse.ditto.connectivity.model;
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt;
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements;
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder(
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] protected AbstractConnectivityEvent(final String type,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] protected AbstractConnectivityEvent(final String type,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Instant getTimestamp() {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static Builder newBuilder(final ConnectionId connectionId,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static Builder newBuilder(final String invalidCommand) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) {
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment
03:20:28 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) {
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment
03:20:28 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L;
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment
03:20:28 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L;
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return
03:20:28 [WARNING] ReplyTarget build();
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Optional<Boolean> getContainsFailure() {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public RetrieveConnectionMetricsResponse build() {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public RetrieveConnectionStatusResponse build() {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) {
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources,
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS =
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE =
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS =
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS =
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS =
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS =
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS =
03:20:28 [WARNING] ^
03:20:28 [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
03:20:28 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS =
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment
03:20:28 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey,
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment
03:20:28 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"),
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment
03:20:28 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"),
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment
03:20:28 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"),
03:20:28 [WARNING] ^
03:20:28 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment
03:20:28 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"),
03:20:28 [WARNING] ^
03:20:28 [WARNING] 63 warnings
03:20:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
03:20:28 [INFO] 
03:20:28 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model ---
03:20:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar
03:20:28 [INFO] 
03:20:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model ---
03:20:28 [INFO] Tests are skipped.
03:20:28 [INFO] 
03:20:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model ---
03:20:28 [INFO] Tests are skipped.
03:20:28 [INFO] 
03:20:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model ---
03:20:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec
03:20:28 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes
03:20:29 [INFO] 
03:20:29 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-model ---
03:20:29 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar' is disabled.
03:20:29 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar
03:20:29 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:20:29 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
03:20:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar' is disabled.
03:20:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar
03:20:31 [INFO] 
03:20:31 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model ---
03:20:31 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'.
03:20:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'.
03:20:32 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'.
03:20:32 [INFO] 
03:20:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model ---
03:20:32 [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
03:20:32 [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
03:20:32 [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
03:20:32 [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
03:20:32 [INFO] 
03:20:32 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model ---
03:20:32 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar
03:20:32 [INFO] Writing OBR metadata
03:20:32 [INFO] 
03:20:32 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-model ---
03:20:32 [INFO] 
03:20:32 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-connectivity-model ---
03:20:32 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:20:32 [INFO] 
03:20:32 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >-----------------
03:20:32 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT                [31/77]
03:20:32 [INFO]   from thingsearch/pom.xml
03:20:32 [INFO] --------------------------------[ pom ]---------------------------------
03:20:33 [INFO] 
03:20:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
03:20:33 [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
03:20:33 [INFO] 
03:20:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch ---
03:20:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:33 [INFO] The goal is skip due to packaging 'pom'
03:20:33 [INFO] 
03:20:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch ---
03:20:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT...
03:20:33 [INFO] 
03:20:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch ---
03:20:33 [INFO] 
03:20:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch ---
03:20:33 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:20:33 [INFO] 
03:20:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch ---
03:20:33 [INFO] Tests are skipped.
03:20:33 [INFO] 
03:20:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch ---
03:20:33 [INFO] Tests are skipped.
03:20:33 [INFO] 
03:20:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch ---
03:20:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:20:33 [INFO] 
03:20:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch ---
03:20:33 [INFO] 
03:20:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch ---
03:20:33 [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
03:20:33 [INFO] 
03:20:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch ---
03:20:33 [INFO] 
03:20:33 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >--------------
03:20:33 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT       [32/77]
03:20:33 [INFO]   from thingsearch/model/pom.xml
03:20:33 [INFO] -------------------------------[ bundle ]-------------------------------
03:20:33 [INFO] 
03:20:33 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
03:20:33 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:20:33 [INFO] 
03:20:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
03:20:33 [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
03:20:33 [INFO] 
03:20:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model ---
03:20:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:33 [INFO] All files are up to date, skip goal execution.
03:20:33 [INFO] 
03:20:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model ---
03:20:33 [INFO] Copying 0 resource from src/main/resources to target/classes
03:20:33 [INFO] 
03:20:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model ---
03:20:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT...
03:20:33 [INFO] 
03:20:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model ---
03:20:33 [INFO] Changes detected - recompiling the module! :dependency
03:20:33 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes
03:20:33 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:33 [INFO] 
03:20:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model ---
03:20:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources
03:20:33 [INFO] 
03:20:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model ---
03:20:33 [INFO] Changes detected - recompiling the module! :dependency
03:20:33 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes
03:20:34 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:34 [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;
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
03:20:34 [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;
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
03:20:34 [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;
03:20:34   cast to java.lang.String for a varargs call
03:20:34   cast to java.lang.String[] for a non-varargs call and to suppress this warning
03:20:34 [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;
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
03:20:34 [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;
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
03:20:34   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
03:20:34 [INFO] 
03:20:34 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model ---
03:20:34 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:34 [INFO] Tests are skipped.
03:20:34 [INFO] 
03:20:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model ---
03:20:34 [INFO] 
03:20:34 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model ---
03:20:34 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar
03:20:34 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF
03:20:34 [INFO] 
03:20:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model ---
03:20:34 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:34 [INFO] Configuration changed, re-generating javadoc.
03:20:37 [WARNING] Javadoc Warnings
03:20:37 [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
03:20:37 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands;
03:20:37 [WARNING] ^
03:20:37 [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
03:20:37 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions;
03:20:37 [WARNING] ^
03:20:37 [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
03:20:37 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query;
03:20:37 [WARNING] ^
03:20:37 [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
03:20:37 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription;
03:20:37 [WARNING] ^
03:20:37 [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
03:20:37 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events;
03:20:37 [WARNING] ^
03:20:37 [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
03:20:37 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces,
03:20:37 [WARNING] ^
03:20:37 [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
03:20:37 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options,
03:20:37 [WARNING] ^
03:20:37 [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
03:20:37 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options,
03:20:37 [WARNING] ^
03:20:37 [WARNING] 8 warnings
03:20:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
03:20:37 [INFO] 
03:20:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model ---
03:20:37 [INFO] Tests are skipped.
03:20:37 [INFO] 
03:20:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model ---
03:20:37 [INFO] Tests are skipped.
03:20:37 [INFO] 
03:20:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model ---
03:20:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec
03:20:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes
03:20:37 [INFO] 
03:20:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-model ---
03:20:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar' is disabled.
03:20:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar
03:20:39 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:20:39 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
03:20:39 [INFO] 
03:20:39 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model ---
03:20:40 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'.
03:20:40 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'.
03:20:40 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'.
03:20:40 [INFO] 
03:20:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model ---
03:20:40 [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
03:20:40 [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
03:20:40 [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
03:20:40 [INFO] 
03:20:40 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model ---
03:20:40 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar
03:20:40 [INFO] Writing OBR metadata
03:20:40 [INFO] 
03:20:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-model ---
03:20:41 [INFO] 
03:20:41 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-thingsearch-model ---
03:20:41 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:20:41 [INFO] 
03:20:41 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------
03:20:41 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT                    [33/77]
03:20:41 [INFO]   from messages/pom.xml
03:20:41 [INFO] --------------------------------[ pom ]---------------------------------
03:20:41 [INFO] 
03:20:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
03:20: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/messages/target/jacoco.exec
03:20:41 [INFO] 
03:20:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages ---
03:20:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:41 [INFO] The goal is skip due to packaging 'pom'
03:20:41 [INFO] 
03:20:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages ---
03:20:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT...
03:20:41 [INFO] 
03:20:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages ---
03:20:41 [INFO] 
03:20:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages ---
03:20:41 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:20:41 [INFO] 
03:20:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages ---
03:20:41 [INFO] Tests are skipped.
03:20:41 [INFO] 
03:20:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages ---
03:20:41 [INFO] Tests are skipped.
03:20:41 [INFO] 
03:20:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages ---
03:20:41 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:20:41 [INFO] 
03:20:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages ---
03:20:41 [INFO] 
03:20:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages ---
03:20:41 [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
03:20:41 [INFO] 
03:20:41 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages ---
03:20:41 [INFO] 
03:20:41 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >---------------
03:20:41 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT           [34/77]
03:20:41 [INFO]   from messages/model/pom.xml
03:20:41 [INFO] -------------------------------[ bundle ]-------------------------------
03:20:41 [INFO] 
03:20:41 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
03:20:41 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:20:41 [INFO] 
03:20:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
03:20: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/messages/model/target/jacoco.exec
03:20:41 [INFO] 
03:20:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model ---
03:20:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:41 [INFO] All files are up to date, skip goal execution.
03:20:41 [INFO] 
03:20:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model ---
03:20:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources
03:20:41 [INFO] 
03:20:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model ---
03:20:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT...
03:20:41 [INFO] 
03:20:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model ---
03:20:41 [INFO] Changes detected - recompiling the module! :dependency
03:20:41 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes
03:20:41 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:41 [INFO] 
03:20:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model ---
03:20:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources
03:20:41 [INFO] 
03:20:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model ---
03:20:41 [INFO] Changes detected - recompiling the module! :dependency
03:20:41 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes
03:20:42 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:42 [INFO] 
03:20:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model ---
03:20:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:42 [INFO] Tests are skipped.
03:20:42 [INFO] 
03:20:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model ---
03:20:42 [INFO] 
03:20:42 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model ---
03:20:42 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar
03:20:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF
03:20:42 [INFO] 
03:20:42 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model ---
03:20:42 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:42 [INFO] Configuration changed, re-generating javadoc.
03:20:44 [WARNING] Javadoc Warnings
03:20:44 [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
03:20:44 [WARNING] package org.eclipse.ditto.messages.model.signals.commands;
03:20:44 [WARNING] ^
03:20:44 [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
03:20:44 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder,
03:20:44 [WARNING] ^
03:20:44 [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
03:20:44 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) {
03:20:44 [WARNING] ^
03:20:44 [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
03:20:44 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders,
03:20:44 [WARNING] ^
03:20:44 [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
03:20:44 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId,
03:20:44 [WARNING] ^
03:20:44 [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
03:20:44 [WARNING] public Optional<String> getCorrelationId() {
03:20:44 [WARNING] ^
03:20:44 [WARNING] 6 warnings
03:20:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar
03:20:44 [INFO] 
03:20:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model ---
03:20:44 [INFO] Tests are skipped.
03:20:44 [INFO] 
03:20:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model ---
03:20:44 [INFO] Tests are skipped.
03:20:44 [INFO] 
03:20:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model ---
03:20:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec
03:20:44 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes
03:20:44 [INFO] 
03:20:44 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages-model ---
03:20:44 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar' is disabled.
03:20:44 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar
03:20:46 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:20:46 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar
03:20:47 [INFO] 
03:20:47 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model ---
03:20:47 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'.
03:20:47 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'.
03:20:47 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'.
03:20:47 [INFO] 
03:20:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model ---
03:20:47 [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
03:20:47 [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
03:20:47 [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
03:20:47 [INFO] 
03:20:47 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model ---
03:20:47 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar
03:20:47 [INFO] Writing OBR metadata
03:20:47 [INFO] 
03:20:47 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages-model ---
03:20:47 [INFO] 
03:20:47 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-messages-model ---
03:20:47 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:20:47 [INFO] 
03:20:47 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------
03:20:47 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT                    [35/77]
03:20:47 [INFO]   from protocol/pom.xml
03:20:47 [INFO] -------------------------------[ bundle ]-------------------------------
03:20:47 [INFO] 
03:20:47 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
03:20:47 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:20:47 [INFO] 
03:20:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
03:20: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/protocol/target/jacoco.exec
03:20:47 [INFO] 
03:20:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol ---
03:20:47 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:47 [INFO] All files are up to date, skip goal execution.
03:20:47 [INFO] 
03:20:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol ---
03:20:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources
03:20:47 [INFO] 
03:20:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol ---
03:20:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT...
03:20:47 [INFO] 
03:20:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol ---
03:20:47 [INFO] Changes detected - recompiling the module! :dependency
03:20:47 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes
03:20:48 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:48 [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.
03:20:48 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details.
03:20:48 [INFO] 
03:20:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol ---
03:20:48 [INFO] Copying 1 resource from src/test/resources to target/test-classes
03:20:48 [INFO] 
03:20:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol ---
03:20:48 [INFO] Changes detected - recompiling the module! :dependency
03:20:48 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes
03:20:50 [WARNING] bootstrap class path not set in conjunction with -source 8
03:20:50 [INFO] 
03:20:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol ---
03:20:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:50 [INFO] Tests are skipped.
03:20:50 [INFO] 
03:20:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol ---
03:20:50 [INFO] 
03:20:50 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol ---
03:20:50 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar
03:20:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF
03:20:50 [INFO] 
03:20:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol ---
03:20:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:50 [INFO] Configuration changed, re-generating javadoc.
03:20:54 [WARNING] Javadoc Warnings
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag
03:20:54 [WARNING] * <p>
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment
03:20:54 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements;
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment
03:20:54 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity;
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment
03:20:54 [WARNING] package org.eclipse.ditto.protocol.adapter.policies;
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment
03:20:54 [WARNING] package org.eclipse.ditto.protocol.adapter.provider;
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment
03:20:54 [WARNING] protected final PayloadPathMatcher payloadPathMatcher;
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment
03:20:54 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies,
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment
03:20:54 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator,
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment
03:20:54 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder,
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name
03:20:54 [WARNING] AnnouncementsTopicPathBuilder name(String name);
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment
03:20:54 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment
03:20:54 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment
03:20:54 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment
03:20:54 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment
03:20:54 [WARNING] public static EmptyPathMatcher getInstance() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return
03:20:54 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return
03:20:54 [WARNING] public static IllegalAdaptableException newInstance(final String message,
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment
03:20:54 [WARNING] public Builder(final JsonPointer path) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment
03:20:54 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment
03:20:54 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment
03:20:54 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment
03:20:54 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment
03:20:54 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment
03:20:54 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment
03:20:54 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment
03:20:54 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment
03:20:54 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment
03:20:54 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment
03:20:54 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment
03:20:54 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies(
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment
03:20:54 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies(
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment
03:20:54 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment
03:20:54 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment
03:20:54 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment
03:20:54 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment
03:20:54 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment
03:20:54 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment
03:20:54 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment
03:20:54 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment
03:20:54 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment
03:20:54 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment
03:20:54 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment
03:20:54 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings>
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment
03:20:54 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment
03:20:54 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment
03:20:54 [WARNING] protected RetrieveThingsCommandMappingStrategies() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment
03:20:54 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment
03:20:54 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment
03:20:54 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment
03:20:54 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment
03:20:54 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment
03:20:54 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment
03:20:54 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment
03:20:54 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment
03:20:54 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment
03:20:54 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment
03:20:54 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment
03:20:54 [WARNING] protected static String leafValue(final JsonPointer path) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment
03:20:54 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment
03:20:54 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment
03:20:54 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment
03:20:54 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment
03:20:54 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment
03:20:54 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment
03:20:54 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment
03:20:54 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse>
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment
03:20:54 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment
03:20:54 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment
03:20:54 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment
03:20:54 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment
03:20:54 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment
03:20:54 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment
03:20:54 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment
03:20:54 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment
03:20:54 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment
03:20:54 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment
03:20:54 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment
03:20:54 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment
03:20:54 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment
03:20:54 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment
03:20:54 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment
03:20:54 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment
03:20:54 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment
03:20:54 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName
03:20:54 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName);
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment
03:20:54 [WARNING] String ID_PLACEHOLDER = "_";
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment
03:20:54 [WARNING] String PATH_DELIMITER = "/";
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment
03:20:54 [WARNING] default boolean isWildcardTopic() {
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment
03:20:54 [WARNING] CREATE("create"),
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment
03:20:54 [WARNING] CREATED("created"),
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment
03:20:54 [WARNING] DELETE("delete"),
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment
03:20:54 [WARNING] DELETED("deleted");
03:20:54 [WARNING] ^
03:20:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment
03:20:54 [WARNING] MERGE("merge"),
03:20:54 [WARNING] ^
03:20:54 [WARNING] 100 warnings
03:20:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar
03:20:54 [INFO] 
03:20:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol ---
03:20:54 [INFO] Tests are skipped.
03:20:54 [INFO] 
03:20:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol ---
03:20:54 [INFO] Tests are skipped.
03:20:54 [INFO] 
03:20:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol ---
03:20:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec
03:20:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes
03:20:54 [INFO] 
03:20:54 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-protocol ---
03:20:54 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar' is disabled.
03:20:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar
03:20:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar' is disabled.
03:20:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar
03:20:56 [INFO] 
03:20:56 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol ---
03:20:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'.
03:20:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'.
03:20:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'.
03:20:56 [INFO] 
03:20:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol ---
03:20:56 [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
03:20:56 [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
03:20:56 [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
03:20:56 [INFO] 
03:20:56 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol ---
03:20:56 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar
03:20:56 [INFO] Writing OBR metadata
03:20:56 [INFO] 
03:20:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-protocol ---
03:20:57 [INFO] 
03:20:57 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-protocol ---
03:20:57 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:20:57 [INFO] 
03:20:57 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >-----------
03:20:57 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77]
03:20:57 [INFO]   from internal/models/signal/pom.xml
03:20:57 [INFO] --------------------------------[ jar ]---------------------------------
03:20:57 [INFO] 
03:20:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
03:20: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/models/signal/target/jacoco.exec
03:20:57 [INFO] 
03:20:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal ---
03:20:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:20:57 [INFO] All files are up to date, skip goal execution.
03:20:57 [INFO] 
03:20:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal ---
03:20:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources
03:20:57 [INFO] 
03:20:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal ---
03:20:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT...
03:20:57 [INFO] 
03:20:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal ---
03:20:57 [INFO] Changes detected - recompiling the module! :dependency
03:20:57 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
03:20:57 [INFO] 
03:20:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal ---
03:20:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources
03:20:57 [INFO] 
03:20:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal ---
03:20:57 [INFO] Changes detected - recompiling the module! :dependency
03:20:57 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes
03:20:58 [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.
03:20:58 [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.
03:20:58 [INFO] 
03:20:58 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal ---
03:20:58 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:20:58 [INFO] Tests are skipped.
03:20:58 [INFO] 
03:20:58 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal ---
03:20:58 [INFO] 
03:20:58 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal ---
03:20:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar
03:20:58 [INFO] 
03:20:58 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal ---
03:20:58 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:20:58 [INFO] Configuration changed, re-generating javadoc.
03:20:59 [WARNING] Javadoc Warnings
03:20:59 [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
03:20:59 [WARNING] * <p>
03:20:59 [WARNING] ^
03:20:59 [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
03:20:59 [WARNING] ANNOUNCEMENT,
03:20:59 [WARNING] ^
03:20:59 [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
03:20:59 [WARNING] COMMAND,
03:20:59 [WARNING] ^
03:20:59 [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
03:20:59 [WARNING] EVENT,
03:20:59 [WARNING] ^
03:20:59 [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
03:20:59 [WARNING] RESPONSE;
03:20:59 [WARNING] ^
03:20:59 [WARNING] 5 warnings
03:20:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
03:20:59 [INFO] 
03:20:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal ---
03:20:59 [INFO] Tests are skipped.
03:20:59 [INFO] 
03:20:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal ---
03:20:59 [INFO] Tests are skipped.
03:20:59 [INFO] 
03:20:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal ---
03:20:59 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec
03:20:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes
03:20:59 [INFO] 
03:20:59 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signal ---
03:20:59 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar' is disabled.
03:20:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar
03:21:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
03:21:02 [INFO] 
03:21:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal ---
03:21:02 [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
03:21:02 [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
03:21:02 [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
03:21:02 [INFO] 
03:21:02 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signal ---
03:21:02 [INFO] 
03:21:02 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >----------------
03:21:02 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT             [37/77]
03:21:02 [INFO]   from policies/api/pom.xml
03:21:02 [INFO] --------------------------------[ jar ]---------------------------------
03:21:02 [INFO] 
03:21:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
03:21: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/policies/api/target/jacoco.exec
03:21:02 [INFO] 
03:21:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api ---
03:21:02 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:02 [INFO] All files are up to date, skip goal execution.
03:21:02 [INFO] 
03:21:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api ---
03:21:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources
03:21:02 [INFO] 
03:21:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api ---
03:21:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT...
03:21:02 [INFO] 
03:21:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api ---
03:21:02 [INFO] Changes detected - recompiling the module! :dependency
03:21:02 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
03:21:02 [INFO] 
03:21:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api ---
03:21:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources
03:21:02 [INFO] 
03:21:02 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api ---
03:21:02 [INFO] Changes detected - recompiling the module! :dependency
03:21:02 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
03:21:03 [INFO] 
03:21:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api ---
03:21:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:03 [INFO] Tests are skipped.
03:21:03 [INFO] 
03:21:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api ---
03:21:03 [INFO] 
03:21:03 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api ---
03:21:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar
03:21:03 [INFO] 
03:21:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api ---
03:21:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:03 [INFO] Configuration changed, re-generating javadoc.
03:21:05 [WARNING] Javadoc Warnings
03:21:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment
03:21:05 [WARNING] package org.eclipse.ditto.policies.api;
03:21:05 [WARNING] ^
03:21:05 [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
03:21:05 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo;
03:21:05 [WARNING] ^
03:21:05 [WARNING] 2 warnings
03:21:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar
03:21:05 [INFO] 
03:21:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api ---
03:21:05 [INFO] Tests are skipped.
03:21:05 [INFO] 
03:21:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api ---
03:21:05 [INFO] Tests are skipped.
03:21:05 [INFO] 
03:21:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api ---
03:21:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
03:21:05 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes
03:21:05 [INFO] 
03:21:05 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-api ---
03:21:05 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar' is disabled.
03:21:05 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar
03:21:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar
03:21:06 [INFO] 
03:21:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api ---
03:21:06 [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
03:21:06 [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
03:21:06 [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
03:21:06 [INFO] 
03:21:06 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-api ---
03:21:07 [INFO] 
03:21:07 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------
03:21:07 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77]
03:21:07 [INFO]   from internal/utils/ddata/pom.xml
03:21:07 [INFO] --------------------------------[ jar ]---------------------------------
03:21:07 [INFO] 
03:21:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
03:21: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/internal/utils/ddata/target/jacoco.exec
03:21:07 [INFO] 
03:21:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata ---
03:21:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:07 [INFO] All files are up to date, skip goal execution.
03:21:07 [INFO] 
03:21:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata ---
03:21:07 [INFO] Copying 1 resource from src/main/resources to target/classes
03:21:07 [INFO] 
03:21:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata ---
03:21:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT...
03:21:07 [INFO] 
03:21:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata ---
03:21:07 [INFO] Changes detected - recompiling the module! :dependency
03:21:07 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
03:21:07 [INFO] 
03:21:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata ---
03:21:07 [INFO] Copying 2 resources from src/test/resources to target/test-classes
03:21:07 [INFO] 
03:21:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata ---
03:21:07 [INFO] Changes detected - recompiling the module! :dependency
03:21:07 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
03:21:07 [INFO] 
03:21:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata ---
03:21:07 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:08 [INFO] Tests are skipped.
03:21:08 [INFO] 
03:21:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata ---
03:21:08 [INFO] 
03:21:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata ---
03:21:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar
03:21:08 [INFO] 
03:21:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata ---
03:21:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:08 [INFO] Configuration changed, re-generating javadoc.
03:21:09 [WARNING] Javadoc Warnings
03:21:09 [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
03:21:09 [WARNING] package org.eclipse.ditto.internal.utils.ddata;
03:21:09 [WARNING] ^
03:21:09 [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
03:21:09 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory,
03:21:09 [WARNING] ^
03:21:09 [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
03:21:09 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem,
03:21:09 [WARNING] ^
03:21:09 [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
03:21:09 [WARNING] protected final int numberOfShards;
03:21:09 [WARNING] ^
03:21:09 [WARNING] 4 warnings
03:21:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
03:21:09 [INFO] 
03:21:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata ---
03:21:09 [INFO] Tests are skipped.
03:21:09 [INFO] 
03:21:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata ---
03:21:09 [INFO] Tests are skipped.
03:21:09 [INFO] 
03:21:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata ---
03:21:09 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec
03:21:09 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes
03:21:09 [INFO] 
03:21:09 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-ddata ---
03:21:09 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar' is disabled.
03:21:09 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar
03:21:10 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:10 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
03:21:11 [INFO] 
03:21:11 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata ---
03:21:11 [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
03:21:11 [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
03:21:11 [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
03:21:11 [INFO] 
03:21:11 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-ddata ---
03:21:12 [INFO] 
03:21:12 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------
03:21:12 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77]
03:21:12 [INFO]   from internal/utils/pubsub/pom.xml
03:21:12 [INFO] --------------------------------[ jar ]---------------------------------
03:21:12 [INFO] 
03:21:12 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
03:21: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/internal/utils/pubsub/target/jacoco.exec
03:21:12 [INFO] 
03:21:12 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub ---
03:21:12 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:12 [INFO] All files are up to date, skip goal execution.
03:21:12 [INFO] 
03:21:12 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub ---
03:21:12 [INFO] Copying 1 resource from src/main/resources to target/classes
03:21:12 [INFO] 
03:21:12 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub ---
03:21:12 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT...
03:21:12 [INFO] 
03:21:12 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub ---
03:21:12 [INFO] Changes detected - recompiling the module! :dependency
03:21:12 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes
03:21:13 [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.
03:21:13 [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.
03:21:13 [INFO] 
03:21:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub ---
03:21:13 [INFO] Copying 4 resources from src/test/resources to target/test-classes
03:21:13 [INFO] 
03:21:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub ---
03:21:13 [INFO] Changes detected - recompiling the module! :dependency
03:21:13 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
03:21:16 [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.
03:21:16 [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.
03:21:16 [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.
03:21:16 [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.
03:21:16 [INFO] 
03:21:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub ---
03:21:16 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:16 [INFO] Tests are skipped.
03:21:16 [INFO] 
03:21:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub ---
03:21:16 [INFO] 
03:21:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub ---
03:21:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
03:21:16 [INFO] 
03:21:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub ---
03:21:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:16 [INFO] Configuration changed, re-generating javadoc.
03:21:19 [WARNING] Javadoc Warnings
03:21:19 [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
03:21:19 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final SelfUniqueAddress selfUniqueAddress;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config,
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final AckExtractor<T> ackExtractor;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final ActorRefFactory actorRefFactory;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final CompressedDData ddata;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final DistributedDataConfig ddataConfig;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final DistributedAcks distributedAcks;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final String factoryId;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final Class<T> messageClass;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor;
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() {
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] static DistributedAcks empty(final ActorSystem system) {
03:21:19 [WARNING] ^
03:21:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:55: warning: no @param for <S>
03:21:19 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, CharSequence groupIndexKey,
03:21:19 [WARNING] ^
03:21:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:90: warning: no @param for <S>
03:21:19 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) {
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] public Set<V> getValues(final Collection<String> groups) {
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) {
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) {
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] public static Subscribe of(final Collection<String> topics,
03:21:19 [WARNING] ^
03:21:19 [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
03:21:19 [WARNING] public static final int MAX_ERROR_COUNTER = 3;
03:21:19 [WARNING] ^
03:21:19 [WARNING] 20 warnings
03:21:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
03:21:19 [INFO] 
03:21:19 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub ---
03:21:19 [INFO] Copying 1 resource from src/main/resources to target
03:21:19 [INFO] 
03:21:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub ---
03:21:19 [INFO] Tests are skipped.
03:21:19 [INFO] 
03:21:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub ---
03:21:19 [INFO] Tests are skipped.
03:21:19 [INFO] 
03:21:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub ---
03:21:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec
03:21:19 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes
03:21:19 [INFO] 
03:21:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub ---
03:21:19 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar' is disabled.
03:21:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
03:21:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
03:21:21 [INFO] 
03:21:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub ---
03:21:21 [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
03:21:21 [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
03:21:21 [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
03:21:21 [INFO] 
03:21:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub ---
03:21:22 [INFO] 
03:21:22 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------
03:21:22 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT  [40/77]
03:21:22 [INFO]   from internal/utils/cache/pom.xml
03:21:22 [INFO] --------------------------------[ jar ]---------------------------------
03:21:22 [INFO] 
03:21:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
03:21:22 [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
03:21:22 [INFO] 
03:21:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache ---
03:21:22 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:22 [INFO] All files are up to date, skip goal execution.
03:21:22 [INFO] 
03:21:22 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache ---
03:21:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources
03:21:22 [INFO] 
03:21:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache ---
03:21:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT...
03:21:22 [INFO] 
03:21:22 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache ---
03:21:22 [INFO] Changes detected - recompiling the module! :dependency
03:21:22 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes
03:21:22 [INFO] 
03:21:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache ---
03:21:22 [INFO] Copying 1 resource from src/test/resources to target/test-classes
03:21:22 [INFO] 
03:21:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache ---
03:21:22 [INFO] Changes detected - recompiling the module! :dependency
03:21:22 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
03:21:22 [INFO] 
03:21:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache ---
03:21:22 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:22 [INFO] Tests are skipped.
03:21:22 [INFO] 
03:21:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache ---
03:21:22 [INFO] 
03:21:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache ---
03:21:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar
03:21:22 [INFO] 
03:21:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache ---
03:21:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:22 [INFO] Configuration changed, re-generating javadoc.
03:21:24 [WARNING] Javadoc Warnings
03:21:24 [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
03:21:24 [WARNING] package org.eclipse.ditto.internal.utils.cache;
03:21:24 [WARNING] ^
03:21:24 [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
03:21:24 [WARNING] package org.eclipse.ditto.internal.utils.cache.config;
03:21:24 [WARNING] ^
03:21:24 [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
03:21:24 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry;
03:21:24 [WARNING] ^
03:21:24 [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
03:21:24 [WARNING] boolean exists();
03:21:24 [WARNING] ^
03:21:24 [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
03:21:24 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) {
03:21:24 [WARNING] ^
03:21:24 [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
03:21:24 [WARNING] default Optional<T> get() {
03:21:24 [WARNING] ^
03:21:24 [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
03:21:24 [WARNING] static <T> Entry<T> nonexistent() {
03:21:24 [WARNING] ^
03:21:24 [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
03:21:24 [WARNING] static <T> Entry<T> of(final long revision, final T value) {
03:21:24 [WARNING] ^
03:21:24 [WARNING] 8 warnings
03:21:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
03:21:24 [INFO] 
03:21:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache ---
03:21:24 [INFO] Tests are skipped.
03:21:24 [INFO] 
03:21:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache ---
03:21:24 [INFO] Tests are skipped.
03:21:24 [INFO] 
03:21:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache ---
03:21:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec
03:21:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes
03:21:24 [INFO] 
03:21:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache ---
03:21:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar' is disabled.
03:21:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar
03:21:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
03:21:26 [INFO] 
03:21:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache ---
03:21:26 [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
03:21:26 [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
03:21:26 [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
03:21:26 [INFO] 
03:21:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache ---
03:21:27 [INFO] 
03:21:27 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >-------------
03:21:27 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT   [41/77]
03:21:27 [INFO]   from internal/utils/test/pom.xml
03:21:27 [INFO] --------------------------------[ jar ]---------------------------------
03:21:27 [INFO] 
03:21:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
03:21: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/test/target/jacoco.exec
03:21:27 [INFO] 
03:21:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test ---
03:21:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:27 [INFO] All files are up to date, skip goal execution.
03:21:27 [INFO] 
03:21:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test ---
03:21:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources
03:21:27 [INFO] 
03:21:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test ---
03:21:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT...
03:21:27 [INFO] 
03:21:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test ---
03:21:27 [INFO] No sources to compile
03:21:27 [INFO] 
03:21:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test ---
03:21:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources
03:21:27 [INFO] 
03:21:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test ---
03:21:27 [INFO] Changes detected - recompiling the module! :dependency
03:21:27 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes
03:21:27 [INFO] 
03:21:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test ---
03:21:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:27 [INFO] Tests are skipped.
03:21:27 [INFO] 
03:21:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test ---
03:21:27 [INFO] 
03:21:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test ---
03:21:27 [INFO] 
03:21:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test ---
03:21:27 [INFO] 
03:21:27 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test ---
03:21:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
03:21:27 [INFO] 
03:21:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test ---
03:21:27 [INFO] Tests are skipped.
03:21:27 [INFO] 
03:21:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test ---
03:21:27 [INFO] Tests are skipped.
03:21:27 [INFO] 
03:21:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test ---
03:21:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:21:27 [INFO] 
03:21:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-test ---
03:21:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar' is disabled.
03:21:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar
03:21:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar' is disabled.
03:21:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
03:21:29 [INFO] 
03:21:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test ---
03:21:29 [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
03:21:29 [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
03:21:29 [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
03:21:29 [INFO] 
03:21:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-test ---
03:21:30 [INFO] 
03:21:30 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >---------
03:21:30 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77]
03:21:30 [INFO]   from internal/utils/persistence/pom.xml
03:21:30 [INFO] --------------------------------[ jar ]---------------------------------
03:21:30 [INFO] 
03:21:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
03:21: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/utils/persistence/target/jacoco.exec
03:21:30 [INFO] 
03:21:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence ---
03:21:30 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:30 [INFO] All files are up to date, skip goal execution.
03:21:30 [INFO] 
03:21:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence ---
03:21:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources
03:21:30 [INFO] 
03:21:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence ---
03:21:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT...
03:21:30 [INFO] 
03:21:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence ---
03:21:30 [INFO] Changes detected - recompiling the module! :dependency
03:21:30 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes
03:21:31 [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.
03:21:31 [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.
03:21:31 [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.
03:21:31 [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.
03:21:31 [INFO] 
03:21:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence ---
03:21:31 [INFO] Copying 12 resources from src/test/resources to target/test-classes
03:21:31 [INFO] 
03:21:31 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence ---
03:21:31 [INFO] Changes detected - recompiling the module! :dependency
03:21:31 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
03:21:31 [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.
03:21:31 [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.
03:21:31 [INFO] 
03:21:31 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence ---
03:21:31 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:31 [INFO] Tests are skipped.
03:21:31 [INFO] 
03:21:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence ---
03:21:31 [INFO] 
03:21:31 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence ---
03:21:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar
03:21:31 [INFO] 
03:21:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence ---
03:21:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:31 [INFO] Configuration changed, re-generating javadoc.
03:21:34 [WARNING] Javadoc Warnings
03:21:34 [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
03:21:34 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] protected final EventRegistry<T> eventRegistry;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] protected final ExtendedActorSystem system;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system,
03:21:34 [WARNING] ^
03:21:34 [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>
03:21:34 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity);
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator,
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {}
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] protected abstract String getActorName();
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public DittoMongoCollectionCache(final Config config) {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public BsonInt32 getBsonInt() {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] ASCENDING(1), DESCENDING(-1);
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] ASCENDING(1), DESCENDING(-1);
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public static final IndexDirection DEFAULT = ASCENDING;
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public KamonCommandListener(final String metricName) {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public KamonConnectionPoolListener(final String metricName) {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection,
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient,
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST();
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID();
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE);
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() {
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest());
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] EXTRACTOR_CLASS("class", ""),
03:21:34 [WARNING] ^
03:21:34 [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
03:21:34 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList());
03:21:34 [WARNING] ^
03:21:34 [WARNING] 41 warnings
03:21:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
03:21:35 [INFO] 
03:21:35 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence ---
03:21:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
03:21:35 [INFO] 
03:21:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence ---
03:21:35 [INFO] Tests are skipped.
03:21:35 [INFO] 
03:21:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence ---
03:21:35 [INFO] Tests are skipped.
03:21:35 [INFO] 
03:21:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence ---
03:21:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec
03:21:35 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes
03:21:35 [INFO] 
03:21:35 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistence ---
03:21:35 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar' is disabled.
03:21:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar
03:21:36 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
03:21:36 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar' is disabled.
03:21:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
03:21:37 [INFO] 
03:21:37 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence ---
03:21:37 [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
03:21:37 [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
03:21:37 [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
03:21:37 [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
03:21:37 [INFO] 
03:21:37 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistence ---
03:21:38 [INFO] 
03:21:38 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >-----------------
03:21:38 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT               [43/77]
03:21:38 [INFO]   from things/api/pom.xml
03:21:38 [INFO] --------------------------------[ jar ]---------------------------------
03:21:38 [INFO] 
03:21:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
03:21: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/things/api/target/jacoco.exec
03:21:38 [INFO] 
03:21:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api ---
03:21:38 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:38 [INFO] All files are up to date, skip goal execution.
03:21:38 [INFO] 
03:21:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api ---
03:21:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources
03:21:38 [INFO] 
03:21:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api ---
03:21:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT...
03:21:38 [INFO] 
03:21:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api ---
03:21:38 [INFO] Changes detected - recompiling the module! :dependency
03:21:38 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes
03:21:38 [INFO] 
03:21:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api ---
03:21:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources
03:21:38 [INFO] 
03:21:38 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api ---
03:21:38 [INFO] Changes detected - recompiling the module! :dependency
03:21:38 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
03:21:38 [INFO] 
03:21:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api ---
03:21:38 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:38 [INFO] Tests are skipped.
03:21:38 [INFO] 
03:21:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api ---
03:21:38 [INFO] 
03:21:38 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api ---
03:21:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar
03:21:38 [INFO] 
03:21:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api ---
03:21:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:39 [INFO] Configuration changed, re-generating javadoc.
03:21:41 [WARNING] Javadoc Warnings
03:21:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment
03:21:41 [WARNING] package org.eclipse.ditto.things.api;
03:21:41 [WARNING] ^
03:21:41 [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
03:21:41 [WARNING] package org.eclipse.ditto.things.api.commands.sudo;
03:21:41 [WARNING] ^
03:21:41 [WARNING] 2 warnings
03:21:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar
03:21:41 [INFO] 
03:21:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api ---
03:21:41 [INFO] Tests are skipped.
03:21:41 [INFO] 
03:21:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api ---
03:21:41 [INFO] Tests are skipped.
03:21:41 [INFO] 
03:21:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api ---
03:21:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec
03:21:41 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes
03:21:41 [INFO] 
03:21:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-api ---
03:21:41 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar' is disabled.
03:21:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar
03:21:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar
03:21:43 [INFO] 
03:21:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api ---
03:21:43 [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
03:21:43 [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
03:21:43 [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
03:21:43 [INFO] 
03:21:43 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-api ---
03:21:43 [INFO] 
03:21:43 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >--------------
03:21:43 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT         [44/77]
03:21:43 [INFO]   from connectivity/api/pom.xml
03:21:43 [INFO] --------------------------------[ jar ]---------------------------------
03:21:43 [INFO] 
03:21:43 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
03:21:43 [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
03:21:43 [INFO] 
03:21:43 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api ---
03:21:43 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:43 [INFO] All files are up to date, skip goal execution.
03:21:43 [INFO] 
03:21:43 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api ---
03:21:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources
03:21:43 [INFO] 
03:21:43 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api ---
03:21:43 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT...
03:21:43 [INFO] 
03:21:43 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api ---
03:21:43 [INFO] Changes detected - recompiling the module! :dependency
03:21:43 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes
03:21:43 [INFO] 
03:21:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api ---
03:21:43 [INFO] Copying 2 resources from src/test/resources to target/test-classes
03:21:43 [INFO] 
03:21:43 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api ---
03:21:43 [INFO] Changes detected - recompiling the module! :dependency
03:21:43 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
03:21:44 [INFO] 
03:21:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api ---
03:21:44 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:44 [INFO] Tests are skipped.
03:21:44 [INFO] 
03:21:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api ---
03:21:44 [INFO] 
03:21:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api ---
03:21:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar
03:21:44 [INFO] 
03:21:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api ---
03:21:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:44 [INFO] Configuration changed, re-generating javadoc.
03:21:46 [WARNING] Javadoc Warnings
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment
03:21:46 [WARNING] package org.eclipse.ditto.connectivity.api;
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo;
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs;
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment
03:21:46 [WARNING] CONNECTED,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment
03:21:46 [WARNING] CONNECTING,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment
03:21:46 [WARNING] DISCONNECTED,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment
03:21:46 [WARNING] DISCONNECTING,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment
03:21:46 [WARNING] INITIALIZED,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment
03:21:46 [WARNING] TESTING;
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment
03:21:46 [WARNING] UNKNOWN,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment
03:21:46 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval";
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment
03:21:46 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH =
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment
03:21:46 [WARNING] BYTES,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment
03:21:46 [WARNING] TEXT,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment
03:21:46 [WARNING] TEXT_AND_BYTES,
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment
03:21:46 [WARNING] UNKNOWN
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command,
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable(
03:21:46 [WARNING] ^
03:21:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment
03:21:46 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath,
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets,
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag";
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public String getTag() {
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public Set<ConnectionId> getConnectionIds() {
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags";
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
03:21:46 [WARNING] ^
03:21:46 [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
03:21:46 [WARNING] public Set<String> getConnectionTags() {
03:21:46 [WARNING] ^
03:21:46 [WARNING] 27 warnings
03:21:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
03:21:47 [INFO] 
03:21:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api ---
03:21:47 [INFO] Tests are skipped.
03:21:47 [INFO] 
03:21:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api ---
03:21:47 [INFO] Tests are skipped.
03:21:47 [INFO] 
03:21:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api ---
03:21:47 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec
03:21:47 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes
03:21:47 [INFO] 
03:21:47 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-api ---
03:21:47 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar' is disabled.
03:21:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar
03:21:48 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
03:21:49 [INFO] 
03:21:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api ---
03:21:49 [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
03:21:49 [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
03:21:49 [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
03:21:49 [INFO] 
03:21:49 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-api ---
03:21:50 [INFO] 
03:21:50 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >---------------------
03:21:50 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT                         [45/77]
03:21:50 [INFO]   from jwt/pom.xml
03:21:50 [INFO] --------------------------------[ pom ]---------------------------------
03:21:50 [INFO] 
03:21:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
03:21: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/jwt/target/jacoco.exec
03:21:50 [INFO] 
03:21:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt ---
03:21:50 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:50 [INFO] The goal is skip due to packaging 'pom'
03:21:50 [INFO] 
03:21:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt ---
03:21:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT...
03:21:50 [INFO] 
03:21:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt ---
03:21:50 [INFO] 
03:21:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt ---
03:21:50 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:21:50 [INFO] 
03:21:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt ---
03:21:50 [INFO] Tests are skipped.
03:21:50 [INFO] 
03:21:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt ---
03:21:50 [INFO] Tests are skipped.
03:21:50 [INFO] 
03:21:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt ---
03:21:50 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:21:50 [INFO] 
03:21:50 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt ---
03:21:50 [INFO] 
03:21:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt ---
03:21:50 [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
03:21:50 [INFO] 
03:21:50 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt ---
03:21:50 [INFO] 
03:21:50 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------
03:21:50 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT                [46/77]
03:21:50 [INFO]   from jwt/model/pom.xml
03:21:50 [INFO] -------------------------------[ bundle ]-------------------------------
03:21:50 [INFO] 
03:21:50 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
03:21:50 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:21:50 [INFO] 
03:21:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
03:21: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/jwt/model/target/jacoco.exec
03:21:50 [INFO] 
03:21:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model ---
03:21:50 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:50 [INFO] All files are up to date, skip goal execution.
03:21:50 [INFO] 
03:21:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model ---
03:21:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources
03:21:50 [INFO] 
03:21:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model ---
03:21:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT...
03:21:50 [INFO] 
03:21:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model ---
03:21:50 [INFO] Changes detected - recompiling the module! :dependency
03:21:50 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
03:21:50 [WARNING] bootstrap class path not set in conjunction with -source 8
03:21:50 [INFO] 
03:21:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model ---
03:21:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources
03:21:50 [INFO] 
03:21:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model ---
03:21:50 [INFO] Changes detected - recompiling the module! :dependency
03:21:50 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
03:21:50 [WARNING] bootstrap class path not set in conjunction with -source 8
03:21:50 [INFO] 
03:21:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model ---
03:21:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:50 [INFO] Tests are skipped.
03:21:50 [INFO] 
03:21:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model ---
03:21:50 [INFO] 
03:21:50 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model ---
03:21:50 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar
03:21:50 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF
03:21:50 [INFO] 
03:21:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model ---
03:21:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:51 [INFO] Configuration changed, re-generating javadoc.
03:21:52 [WARNING] Javadoc Warnings
03:21:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment
03:21:52 [WARNING] package org.eclipse.ditto.jwt.model;
03:21:52 [WARNING] ^
03:21:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment
03:21:52 [WARNING] protected AbstractJsonWebToken(final String token) {
03:21:52 [WARNING] ^
03:21:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment
03:21:52 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) {
03:21:52 [WARNING] ^
03:21:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment
03:21:52 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException {
03:21:52 [WARNING] ^
03:21:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment
03:21:52 [WARNING] public interface JwtException {
03:21:52 [WARNING] ^
03:21:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment
03:21:52 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException {
03:21:52 [WARNING] ^
03:21:52 [WARNING] 6 warnings
03:21:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
03:21:52 [INFO] 
03:21:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model ---
03:21:52 [INFO] Tests are skipped.
03:21:52 [INFO] 
03:21:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model ---
03:21:52 [INFO] Tests are skipped.
03:21:52 [INFO] 
03:21:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model ---
03:21:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec
03:21:52 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes
03:21:52 [INFO] 
03:21:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt-model ---
03:21:52 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar' is disabled.
03:21:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar
03:21:53 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:21:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
03:21:54 [INFO] 
03:21:54 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model ---
03:21:54 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'.
03:21:54 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'.
03:21:54 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'.
03:21:54 [INFO] 
03:21:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model ---
03:21:54 [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
03:21:54 [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
03:21:54 [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
03:21:54 [INFO] 
03:21:54 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model ---
03:21:54 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar
03:21:54 [INFO] Writing OBR metadata
03:21:54 [INFO] 
03:21:54 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt-model ---
03:21:55 [INFO] 
03:21:55 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-jwt-model ---
03:21:55 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:21:55 [INFO] 
03:21:55 [INFO] --------------------< org.eclipse.ditto:ditto-wot >---------------------
03:21:55 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT                         [47/77]
03:21:55 [INFO]   from wot/pom.xml
03:21:55 [INFO] --------------------------------[ pom ]---------------------------------
03:21:55 [INFO] 
03:21:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
03:21: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/wot/target/jacoco.exec
03:21:55 [INFO] 
03:21:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot ---
03:21:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:55 [INFO] The goal is skip due to packaging 'pom'
03:21:55 [INFO] 
03:21:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot ---
03:21:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT...
03:21:55 [INFO] 
03:21:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot ---
03:21:55 [INFO] 
03:21:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot ---
03:21:55 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:21:55 [INFO] 
03:21:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot ---
03:21:55 [INFO] Tests are skipped.
03:21:55 [INFO] 
03:21:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot ---
03:21:55 [INFO] Tests are skipped.
03:21:55 [INFO] 
03:21:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot ---
03:21:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:21:55 [INFO] 
03:21:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot ---
03:21:55 [INFO] 
03:21:55 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot ---
03:21:55 [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
03:21:55 [INFO] 
03:21:55 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot ---
03:21:55 [INFO] 
03:21:55 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------
03:21:55 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT                [48/77]
03:21:55 [INFO]   from wot/model/pom.xml
03:21:55 [INFO] -------------------------------[ bundle ]-------------------------------
03:21:55 [INFO] 
03:21:55 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
03:21:55 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:21:55 [INFO] 
03:21:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
03:21: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/wot/model/target/jacoco.exec
03:21:55 [INFO] 
03:21:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model ---
03:21:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:21:55 [INFO] All files are up to date, skip goal execution.
03:21:55 [INFO] 
03:21:55 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model ---
03:21:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources
03:21:55 [INFO] 
03:21:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model ---
03:21:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT...
03:21:55 [INFO] 
03:21:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model ---
03:21:55 [INFO] Changes detected - recompiling the module! :dependency
03:21:55 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes
03:21:57 [WARNING] bootstrap class path not set in conjunction with -source 8
03:21:57 [INFO] 
03:21:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model ---
03:21:57 [INFO] Copying 1 resource from src/test/resources to target/test-classes
03:21:57 [INFO] 
03:21:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model ---
03:21:57 [INFO] Changes detected - recompiling the module! :dependency
03:21:57 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
03:21:57 [WARNING] bootstrap class path not set in conjunction with -source 8
03:21:57 [INFO] 
03:21:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model ---
03:21:57 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:21:57 [INFO] Tests are skipped.
03:21:57 [INFO] 
03:21:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model ---
03:21:57 [INFO] 
03:21:57 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model ---
03:21:57 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar
03:21:57 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF
03:21:57 [INFO] 
03:21:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model ---
03:21:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:21:57 [INFO] Configuration changed, re-generating javadoc.
03:22:01 [WARNING] Javadoc Warnings
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment
03:22:01 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment
03:22:01 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment
03:22:01 [WARNING] String getActionName();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment
03:22:01 [WARNING] Optional<SingleDataSchema> getInput();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment
03:22:01 [WARNING] Optional<SingleDataSchema> getOutput();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment
03:22:01 [WARNING] boolean isIdempotent();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment
03:22:01 [WARNING] boolean isSafe();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment
03:22:01 [WARNING] Optional<Boolean> isSynchronous();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment
03:22:01 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment
03:22:01 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final CharSequence actionName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment
03:22:01 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment
03:22:01 [WARNING] Builder setInput(@Nullable SingleDataSchema input);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment
03:22:01 [WARNING] Builder setOutput(@Nullable SingleDataSchema output);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment
03:22:01 [WARNING] Builder setSafe(@Nullable Boolean safe);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment
03:22:01 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment
03:22:01 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment
03:22:01 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment
03:22:01 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment
03:22:01 [WARNING] static ActionFormElement.Builder newBuilder() {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment
03:22:01 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment
03:22:01 [WARNING] static Builder newBuilder() {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment
03:22:01 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment
03:22:01 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment
03:22:01 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment
03:22:01 [WARNING] static Actions from(final Collection<Action> actions) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment
03:22:01 [WARNING] static Actions fromJson(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment
03:22:01 [WARNING] Optional<Action> getAction(CharSequence actionName);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment
03:22:01 [WARNING] static Actions of(final Map<String, Action> actions) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment
03:22:01 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment
03:22:01 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment
03:22:01 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment
03:22:01 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment
03:22:01 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment
03:22:01 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment
03:22:01 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment
03:22:01 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment
03:22:01 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment
03:22:01 [WARNING] List<String> getAllOf();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:138: warning: no comment
03:22:01 [WARNING] SecuritySchemeScheme getScheme();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment
03:22:01 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment
03:22:01 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment
03:22:01 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment
03:22:01 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment
03:22:01 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment
03:22:01 [WARNING] Optional<SecuritySchemeIn> getIn();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment
03:22:01 [WARNING] Optional<String> getName();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment
03:22:01 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment
03:22:01 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment
03:22:01 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment
03:22:01 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment
03:22:01 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment
03:22:01 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment
03:22:01 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment
03:22:01 [WARNING] Optional<DataSchema> getItems();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment
03:22:01 [WARNING] Optional<Integer> getMaxItems();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment
03:22:01 [WARNING] Optional<Integer> getMinItems();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:105: warning: no comment
03:22:01 [WARNING] Optional<DataSchemaType> getType();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment
03:22:01 [WARNING] static ArraySchema.Builder newBuilder() {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment
03:22:01 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment
03:22:01 [WARNING] default ArraySchema.Builder toBuilder() {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment
03:22:01 [WARNING] static Builder newBuilder() {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment
03:22:01 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment
03:22:01 [WARNING] Builder setItems(@Nullable DataSchema items);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment
03:22:01 [WARNING] Builder setMaxItems(@Nullable Integer maxItems);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment
03:22:01 [WARNING] Builder setMinItems(@Nullable Integer minItems);
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment
03:22:01 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition(
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment
03:22:01 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment
03:22:01 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment
03:22:01 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment
03:22:01 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment
03:22:01 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment
03:22:01 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment
03:22:01 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment
03:22:01 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment
03:22:01 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment
03:22:01 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment
03:22:01 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment
03:22:01 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment
03:22:01 [WARNING] String REL_ICON = "icon";
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment
03:22:01 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) {
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment
03:22:01 [WARNING] Optional<IRI> getAnchor();
03:22:01 [WARNING] ^
03:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment
03:22:01 [WARNING] IRI getHref();
03:22:01 [WARNING] ^
03:22:01 [WARNING] 100 warnings
03:22:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar
03:22:01 [INFO] 
03:22:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model ---
03:22:01 [INFO] Tests are skipped.
03:22:01 [INFO] 
03:22:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model ---
03:22:01 [INFO] Tests are skipped.
03:22:01 [INFO] 
03:22:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model ---
03:22:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec
03:22:01 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes
03:22:02 [INFO] 
03:22:02 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-model ---
03:22:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar' is disabled.
03:22:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar
03:22:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar
03:22:03 [INFO] 
03:22:03 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model ---
03:22:04 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'.
03:22:04 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'.
03:22:04 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'.
03:22:04 [INFO] 
03:22:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model ---
03:22:04 [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
03:22:04 [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
03:22:04 [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
03:22:04 [INFO] 
03:22:04 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model ---
03:22:04 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar
03:22:04 [INFO] Writing OBR metadata
03:22:04 [INFO] 
03:22:04 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-model ---
03:22:04 [INFO] 
03:22:04 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-wot-model ---
03:22:04 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:22:04 [INFO] 
03:22:04 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >--------
03:22:04 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77]
03:22:04 [INFO]   from internal/utils/cache-loaders/pom.xml
03:22:04 [INFO] --------------------------------[ jar ]---------------------------------
03:22:04 [INFO] 
03:22:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
03:22:04 [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
03:22:04 [INFO] 
03:22:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders ---
03:22:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:04 [INFO] All files are up to date, skip goal execution.
03:22:04 [INFO] 
03:22:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders ---
03:22:04 [INFO] Copying 1 resource from src/main/resources to target/classes
03:22:04 [INFO] 
03:22:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders ---
03:22:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT...
03:22:04 [INFO] 
03:22:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders ---
03:22:04 [INFO] Changes detected - recompiling the module! :dependency
03:22:04 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes
03:22:04 [INFO] 
03:22:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders ---
03:22:04 [INFO] Copying 2 resources from src/test/resources to target/test-classes
03:22:04 [INFO] 
03:22:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders ---
03:22:04 [INFO] Changes detected - recompiling the module! :dependency
03:22:04 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
03:22:05 [INFO] 
03:22:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders ---
03:22:05 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:05 [INFO] Tests are skipped.
03:22:05 [INFO] 
03:22:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders ---
03:22:05 [INFO] 
03:22:05 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders ---
03:22:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
03:22:05 [INFO] 
03:22:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders ---
03:22:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:05 [INFO] Configuration changed, re-generating javadoc.
03:22:06 [WARNING] Javadoc Warnings
03:22:06 [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
03:22:06 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders;
03:22:06 [WARNING] ^
03:22:06 [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
03:22:06 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config;
03:22:06 [WARNING] ^
03:22:06 [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>
03:22:06 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard(
03:22:06 [WARNING] ^
03:22:06 [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
03:22:06 [WARNING] BACKOFF_DELAY
03:22:06 [WARNING] ^
03:22:06 [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
03:22:06 [WARNING] FIXED_DELAY,
03:22:06 [WARNING] ^
03:22:06 [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
03:22:06 [WARNING] NO_DELAY,
03:22:06 [WARNING] ^
03:22:06 [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
03:22:06 [WARNING] OFF,
03:22:06 [WARNING] ^
03:22:06 [WARNING] 7 warnings
03:22:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
03:22:06 [INFO] 
03:22:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders ---
03:22:06 [INFO] Tests are skipped.
03:22:06 [INFO] 
03:22:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders ---
03:22:06 [INFO] Tests are skipped.
03:22:06 [INFO] 
03:22:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders ---
03:22:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec
03:22:06 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes
03:22:06 [INFO] 
03:22:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache-loaders ---
03:22:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar' is disabled.
03:22:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
03:22:09 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:09 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
03:22:10 [INFO] 
03:22:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders ---
03:22:10 [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
03:22:10 [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
03:22:10 [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
03:22:10 [INFO] 
03:22:10 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache-loaders ---
03:22:11 [INFO] 
03:22:11 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >----------
03:22:11 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77]
03:22:11 [INFO]   from internal/utils/namespaces/pom.xml
03:22:11 [INFO] --------------------------------[ jar ]---------------------------------
03:22:11 [INFO] 
03:22:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
03:22:11 [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
03:22:11 [INFO] 
03:22:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces ---
03:22:11 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:11 [INFO] All files are up to date, skip goal execution.
03:22:11 [INFO] 
03:22:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces ---
03:22:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources
03:22:11 [INFO] 
03:22:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces ---
03:22:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT...
03:22:11 [INFO] 
03:22:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces ---
03:22:11 [INFO] Changes detected - recompiling the module! :dependency
03:22:11 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
03:22:11 [INFO] 
03:22:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces ---
03:22:11 [INFO] Copying 1 resource from src/test/resources to target/test-classes
03:22:11 [INFO] 
03:22:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces ---
03:22:11 [INFO] Changes detected - recompiling the module! :dependency
03:22:11 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
03:22:11 [INFO] 
03:22:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces ---
03:22:11 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:11 [INFO] Tests are skipped.
03:22:11 [INFO] 
03:22:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces ---
03:22:11 [INFO] 
03:22:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces ---
03:22:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
03:22:11 [INFO] 
03:22:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces ---
03:22:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:11 [INFO] Configuration changed, re-generating javadoc.
03:22:13 [WARNING] Javadoc Warnings
03:22:13 [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
03:22:13 [WARNING] package org.eclipse.ditto.internal.utils.namespaces;
03:22:13 [WARNING] ^
03:22:13 [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
03:22:13 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) {
03:22:13 [WARNING] ^
03:22:13 [WARNING] 2 warnings
03:22:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
03:22:13 [INFO] 
03:22:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces ---
03:22:13 [INFO] Tests are skipped.
03:22:13 [INFO] 
03:22:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces ---
03:22:13 [INFO] Tests are skipped.
03:22:13 [INFO] 
03:22:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces ---
03:22:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec
03:22:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes
03:22:13 [INFO] 
03:22:13 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-namespaces ---
03:22:13 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar' is disabled.
03:22:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
03:22:13 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
03:22:15 [INFO] 
03:22:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces ---
03:22:15 [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
03:22:15 [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
03:22:15 [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
03:22:15 [INFO] 
03:22:15 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-namespaces ---
03:22:16 [INFO] 
03:22:16 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------
03:22:16 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT     [51/77]
03:22:16 [INFO]   from policies/enforcement/pom.xml
03:22:16 [INFO] --------------------------------[ jar ]---------------------------------
03:22:16 [INFO] 
03:22:16 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
03:22:16 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:22:16 [INFO] 
03:22:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
03:22: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/policies/enforcement/target/jacoco.exec
03:22:16 [INFO] 
03:22:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement ---
03:22:16 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:16 [INFO] All files are up to date, skip goal execution.
03:22:16 [INFO] 
03:22:16 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement ---
03:22:16 [INFO] Copying 1 resource from src/main/resources to target/classes
03:22:16 [INFO] 
03:22:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement ---
03:22:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT...
03:22:16 [INFO] 
03:22:16 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement ---
03:22:16 [INFO] Changes detected - recompiling the module! :dependency
03:22:16 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes
03:22:16 [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.
03:22:16 [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.
03:22:16 [INFO] 
03:22:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement ---
03:22:16 [INFO] Copying 6 resources from src/test/resources to target/test-classes
03:22:16 [INFO] 
03:22:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement ---
03:22:16 [INFO] Changes detected - recompiling the module! :dependency
03:22:16 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
03:22: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.
03:22: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.
03:22: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.
03:22: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.
03:22:17 [INFO] 
03:22:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement ---
03:22:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:17 [INFO] Tests are skipped.
03:22:17 [INFO] 
03:22:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement ---
03:22:17 [INFO] 
03:22:17 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement ---
03:22:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar
03:22:17 [INFO] 
03:22:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement ---
03:22:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:17 [INFO] Configuration changed, re-generating javadoc.
03:22:19 [WARNING] Javadoc Warnings
03:22:19 [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
03:22:19 [WARNING] package org.eclipse.ditto.policies.enforcement.config;
03:22:19 [WARNING] ^
03:22:19 [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
03:22:19 [WARNING] package org.eclipse.ditto.policies.enforcement.pre;
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment
03:22:19 [WARNING] protected static final ThreadSafeDittoLogger LOGGER =
03:22:19 [WARNING] ^
03:22:19 [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
03:22:19 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal);
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment
03:22:19 [WARNING] protected final E enforcement;
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment
03:22:19 [WARNING] protected final I entityId;
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment
03:22:19 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment
03:22:19 [WARNING] protected final PreEnforcerProvider preEnforcer;
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment
03:22:19 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) {
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment
03:22:19 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) {
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment
03:22:19 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider;
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment
03:22:19 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId,
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment
03:22:19 [WARNING] public interface Invalidatable {
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment
03:22:19 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout);
03:22:19 [WARNING] ^
03:22:19 [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
03:22:19 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy,
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment
03:22:19 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher";
03:22:19 [WARNING] ^
03:22:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return
03:22:19 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) {
03:22:19 [WARNING] ^
03:22:19 [WARNING] 17 warnings
03:22:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
03:22:19 [INFO] 
03:22:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement ---
03:22:19 [INFO] Tests are skipped.
03:22:19 [INFO] 
03:22:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement ---
03:22:19 [INFO] Tests are skipped.
03:22:19 [INFO] 
03:22:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement ---
03:22:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec
03:22:19 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes
03:22:19 [INFO] 
03:22:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-enforcement ---
03:22:19 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar' is disabled.
03:22:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar
03:22:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
03:22:22 [INFO] 
03:22:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement ---
03:22:22 [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
03:22:22 [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
03:22:22 [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
03:22:22 [INFO] 
03:22:22 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-enforcement ---
03:22:22 [INFO] 
03:22:22 [INFO] --------------------< org.eclipse.ditto:ditto-rql >---------------------
03:22:22 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT                         [52/77]
03:22:22 [INFO]   from rql/pom.xml
03:22:22 [INFO] --------------------------------[ pom ]---------------------------------
03:22:22 [INFO] 
03:22:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
03:22:22 [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
03:22:22 [INFO] 
03:22:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql ---
03:22:22 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:22 [INFO] The goal is skip due to packaging 'pom'
03:22:22 [INFO] 
03:22:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql ---
03:22:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT...
03:22:22 [INFO] 
03:22:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql ---
03:22:22 [INFO] 
03:22:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql ---
03:22:22 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:22:22 [INFO] 
03:22:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql ---
03:22:22 [INFO] Tests are skipped.
03:22:22 [INFO] 
03:22:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql ---
03:22:22 [INFO] Tests are skipped.
03:22:22 [INFO] 
03:22:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql ---
03:22:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:22:22 [INFO] 
03:22:22 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql ---
03:22:22 [INFO] 
03:22:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql ---
03:22:22 [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
03:22:22 [INFO] 
03:22:22 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql ---
03:22:23 [INFO] 
03:22:23 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------
03:22:23 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT                [53/77]
03:22:23 [INFO]   from rql/model/pom.xml
03:22:23 [INFO] -------------------------------[ bundle ]-------------------------------
03:22:23 [INFO] 
03:22:23 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
03:22:23 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:22:23 [INFO] 
03:22:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
03:22: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/model/target/jacoco.exec
03:22:23 [INFO] 
03:22:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model ---
03:22:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:23 [INFO] All files are up to date, skip goal execution.
03:22:23 [INFO] 
03:22:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model ---
03:22:23 [INFO] Copying 0 resource from src/main/resources to target/classes
03:22:23 [INFO] 
03:22:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model ---
03:22:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT...
03:22:23 [INFO] 
03:22:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model ---
03:22:23 [INFO] Changes detected - recompiling the module! :dependency
03:22:23 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes
03:22:23 [WARNING] bootstrap class path not set in conjunction with -source 8
03:22:23 [INFO] 
03:22:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model ---
03:22:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources
03:22:23 [INFO] 
03:22:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model ---
03:22:23 [INFO] Changes detected - recompiling the module! :dependency
03:22:23 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes
03:22:23 [WARNING] bootstrap class path not set in conjunction with -source 8
03:22:23 [INFO] 
03:22:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model ---
03:22:23 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:23 [INFO] Tests are skipped.
03:22:23 [INFO] 
03:22:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model ---
03:22:23 [INFO] 
03:22:23 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model ---
03:22:23 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar
03:22:23 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF
03:22:23 [INFO] 
03:22:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model ---
03:22:23 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:23 [INFO] Configuration changed, re-generating javadoc.
03:22:25 [WARNING] Javadoc Warnings
03:22:25 [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
03:22:25 [WARNING] public String getName() {
03:22:25 [WARNING] ^
03:22:25 [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
03:22:25 [WARNING] public static Type byName(final String name) {
03:22:25 [WARNING] ^
03:22:25 [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
03:22:25 [WARNING] public String getName() {
03:22:25 [WARNING] ^
03:22:25 [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
03:22:25 [WARNING] public String getName() {
03:22:25 [WARNING] ^
03:22:25 [WARNING] 4 warnings
03:22:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar
03:22:25 [INFO] 
03:22:25 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model ---
03:22:25 [INFO] Tests are skipped.
03:22:25 [INFO] 
03:22:25 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model ---
03:22:25 [INFO] Tests are skipped.
03:22:25 [INFO] 
03:22:25 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model ---
03:22:25 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec
03:22:25 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes
03:22:25 [INFO] 
03:22:25 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-model ---
03:22:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar' is disabled.
03:22:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar
03:22:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar
03:22:26 [INFO] 
03:22:26 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model ---
03:22:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'.
03:22:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'.
03:22:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'.
03:22:26 [INFO] 
03:22:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model ---
03:22:26 [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
03:22:26 [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
03:22:26 [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
03:22:26 [INFO] 
03:22:26 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model ---
03:22:26 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar
03:22:26 [INFO] Writing OBR metadata
03:22:26 [INFO] 
03:22:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-model ---
03:22:27 [INFO] 
03:22:27 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-model ---
03:22:27 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:22:27 [INFO] 
03:22:27 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >-----------------
03:22:27 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT               [54/77]
03:22:27 [INFO]   from rql/parser/pom.xml
03:22:27 [INFO] -------------------------------[ bundle ]-------------------------------
03:22:27 [INFO] 
03:22:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
03:22:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:22:27 [INFO] 
03:22:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
03:22: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/rql/parser/target/jacoco.exec
03:22:27 [INFO] 
03:22:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser ---
03:22:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:27 [INFO] All files are up to date, skip goal execution.
03:22:27 [INFO] 
03:22:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser ---
03:22:27 [INFO] Copying 0 resource from src/main/resources to target/classes
03:22:27 [INFO] 
03:22:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser ---
03:22:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT...
03:22:27 [INFO] 
03:22:27 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser ---
03:22:27 [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
03:22:28 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ...
03:22:36 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
03:22:36 1 warning.
03:22:36 [INFO] done compiling
03:22:36 [INFO] compile in 9.0 s
03:22:36 [INFO] 
03:22:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser ---
03:22:36 [INFO] Changes detected - recompiling the module! :dependency
03:22:36 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
03:22:36 [WARNING] bootstrap class path not set in conjunction with -source 8
03:22:36 [INFO] 
03:22:36 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser ---
03:22: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
03:22:36 [INFO] compile in 0.0 s
03:22:36 [INFO] 
03:22:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser ---
03:22:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources
03:22:36 [INFO] 
03:22:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser ---
03:22:36 [INFO] Changes detected - recompiling the module! :dependency
03:22:36 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
03:22:36 [WARNING] bootstrap class path not set in conjunction with -source 8
03:22:36 [INFO] 
03:22:36 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser ---
03:22: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
03:22:36 [INFO] compile in 0.0 s
03:22:36 [INFO] 
03:22:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser ---
03:22:36 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:36 [INFO] Tests are skipped.
03:22:36 [INFO] 
03:22:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser ---
03:22:36 [INFO] 
03:22:36 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser ---
03:22:36 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
03:22:36 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar
03:22:36 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF
03:22:36 [INFO] 
03:22:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser ---
03:22:37 [INFO] Tests are skipped.
03:22:37 [INFO] 
03:22:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser ---
03:22:37 [INFO] Tests are skipped.
03:22:37 [INFO] 
03:22:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser ---
03:22:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec
03:22:37 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes
03:22:37 [INFO] 
03:22:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-parser ---
03:22:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar' is disabled.
03:22:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar
03:22:38 [INFO] 
03:22:38 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser ---
03:22:38 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'.
03:22:38 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'.
03:22:38 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'.
03:22:38 [INFO] 
03:22:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser ---
03:22:38 [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
03:22:38 [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
03:22:38 [INFO] 
03:22:38 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser ---
03:22:38 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar
03:22:38 [INFO] Writing OBR metadata
03:22:38 [INFO] 
03:22:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-parser ---
03:22:39 [INFO] 
03:22:39 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-parser ---
03:22:39 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:22:39 [INFO] 
03:22:39 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------
03:22:39 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT                [55/77]
03:22:39 [INFO]   from rql/query/pom.xml
03:22:39 [INFO] -------------------------------[ bundle ]-------------------------------
03:22:39 [INFO] 
03:22:39 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
03:22:39 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:22:39 [INFO] 
03:22:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
03:22: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/rql/query/target/jacoco.exec
03:22:39 [INFO] 
03:22:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query ---
03:22:39 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:39 [INFO] All files are up to date, skip goal execution.
03:22:39 [INFO] 
03:22:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query ---
03:22:39 [INFO] Copying 0 resource from src/main/resources to target/classes
03:22:39 [INFO] 
03:22:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query ---
03:22:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT...
03:22:39 [INFO] 
03:22:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query ---
03:22:39 [INFO] Changes detected - recompiling the module! :dependency
03:22:39 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes
03:22:39 [WARNING] bootstrap class path not set in conjunction with -source 8
03:22:39 [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.
03:22:39 [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.
03:22:39 [INFO] 
03:22:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query ---
03:22:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources
03:22:39 [INFO] 
03:22:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query ---
03:22:39 [INFO] Changes detected - recompiling the module! :dependency
03:22:39 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
03:22:39 [WARNING] bootstrap class path not set in conjunction with -source 8
03:22:39 [INFO] 
03:22:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query ---
03:22:39 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:39 [INFO] Tests are skipped.
03:22:39 [INFO] 
03:22:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query ---
03:22:39 [INFO] 
03:22:39 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query ---
03:22:39 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar
03:22:39 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF
03:22:39 [INFO] 
03:22:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query ---
03:22:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:39 [INFO] Configuration changed, re-generating javadoc.
03:22:41 [WARNING] Javadoc Warnings
03:22:41 [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
03:22:41 [WARNING] T visitAttribute(String key);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitFeature(String featureId);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitFeatureDefinition(String featureId);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitFeatureIdProperty(String featureId, String property);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitFeatureProperties(CharSequence featureId);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitMetadata(String key);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitSimple(String fieldName);
03:22:41 [WARNING] ^
03:22:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment
03:22:41 [WARNING] public ExistsThingPredicateVisitor() {
03:22:41 [WARNING] ^
03:22:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment
03:22:41 [WARNING] public boolean isDefinition() {
03:22:41 [WARNING] ^
03:22:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment
03:22:41 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() {
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitMetadata(String key);
03:22:41 [WARNING] ^
03:22:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment
03:22:41 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression,
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitEq(@Nullable Object value);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitGe(@Nullable Object value);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitGt(@Nullable Object value);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitILike(@Nullable String value);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitIn(List<?> values);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitLe(@Nullable Object value);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitLike(@Nullable String value);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitLt(@Nullable Object value);
03:22:41 [WARNING] ^
03:22:41 [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
03:22:41 [WARNING] T visitNe(@Nullable Object value);
03:22:41 [WARNING] ^
03:22:41 [WARNING] 23 warnings
03:22:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar
03:22:41 [INFO] 
03:22:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query ---
03:22:41 [INFO] Tests are skipped.
03:22:41 [INFO] 
03:22:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query ---
03:22:41 [INFO] Tests are skipped.
03:22:41 [INFO] 
03:22:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query ---
03:22:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec
03:22:41 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes
03:22:42 [INFO] 
03:22:42 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-query ---
03:22:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar' is disabled.
03:22:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar
03:22:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar
03:22:44 [INFO] 
03:22:44 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query ---
03:22:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'.
03:22:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'.
03:22:44 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'.
03:22:44 [INFO] 
03:22:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query ---
03:22:44 [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
03:22:44 [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
03:22:44 [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
03:22:44 [INFO] 
03:22:44 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query ---
03:22:44 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar
03:22:44 [INFO] Writing OBR metadata
03:22:44 [INFO] 
03:22:44 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-query ---
03:22:45 [INFO] 
03:22:45 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-query ---
03:22:45 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:22:45 [INFO] 
03:22:45 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >---------------
03:22:45 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT         [56/77]
03:22:45 [INFO]   from thingsearch/api/pom.xml
03:22:45 [INFO] --------------------------------[ jar ]---------------------------------
03:22:45 [INFO] 
03:22:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
03:22: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/thingsearch/api/target/jacoco.exec
03:22:45 [INFO] 
03:22:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api ---
03:22:45 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:45 [INFO] All files are up to date, skip goal execution.
03:22:45 [INFO] 
03:22:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api ---
03:22:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources
03:22:45 [INFO] 
03:22:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api ---
03:22:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT...
03:22:45 [INFO] 
03:22:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api ---
03:22:45 [INFO] Changes detected - recompiling the module! :dependency
03:22:45 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes
03:22:45 [INFO] 
03:22:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api ---
03:22:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources
03:22:45 [INFO] 
03:22:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api ---
03:22:45 [INFO] Changes detected - recompiling the module! :dependency
03:22:45 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
03:22:45 [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.
03:22:45 [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.
03:22:45 [INFO] 
03:22:45 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api ---
03:22:45 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:45 [INFO] Tests are skipped.
03:22:45 [INFO] 
03:22:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api ---
03:22:45 [INFO] 
03:22:45 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api ---
03:22:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar
03:22:45 [INFO] 
03:22:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api ---
03:22:45 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:45 [INFO] Configuration changed, re-generating javadoc.
03:22:48 [WARNING] Javadoc Warnings
03:22:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment
03:22:48 [WARNING] package org.eclipse.ditto.thingsearch.api;
03:22:48 [WARNING] ^
03:22:48 [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
03:22:48 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo;
03:22:48 [WARNING] ^
03:22:48 [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
03:22:48 [WARNING] package org.eclipse.ditto.thingsearch.api.events;
03:22:48 [WARNING] ^
03:22:48 [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
03:22:48 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) {
03:22:48 [WARNING] ^
03:22:48 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return
03:22:48 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) {
03:22:48 [WARNING] ^
03:22:48 [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
03:22:48 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
03:22:48 [WARNING] ^
03:22:48 [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
03:22:48 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
03:22:48 [WARNING] ^
03:22:48 [WARNING] 7 warnings
03:22:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
03:22:48 [INFO] 
03:22:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api ---
03:22:48 [INFO] Tests are skipped.
03:22:48 [INFO] 
03:22:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api ---
03:22:48 [INFO] Tests are skipped.
03:22:48 [INFO] 
03:22:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api ---
03:22:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec
03:22:48 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes
03:22:48 [INFO] 
03:22:48 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-api ---
03:22:48 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar' is disabled.
03:22:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar
03:22:49 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:49 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
03:22:49 [INFO] 
03:22:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api ---
03:22:49 [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
03:22:49 [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
03:22:49 [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
03:22:49 [INFO] 
03:22:49 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-api ---
03:22:51 [INFO] 
03:22:51 [INFO] --------------------< org.eclipse.ditto:ditto-edge >--------------------
03:22:51 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT                        [57/77]
03:22:51 [INFO]   from edge/pom.xml
03:22:51 [INFO] --------------------------------[ pom ]---------------------------------
03:22:51 [INFO] 
03:22:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
03:22: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/edge/target/jacoco.exec
03:22:51 [INFO] 
03:22:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge ---
03:22:51 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:51 [INFO] The goal is skip due to packaging 'pom'
03:22:51 [INFO] 
03:22:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge ---
03:22:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT...
03:22:51 [INFO] 
03:22:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge ---
03:22:51 [INFO] 
03:22:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge ---
03:22:51 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:22:51 [INFO] 
03:22:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge ---
03:22:51 [INFO] Tests are skipped.
03:22:51 [INFO] 
03:22:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge ---
03:22:51 [INFO] Tests are skipped.
03:22:51 [INFO] 
03:22:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge ---
03:22:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:22:51 [INFO] 
03:22:51 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge ---
03:22:51 [INFO] 
03:22:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge ---
03:22:51 [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
03:22:51 [INFO] 
03:22:51 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge ---
03:22:51 [INFO] 
03:22:51 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >----------------
03:22:51 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT             [58/77]
03:22:51 [INFO]   from edge/service/pom.xml
03:22:51 [INFO] --------------------------------[ jar ]---------------------------------
03:22:51 [INFO] 
03:22:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
03:22: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/edge/service/target/jacoco.exec
03:22:51 [INFO] 
03:22:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service ---
03:22:51 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:51 [INFO] All files are up to date, skip goal execution.
03:22:51 [INFO] 
03:22:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service ---
03:22:51 [INFO] Copying 2 resources from src/main/resources to target/classes
03:22:51 [INFO] 
03:22:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service ---
03:22:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT...
03:22:51 [INFO] 
03:22:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service ---
03:22:51 [INFO] Changes detected - recompiling the module! :dependency
03:22:51 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes
03:22:52 [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.
03:22:52 [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.
03:22:52 [INFO] 
03:22:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service ---
03:22:52 [INFO] Copying 4 resources from src/test/resources to target/test-classes
03:22:52 [INFO] 
03:22:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service ---
03:22:52 [INFO] Changes detected - recompiling the module! :dependency
03:22:52 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
03:22:52 [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.
03:22:52 [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.
03:22:52 [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.
03:22:52 [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.
03:22:52 [INFO] 
03:22:52 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service ---
03:22:52 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:52 [INFO] Tests are skipped.
03:22:52 [INFO] 
03:22:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service ---
03:22:52 [INFO] 
03:22:52 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service ---
03:22:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar
03:22:52 [INFO] 
03:22:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service ---
03:22:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:52 [INFO] Configuration changed, re-generating javadoc.
03:22:55 [WARNING] Javadoc Warnings
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment
03:22:55 [WARNING] package org.eclipse.ditto.edge.service;
03:22:55 [WARNING] ^
03:22:55 [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
03:22:55 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements;
03:22:55 [WARNING] ^
03:22:55 [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
03:22:55 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message;
03:22:55 [WARNING] ^
03:22:55 [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
03:22:55 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things;
03:22:55 [WARNING] ^
03:22:55 [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
03:22:55 [WARNING] package org.eclipse.ditto.edge.service.dispatching;
03:22:55 [WARNING] ^
03:22:55 [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
03:22:55 [WARNING] package org.eclipse.ditto.edge.service.placeholders;
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment
03:22:55 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment
03:22:55 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) {
03:22:55 [WARNING] ^
03:22:55 [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
03:22:55 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment
03:22:55 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment
03:22:55 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment
03:22:55 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment
03:22:55 [WARNING] static FeaturePlaceholder getInstance() {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment
03:22:55 [WARNING] static PolicyPlaceholder getInstance() {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment
03:22:55 [WARNING] static RequestPlaceholder getInstance() {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment
03:22:55 [WARNING] static ThingJsonPlaceholder getInstance() {
03:22:55 [WARNING] ^
03:22:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment
03:22:55 [WARNING] static ThingPlaceholder getInstance() {
03:22:55 [WARNING] ^
03:22:55 [WARNING] 17 warnings
03:22:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar
03:22:55 [INFO] 
03:22:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service ---
03:22:55 [INFO] Tests are skipped.
03:22:55 [INFO] 
03:22:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service ---
03:22:55 [INFO] Tests are skipped.
03:22:55 [INFO] 
03:22:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service ---
03:22:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec
03:22:55 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes
03:22:55 [INFO] 
03:22:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge-service ---
03:22:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar' is disabled.
03:22:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar
03:22:56 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar' is disabled.
03:22:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar
03:22:58 [INFO] 
03:22:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service ---
03:22:58 [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
03:22:58 [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
03:22:58 [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
03:22:58 [INFO] 
03:22:58 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge-service ---
03:22:58 [INFO] 
03:22:58 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------
03:22:58 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77]
03:22:58 [INFO]   from internal/models/signalenrichment/pom.xml
03:22:58 [INFO] --------------------------------[ jar ]---------------------------------
03:22:58 [INFO] 
03:22:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
03:22: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/internal/models/signalenrichment/target/jacoco.exec
03:22:58 [INFO] 
03:22:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment ---
03:22:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:22:58 [INFO] All files are up to date, skip goal execution.
03:22:58 [INFO] 
03:22:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment ---
03:22:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources
03:22:58 [INFO] 
03:22:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment ---
03:22:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT...
03:22:58 [INFO] 
03:22:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment ---
03:22:58 [INFO] Changes detected - recompiling the module! :dependency
03:22:58 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
03:22:59 [INFO] 
03:22:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment ---
03:22:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources
03:22:59 [INFO] 
03:22:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment ---
03:22:59 [INFO] Changes detected - recompiling the module! :dependency
03:22:59 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
03:22:59 [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.
03:22:59 [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.
03:22:59 [INFO] 
03:22:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment ---
03:22:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:22:59 [INFO] Tests are skipped.
03:22:59 [INFO] 
03:22:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment ---
03:22:59 [INFO] 
03:22:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment ---
03:22:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
03:22:59 [INFO] 
03:22:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment ---
03:22:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:22:59 [INFO] Configuration changed, re-generating javadoc.
03:23:01 [WARNING] Javadoc Warnings
03:23:01 [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
03:23:01 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment;
03:23:01 [WARNING] ^
03:23:01 [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
03:23:01 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject,
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:87: warning: no @return
03:23:01 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade,
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:483: warning: no comment
03:23:01 [WARNING] protected static final class CachingParameters {
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:64: warning: no comment
03:23:01 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache;
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:66: warning: no comment
03:23:01 [WARNING] protected DittoCachingSignalEnrichmentFacade(
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:478: warning: no comment
03:23:01 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) {
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:313: warning: no comment
03:23:01 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey,
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:189: warning: no comment
03:23:01 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId,
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:490: warning: no comment
03:23:01 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector,
03:23:01 [WARNING] ^
03:23:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/SearchIndexingSignalEnrichmentFacade.java:59: warning: no @return
03:23:01 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance(
03:23:01 [WARNING] ^
03:23:01 [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
03:23:01 [WARNING] CACHE_ENABLED("cache.enabled", true);
03:23:01 [WARNING] ^
03:23:01 [WARNING] 12 warnings
03:23:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
03:23:01 [INFO] 
03:23:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment ---
03:23:01 [INFO] Tests are skipped.
03:23:01 [INFO] 
03:23:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment ---
03:23:01 [INFO] Tests are skipped.
03:23:01 [INFO] 
03:23:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment ---
03:23:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec
03:23:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes
03:23:01 [INFO] 
03:23:01 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signalenrichment ---
03:23:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar' is disabled.
03:23:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
03:23:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar' is disabled.
03:23:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
03:23:03 [INFO] 
03:23:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment ---
03:23:03 [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
03:23:03 [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
03:23:03 [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
03:23:03 [INFO] 
03:23:03 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signalenrichment ---
03:23:04 [INFO] 
03:23:04 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >-----
03:23:04 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77]
03:23:04 [INFO]   from internal/utils/conditional-headers/pom.xml
03:23:04 [INFO] --------------------------------[ jar ]---------------------------------
03:23:04 [INFO] 
03:23:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
03:23:04 [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
03:23:04 [INFO] 
03:23:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers ---
03:23:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:04 [INFO] All files are up to date, skip goal execution.
03:23:04 [INFO] 
03:23:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers ---
03:23:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources
03:23:04 [INFO] 
03:23:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers ---
03:23:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT...
03:23:04 [INFO] 
03:23:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers ---
03:23:04 [INFO] Changes detected - recompiling the module! :dependency
03:23:04 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
03:23:04 [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.
03:23:04 [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.
03:23:04 [INFO] 
03:23:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers ---
03:23:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources
03:23:04 [INFO] 
03:23:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers ---
03:23:04 [INFO] Changes detected - recompiling the module! :dependency
03:23:04 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
03:23:04 [INFO] 
03:23:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers ---
03:23:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:04 [INFO] Tests are skipped.
03:23:04 [INFO] 
03:23:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers ---
03:23:04 [INFO] 
03:23:04 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers ---
03:23:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
03:23:04 [INFO] 
03:23:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers ---
03:23:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:23:04 [INFO] Configuration changed, re-generating javadoc.
03:23:06 [WARNING] Javadoc Warnings
03:23:06 [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
03:23:06 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional;
03:23:06 [WARNING] ^
03:23:06 [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>
03:23:06 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
03:23:06 [WARNING] ^
03:23:06 [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
03:23:06 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
03:23:06 [WARNING] ^
03:23:06 [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
03:23:06 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
03:23:06 [WARNING] ^
03:23:06 [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
03:23:06 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
03:23:06 [WARNING] ^
03:23:06 [WARNING] 5 warnings
03:23:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
03:23:06 [INFO] 
03:23:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers ---
03:23:06 [INFO] Tests are skipped.
03:23:06 [INFO] 
03:23:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers ---
03:23:06 [INFO] Tests are skipped.
03:23:06 [INFO] 
03:23:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers ---
03:23:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec
03:23:06 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes
03:23:06 [INFO] 
03:23:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-conditional-headers ---
03:23:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar' is disabled.
03:23:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
03:23:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar' is disabled.
03:23:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
03:23:09 [INFO] 
03:23:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers ---
03:23:09 [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
03:23:09 [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
03:23:09 [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
03:23:09 [INFO] 
03:23:09 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-conditional-headers ---
03:23:09 [INFO] 
03:23:09 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------
03:23:09 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77]
03:23:09 [INFO]   from internal/utils/persistent-actors/pom.xml
03:23:09 [INFO] --------------------------------[ jar ]---------------------------------
03:23:09 [INFO] 
03:23:09 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
03:23:09 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:23:09 [INFO] 
03:23:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
03:23: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/utils/persistent-actors/target/jacoco.exec
03:23:09 [INFO] 
03:23:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors ---
03:23:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:09 [INFO] All files are up to date, skip goal execution.
03:23:09 [INFO] 
03:23:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors ---
03:23:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources
03:23:09 [INFO] 
03:23:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors ---
03:23:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT...
03:23:09 [INFO] 
03:23:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors ---
03:23:09 [INFO] Changes detected - recompiling the module! :dependency
03:23:09 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes
03:23:10 [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.
03:23:10 [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.
03:23:10 [INFO] 
03:23:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors ---
03:23:10 [INFO] Copying 6 resources from src/test/resources to target/test-classes
03:23:10 [INFO] 
03:23:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors ---
03:23:10 [INFO] Changes detected - recompiling the module! :dependency
03:23:10 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
03:23:11 [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.
03:23:11 [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.
03:23:11 [INFO] 
03:23:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors ---
03:23:11 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:11 [INFO] Tests are skipped.
03:23:11 [INFO] 
03:23:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors ---
03:23:11 [INFO] 
03:23:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors ---
03:23:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
03:23:11 [INFO] 
03:23:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors ---
03:23:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:23:11 [INFO] Configuration changed, re-generating javadoc.
03:23:14 [WARNING] Javadoc Warnings
03:23:14 [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
03:23:14 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass());
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand);
03:23:14 [WARNING] ^
03:23:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:534: warning: no comment
03:23:14 [WARNING] protected void becomeDeletedHandler() {
03:23:14 [WARNING] ^
03:23:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:684: warning: no comment
03:23:14 [WARNING] protected void handleByCommandStrategy(final C command) {
03:23:14 [WARNING] ^
03:23:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1051: warning: no comment
03:23:14 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) {
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] @Nullable protected ActorRef enforcerChild;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] @Nullable protected E entityId;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected final Duration localAskTimeout;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected final MongoReadJournal mongoReadJournal;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa";
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] @Nullable protected ActorRef persistenceActorChild;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected void becomeTwinSignalProcessingAwaiting() {
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer(
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected void restartChild() {
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() {
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() {
03:23:14 [WARNING] ^
03:23:14 [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>
03:23:14 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) {
03:23:14 [WARNING] ^
03:23:14 [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>
03:23:14 [WARNING] static <E extends Event<?>> Result<E> empty() {
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] public enum Control {
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] SERVICE_REQUESTS_DONE
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] SHUTDOWN,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] STREAM_COMPLETE,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] STREAM_FAILED,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] IN_QUIET_PERIOD,
03:23:14 [WARNING] ^
03:23:14 [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
03:23:14 [WARNING] RUNNING
03:23:14 [WARNING] ^
03:23:14 [WARNING] 37 warnings
03:23:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
03:23:14 [INFO] 
03:23:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors ---
03:23:14 [INFO] Tests are skipped.
03:23:14 [INFO] 
03:23:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors ---
03:23:14 [INFO] Tests are skipped.
03:23:14 [INFO] 
03:23:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors ---
03:23:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec
03:23:14 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes
03:23:14 [INFO] 
03:23:14 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistent-actors ---
03:23:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar' is disabled.
03:23:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
03:23:15 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar' is disabled.
03:23:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
03:23:18 [INFO] 
03:23:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors ---
03:23:18 [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
03:23:18 [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
03:23:18 [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
03:23:18 [INFO] 
03:23:18 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistent-actors ---
03:23:18 [INFO] 
03:23:18 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >-----------
03:23:18 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77]
03:23:18 [INFO]   from internal/utils/protocol/pom.xml
03:23:18 [INFO] --------------------------------[ jar ]---------------------------------
03:23:18 [INFO] 
03:23:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
03:23: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/internal/utils/protocol/target/jacoco.exec
03:23:18 [INFO] 
03:23:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol ---
03:23:18 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:18 [INFO] All files are up to date, skip goal execution.
03:23:18 [INFO] 
03:23:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol ---
03:23:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources
03:23:18 [INFO] 
03:23:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol ---
03:23:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT...
03:23:18 [INFO] 
03:23:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol ---
03:23:18 [INFO] Changes detected - recompiling the module! :dependency
03:23:18 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
03:23:18 [INFO] 
03:23:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol ---
03:23:18 [INFO] Copying 1 resource from src/test/resources to target/test-classes
03:23:18 [INFO] 
03:23:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol ---
03:23:18 [INFO] Changes detected - recompiling the module! :dependency
03:23:18 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
03:23:19 [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.
03:23:19 [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.
03:23:19 [INFO] 
03:23:19 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol ---
03:23:19 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:19 [INFO] Tests are skipped.
03:23:19 [INFO] 
03:23:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol ---
03:23:19 [INFO] 
03:23:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol ---
03:23:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar
03:23:19 [INFO] 
03:23:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol ---
03:23:19 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:23:19 [INFO] Configuration changed, re-generating javadoc.
03:23:20 [WARNING] Javadoc Warnings
03:23:20 [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
03:23:20 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config;
03:23:20 [WARNING] ^
03:23:20 [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
03:23:20 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig);
03:23:20 [WARNING] ^
03:23:20 [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
03:23:20 [WARNING] enum ProtocolConfigValue implements KnownConfigValue {
03:23:20 [WARNING] ^
03:23:20 [WARNING] 3 warnings
03:23:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
03:23:20 [INFO] 
03:23:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol ---
03:23:20 [INFO] Tests are skipped.
03:23:20 [INFO] 
03:23:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol ---
03:23:20 [INFO] Tests are skipped.
03:23:20 [INFO] 
03:23:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol ---
03:23:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec
03:23:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes
03:23:20 [INFO] 
03:23:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-protocol ---
03:23:20 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar' is disabled.
03:23:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar
03:23:21 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar' is disabled.
03:23:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
03:23:22 [INFO] 
03:23:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol ---
03:23:22 [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
03:23:22 [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
03:23:22 [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
03:23:22 [INFO] 
03:23:22 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-protocol ---
03:23:22 [INFO] 
03:23:22 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >----------
03:23:22 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77]
03:23:22 [INFO]   from rql/search-option-parser/pom.xml
03:23:22 [INFO] -------------------------------[ bundle ]-------------------------------
03:23:22 [INFO] 
03:23:22 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
03:23:22 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:23:22 [INFO] 
03:23:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
03:23:22 [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
03:23:22 [INFO] 
03:23:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser ---
03:23:22 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:22 [INFO] All files are up to date, skip goal execution.
03:23:22 [INFO] 
03:23:22 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser ---
03:23:22 [INFO] Copying 0 resource from src/main/resources to target/classes
03:23:22 [INFO] 
03:23:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser ---
03:23:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT...
03:23:22 [INFO] 
03:23:22 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser ---
03:23:22 [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
03:23:22 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ...
03:23:28 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
03:23:28 [WARNING] one warning found
03:23:29 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
03:23:29 1 warning.
03:23:29 [INFO] done compiling
03:23:29 [INFO] compile in 6.7 s
03:23:29 [INFO] 
03:23:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] Changes detected - recompiling the module! :dependency
03:23:29 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
03:23:29 [WARNING] bootstrap class path not set in conjunction with -source 8
03:23:29 [INFO] 
03:23:29 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser ---
03:23: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
03:23:29 [INFO] compile in 0.0 s
03:23:29 [INFO] 
03:23:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources
03:23:29 [INFO] 
03:23:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] Changes detected - recompiling the module! :dependency
03:23:29 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
03:23:29 [WARNING] bootstrap class path not set in conjunction with -source 8
03:23:29 [INFO] 
03:23:29 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser ---
03:23: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
03:23:29 [INFO] compile in 0.0 s
03:23:29 [INFO] 
03:23:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser ---
03:23:29 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:29 [INFO] Tests are skipped.
03:23:29 [INFO] 
03:23:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] 
03:23:29 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser ---
03:23:29 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
03:23:29 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar
03:23:29 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF
03:23:29 [INFO] 
03:23:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] Tests are skipped.
03:23:29 [INFO] 
03:23:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] Tests are skipped.
03:23:29 [INFO] 
03:23:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec
03:23:29 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes
03:23:29 [INFO] 
03:23:29 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-search-option-parser ---
03:23:29 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar' is disabled.
03:23:29 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar
03:23:31 [INFO] 
03:23:31 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser ---
03:23:31 [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
03:23:31 [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
03:23:31 [INFO] 
03:23:31 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser ---
03:23:31 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar
03:23:31 [INFO] Writing OBR metadata
03:23:31 [INFO] 
03:23:31 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-search-option-parser ---
03:23:31 [INFO] 
03:23:31 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-search-option-parser ---
03:23:31 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
03:23:31 [INFO] 
03:23:31 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------
03:23:31 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77]
03:23:31 [INFO]   from internal/utils/search/pom.xml
03:23:31 [INFO] --------------------------------[ jar ]---------------------------------
03:23:31 [INFO] 
03:23:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
03:23:31 [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
03:23:31 [INFO] 
03:23:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search ---
03:23:31 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:31 [INFO] All files are up to date, skip goal execution.
03:23:31 [INFO] 
03:23:31 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search ---
03:23:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources
03:23:31 [INFO] 
03:23:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search ---
03:23:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT...
03:23:31 [INFO] 
03:23:31 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search ---
03:23:31 [INFO] Changes detected - recompiling the module! :dependency
03:23:31 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes
03:23: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.
03:23: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.
03:23:32 [INFO] 
03:23:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search ---
03:23:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources
03:23:32 [INFO] 
03:23:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search ---
03:23:32 [INFO] Changes detected - recompiling the module! :dependency
03:23:32 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
03:23:32 [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.
03:23:32 [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.
03:23:32 [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.
03:23:32 [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.
03:23:32 [INFO] 
03:23:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search ---
03:23:32 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:32 [INFO] Tests are skipped.
03:23:32 [INFO] 
03:23:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search ---
03:23:32 [INFO] 
03:23:32 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search ---
03:23:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar
03:23:32 [INFO] 
03:23:32 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search ---
03:23:32 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:23:32 [INFO] Configuration changed, re-generating javadoc.
03:23:34 [WARNING] Javadoc Warnings
03:23:34 [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
03:23:34 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) {
03:23:34 [WARNING] ^
03:23:34 [WARNING] 1 warning
03:23:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
03:23:34 [INFO] 
03:23:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search ---
03:23:34 [INFO] Tests are skipped.
03:23:34 [INFO] 
03:23:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search ---
03:23:34 [INFO] Tests are skipped.
03:23:34 [INFO] 
03:23:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search ---
03:23:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
03:23:34 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes
03:23:34 [INFO] 
03:23:34 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-search ---
03:23:34 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar' is disabled.
03:23:34 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar
03:23:36 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar' is disabled.
03:23:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
03:23:36 [INFO] 
03:23:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search ---
03:23:36 [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
03:23:36 [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
03:23:36 [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
03:23:36 [INFO] 
03:23:36 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-search ---
03:23:37 [INFO] 
03:23:37 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >-------
03:23:37 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77]
03:23:37 [INFO]   from internal/utils/pubsub-policies/pom.xml
03:23:37 [INFO] --------------------------------[ jar ]---------------------------------
03:23:37 [INFO] 
03:23:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [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
03:23:37 [INFO] 
03:23:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:37 [INFO] All files are up to date, skip goal execution.
03:23:37 [INFO] 
03:23:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources
03:23:37 [INFO] 
03:23:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT...
03:23:37 [INFO] 
03:23:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [INFO] Changes detected - recompiling the module! :dependency
03:23:37 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes
03:23:37 [INFO] 
03:23:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources
03:23:37 [INFO] 
03:23:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [INFO] No sources to compile
03:23:37 [INFO] 
03:23:37 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:37 [INFO] Tests are skipped.
03:23:37 [INFO] 
03:23:37 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [INFO] 
03:23:37 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
03:23:37 [INFO] 
03:23:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies ---
03:23:37 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:23:37 [INFO] Configuration changed, re-generating javadoc.
03:23:39 [WARNING] Javadoc Warnings
03:23:39 [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
03:23:39 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies;
03:23:39 [WARNING] ^
03:23:39 [WARNING] 1 warning
03:23:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
03:23:39 [INFO] 
03:23:39 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies ---
03:23:39 [INFO] Tests are skipped.
03:23:39 [INFO] 
03:23:39 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies ---
03:23:39 [INFO] Tests are skipped.
03:23:39 [INFO] 
03:23:39 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies ---
03:23:39 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:23:39 [INFO] 
03:23:39 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-policies ---
03:23:39 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar' is disabled.
03:23:39 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
03:23:40 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar' is disabled.
03:23:40 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
03:23:40 [INFO] 
03:23:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies ---
03:23:40 [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
03:23:40 [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
03:23:40 [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
03:23:40 [INFO] 
03:23:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-policies ---
03:23:41 [INFO] 
03:23:41 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >--------
03:23:41 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77]
03:23:41 [INFO]   from internal/utils/pubsub-things/pom.xml
03:23:41 [INFO] --------------------------------[ jar ]---------------------------------
03:23:41 [INFO] 
03:23:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
03:23: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-things/target/jacoco.exec
03:23:41 [INFO] 
03:23:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things ---
03:23:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:41 [INFO] All files are up to date, skip goal execution.
03:23:41 [INFO] 
03:23:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things ---
03:23:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources
03:23:41 [INFO] 
03:23:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things ---
03:23:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT...
03:23:41 [INFO] 
03:23:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things ---
03:23:41 [INFO] Changes detected - recompiling the module! :dependency
03:23:41 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes
03:23:41 [INFO] 
03:23:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things ---
03:23:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources
03:23:41 [INFO] 
03:23:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things ---
03:23:41 [INFO] No sources to compile
03:23:41 [INFO] 
03:23:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things ---
03:23:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:41 [INFO] Tests are skipped.
03:23:41 [INFO] 
03:23:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things ---
03:23:41 [INFO] 
03:23:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things ---
03:23:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
03:23:41 [INFO] 
03:23:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things ---
03:23:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:23:41 [INFO] Configuration changed, re-generating javadoc.
03:23:43 [WARNING] Javadoc Warnings
03:23:43 [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
03:23:43 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings;
03:23:43 [WARNING] ^
03:23:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:56: warning: no @param for resubscribe
03:23:43 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber,
03:23:43 [WARNING] ^
03:23:43 [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
03:23:43 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) {
03:23:43 [WARNING] ^
03:23:43 [WARNING] 3 warnings
03:23:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
03:23:43 [INFO] 
03:23:43 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things ---
03:23:43 [INFO] Tests are skipped.
03:23:43 [INFO] 
03:23:43 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things ---
03:23:43 [INFO] Tests are skipped.
03:23:43 [INFO] 
03:23:43 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things ---
03:23:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:23:43 [INFO] 
03:23:43 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-things ---
03:23:43 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar' is disabled.
03:23:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
03:23:43 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar' is disabled.
03:23:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
03:23:44 [INFO] 
03:23:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things ---
03:23: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
03:23: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
03:23: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
03:23:44 [INFO] 
03:23:44 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-things ---
03:23:45 [INFO] 
03:23:45 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------
03:23:45 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT     [67/77]
03:23:45 [INFO]   from connectivity/service/pom.xml
03:23:45 [INFO] --------------------------------[ jar ]---------------------------------
03:23:45 [INFO] 
03:23:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
03:23: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/connectivity/service/target/jacoco.exec
03:23:45 [INFO] 
03:23:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service ---
03:23:45 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:23:45 [INFO] All files are up to date, skip goal execution.
03:23:45 [INFO] 
03:23:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service ---
03:23:45 [INFO] Copying 1 resource from src/main/resources to target/classes
03:23:45 [INFO] Copying 8 resources from src/main/resources to target/classes
03:23:45 [INFO] 
03:23:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service ---
03:23:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT...
03:23:45 [INFO] 
03:23:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service ---
03:23:45 [INFO] Changes detected - recompiling the module! :dependency
03:23:45 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes
03:23:51 [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
03:23:51 [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
03:23:51 [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
03:23:51 [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
03:23:51 [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
03:23:51 [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
03:23:51 [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
03:23:51 [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
03:23:51 [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.
03:23:51 [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.
03:23:51 [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.
03:23:51 [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.
03:23:51 [INFO] 
03:23:51 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service ---
03:23:51 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar
03:23:51 [INFO] protobufjs-6.11.2.jar already unpacked.
03:23:51 [INFO] 
03:23:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service ---
03:23:51 [INFO] Copying 39 resources from src/test/resources to target/test-classes
03:23:51 [INFO] 
03:23:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service ---
03:23:51 [INFO] Changes detected - recompiling the module! :dependency
03:23:51 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes
03:23:57 [WARNING] Implicitly compiled files were not subject to annotation processing.
03:23:57   Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
03:23:57 [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.
03:23:57 [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.
03:23:57 [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.
03:23:57 [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.
03:23:57 [INFO] 
03:23:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service ---
03:23:57 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:23:57 [INFO] Tests are skipped.
03:23:57 [INFO] 
03:23:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service ---
03:23:57 [INFO] 
03:23:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service ---
03:23:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar
03:23:58 [INFO] 
03:23:58 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service ---
03:23:58 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:23:58 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:23:58 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:23:58 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:23:58 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:23:58 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:23:58 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:23:58 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:23:58 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:23:58 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:23:58 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:23:58 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:23:58 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:23:58 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:23:58 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:23:58 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:23:58 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:23:58 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:23:58 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:23:58 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:23:58 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:23:58 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:23:58 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:23:58 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:23:58 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:23:58 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:23:58 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:23:58 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:23:58 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:23:58 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:23:58 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:23:58 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:23:58 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:23:58 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:23:58 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar.
03:23:58 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar.
03:23:58 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar.
03:23:58 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar.
03:23:58 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar.
03:23:58 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
03:23:58 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar.
03:23:58 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar.
03:23:58 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:23:58 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:23:58 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar.
03:23:58 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar.
03:23:58 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar.
03:23:58 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
03:23:58 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar.
03:23:58 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:23:58 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar.
03:23:58 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar.
03:23:58 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:23:58 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:23:58 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar.
03:23:58 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:23:58 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:23:58 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:23:58 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar.
03:23:58 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar.
03:23:58 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar.
03:23:58 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar.
03:23:58 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar.
03:23:58 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar.
03:23:58 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:23:58 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:23:58 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:23:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:23:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:23:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:23:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:23:59 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:24:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:24:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:24:03 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:24:08 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:24:08 [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: 
03:24:08 [WARNING]   - META-INF/NOTICE.md
03:24:08 [WARNING] jcl-over-slf4j-2.0.11.jar, jul-to-slf4j-2.0.11.jar, rhino-runtime-1.7.14.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:24:08 [WARNING]   - META-INF/LICENSE.txt
03:24:08 [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, jcl-over-slf4j-2.0.11.jar, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:24:08 [WARNING]   - META-INF.versions.9.module-info
03:24:08 [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: 
03:24:08 [WARNING]   - META-INF/io.netty.versions.properties
03:24:08 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
03:24:08 [WARNING]   - .cache/formatter-maven-cache.properties
03:24:08 [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: 
03:24:08 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:24:08 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:24:08 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
03:24:08 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
03:24:08 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
03:24:08 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
03:24:08 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
03:24:08 [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.11.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.11.jar, jcl-over-slf4j-2.0.11.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-2.0.11.jar, kafka-clients-3.5.1.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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-2.0.11.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: 
03:24:08 [WARNING]   - META-INF/MANIFEST.MF
03:24:08 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:24:08 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:24:08 [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: 
03:24:08 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:24:08 [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: 
03:24:08 [WARNING]   - META-INF/DISCLAIMER
03:24:08 [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: 
03:24:08 [WARNING]   - META-INF/LICENSE
03:24:08 [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: 
03:24:08 [WARNING]   - META-INF/DEPENDENCIES
03:24:08 [WARNING] maven-shade-plugin has detected that some files are
03:24:08 [WARNING] present in two or more JARs. When this happens, only one
03:24:08 [WARNING] single version of the file is copied to the uber jar.
03:24:08 [WARNING] Usually this is not harmful and you can skip these warnings,
03:24:08 [WARNING] otherwise try to manually exclude artifacts based on
03:24:08 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:24:08 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:24:09 [INFO] Attaching shaded artifact.
03:24:09 [INFO] 
03:24:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service ---
03:24:09 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:24:09 [INFO] Configuration changed, re-generating javadoc.
03:24:16 [WARNING] Javadoc Warnings
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.config;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] package org.eclipse.ditto.connectivity.service.util;
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message);
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment
03:24:16 [WARNING] protected final ActorSystem actorSystem;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment
03:24:16 [WARNING] protected final Config config;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment
03:24:16 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment
03:24:16 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment
03:24:16 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment
03:24:16 [WARNING] protected static boolean isError(final Adaptable adaptable) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment
03:24:16 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment
03:24:16 [WARNING] protected static boolean isResponse(final Adaptable adaptable) {
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl");
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl");
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) {
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) {
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement,
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement,
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static void validateSourceQoS(final int qos,
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) {
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static void validateTargetQoS(final int qos,
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected static void validateExtraFields(final Target target) {
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for clientConnected
03:24:16 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @param for data
03:24:16 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1227: warning: no @return
03:24:16 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1244: warning: no @param for clientConnected
03:24:16 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors(
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:773: warning: no comment
03:24:16 [WARNING] protected abstract ActorRef getPublisherActor();
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal,
03:24:16 [WARNING] ^
03:24:16 [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
03:24:16 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 =
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2201: warning: no comment
03:24:16 [WARNING] public interface ReconnectTimeoutStrategy {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment
03:24:16 [WARNING] protected final UUID actorUuid;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment
03:24:16 [WARNING] protected final ChildActorNanny childActorNanny;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment
03:24:16 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment
03:24:16 [WARNING] protected final ConnectionLogger connectionLogger;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment
03:24:16 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment
03:24:16 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment
03:24:16 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance());
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment
03:24:16 [WARNING] protected BaseClientActor(final Connection connection,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1674: warning: no comment
03:24:16 [WARNING] protected boolean canConnectViaSocket(final Connection connection) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment
03:24:16 [WARNING] protected ConnectivityConfig connectivityConfig() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1206: warning: no comment
03:24:16 [WARNING] protected final SshTunnelState getSshTunnelState() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1904: warning: no comment
03:24:16 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2427: warning: no comment
03:24:16 [WARNING] ACKREGATOR_STARTED,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2428: warning: no comment
03:24:16 [WARNING] ACKREGATOR_STOPPED,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment
03:24:16 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2423: warning: no comment
03:24:16 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment
03:24:16 [WARNING] INIT_COMPLETE,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2424: warning: no comment
03:24:16 [WARNING] RESUBSCRIBE,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2426: warning: no comment
03:24:16 [WARNING] SERVICE_REQUESTS_DONE,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2425: warning: no comment
03:24:16 [WARNING] SERVICE_UNBIND,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2429: warning: no comment
03:24:16 [WARNING] SHUTDOWN_TIMEOUT
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2360: warning: no comment
03:24:16 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2370: warning: no comment
03:24:16 [WARNING] public ConnectionFailure getFailure() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2374: warning: no comment
03:24:16 [WARNING] public boolean isSuccess() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2356: warning: no comment
03:24:16 [WARNING] public static InitializationResult success() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2203: warning: no comment
03:24:16 [WARNING] boolean canReconnect();
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2209: warning: no comment
03:24:16 [WARNING] Duration getNextBackoff();
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2207: warning: no comment
03:24:16 [WARNING] Duration getNextTimeout();
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2205: warning: no comment
03:24:16 [WARNING] void reset();
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment
03:24:16 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment
03:24:16 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return
03:24:16 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment
03:24:16 [WARNING] protected final ConnectionId connectionId;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment
03:24:16 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment
03:24:16 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment
03:24:16 [WARNING] protected final ConnectionMonitor inboundMonitor;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment
03:24:16 [WARNING] protected final Source source;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment
03:24:16 [WARNING] protected final String sourceAddress;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment
03:24:16 [WARNING] protected BaseConsumerActor(final Connection connection,
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment
03:24:16 [WARNING] protected ResourceStatus getCurrentSourceStatus() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment
03:24:16 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment
03:24:16 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment
03:24:16 [WARNING] protected void resetResourceStatus() {
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment
03:24:16 [WARNING] protected final Connection connection;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment
03:24:16 [WARNING] protected final ConnectionConfig connectionConfig;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment
03:24:16 [WARNING] protected final ExpressionResolver connectionIdResolver;
03:24:16 [WARNING] ^
03:24:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment
03:24:16 [WARNING] protected final ConnectionLogger connectionLogger;
03:24:16 [WARNING] ^
03:24:16 [WARNING] 100 warnings
03:24:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
03:24:16 [INFO] 
03:24:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service ---
03:24:16 [INFO] Tests are skipped.
03:24:16 [INFO] 
03:24:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service ---
03:24:16 [INFO] Tests are skipped.
03:24:16 [INFO] 
03:24:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service ---
03:24:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec
03:24:16 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes
03:24:18 [INFO] 
03:24:18 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-service ---
03:24:18 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar' is disabled.
03:24:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar
03:24:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar' is disabled.
03:24:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar
03:25:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar' is disabled.
03:25:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
03:25:08 [INFO] 
03:25:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service ---
03:25:08 [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
03:25:08 [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
03:25:08 [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
03:25:08 [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
03:25:08 [INFO] 
03:25:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-service ---
03:25:13 [INFO] 
03:25:13 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
03:25:13 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT               [68/77]
03:25:13 [INFO]   from documentation/pom.xml
03:25:13 [INFO] --------------------------------[ pom ]---------------------------------
03:25:13 [INFO] 
03:25:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
03:25: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/documentation/target/jacoco.exec
03:25:14 [INFO] 
03:25:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation ---
03:25:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
03:25:14 [INFO] 
03:25:14 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation ---
03:25:14 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:25:14 [INFO] 
03:25:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation ---
03:25:14 [INFO] Tests are skipped.
03:25:14 [INFO] 
03:25:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation ---
03:25:14 [INFO] Tests are skipped.
03:25:14 [INFO] 
03:25:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation ---
03:25:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:25:14 [INFO] 
03:25:14 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-documentation ---
03:25:14 [INFO] 
03:25:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation ---
03:25:14 [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
03:25:14 [INFO] 
03:25:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-documentation ---
03:25:15 [INFO] 
03:25:15 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >-------------------
03:25:15 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT                     [69/77]
03:25:15 [INFO]   from gateway/pom.xml
03:25:15 [INFO] --------------------------------[ pom ]---------------------------------
03:25:15 [INFO] 
03:25:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
03:25: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/gateway/target/jacoco.exec
03:25:15 [INFO] 
03:25:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway ---
03:25:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:25:15 [INFO] The goal is skip due to packaging 'pom'
03:25:15 [INFO] 
03:25:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway ---
03:25:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT...
03:25:15 [INFO] 
03:25:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway ---
03:25:15 [INFO] 
03:25:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway ---
03:25:15 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
03:25:15 [INFO] 
03:25:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway ---
03:25:15 [INFO] Tests are skipped.
03:25:15 [INFO] 
03:25:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway ---
03:25:15 [INFO] Tests are skipped.
03:25:15 [INFO] 
03:25:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway ---
03:25:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:25:15 [INFO] 
03:25:15 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway ---
03:25:15 [INFO] 
03:25:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway ---
03:25:15 [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
03:25:15 [INFO] 
03:25:15 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway ---
03:25:15 [INFO] 
03:25:15 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >-----------------
03:25:15 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT              [70/77]
03:25:15 [INFO]   from gateway/api/pom.xml
03:25:15 [INFO] --------------------------------[ jar ]---------------------------------
03:25:15 [INFO] 
03:25:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
03:25: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/gateway/api/target/jacoco.exec
03:25:15 [INFO] 
03:25:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api ---
03:25:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:25:15 [INFO] All files are up to date, skip goal execution.
03:25:15 [INFO] 
03:25:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api ---
03:25:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources
03:25:15 [INFO] 
03:25:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api ---
03:25:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT...
03:25:15 [INFO] 
03:25:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api ---
03:25:15 [INFO] Changes detected - recompiling the module! :dependency
03:25:15 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
03:25:15 [INFO] 
03:25:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api ---
03:25:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources
03:25:15 [INFO] 
03:25:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api ---
03:25:15 [INFO] Changes detected - recompiling the module! :dependency
03:25:15 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
03:25:15 [INFO] 
03:25:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api ---
03:25:15 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:25:15 [INFO] Tests are skipped.
03:25:15 [INFO] 
03:25:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api ---
03:25:15 [INFO] 
03:25:15 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api ---
03:25:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar
03:25:16 [INFO] 
03:25:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api ---
03:25:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:25:16 [INFO] Configuration changed, re-generating javadoc.
03:25:17 [WARNING] Javadoc Warnings
03:25:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment
03:25:17 [WARNING] package org.eclipse.ditto.gateway.api;
03:25:17 [WARNING] ^
03:25:17 [WARNING] 1 warning
03:25:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
03:25:17 [INFO] 
03:25:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api ---
03:25:17 [INFO] Tests are skipped.
03:25:17 [INFO] 
03:25:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api ---
03:25:17 [INFO] Tests are skipped.
03:25:17 [INFO] 
03:25:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api ---
03:25:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec
03:25:17 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes
03:25:17 [INFO] 
03:25:17 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-api ---
03:25:17 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar' is disabled.
03:25:17 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar
03:25:18 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar' is disabled.
03:25:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
03:25:19 [INFO] 
03:25:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api ---
03:25:19 [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
03:25:19 [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
03:25:19 [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
03:25:19 [INFO] 
03:25:19 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-api ---
03:25:20 [INFO] 
03:25:20 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >-------------
03:25:20 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT   [71/77]
03:25:20 [INFO]   from internal/utils/http/pom.xml
03:25:20 [INFO] --------------------------------[ jar ]---------------------------------
03:25:20 [INFO] 
03:25:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
03:25: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/internal/utils/http/target/jacoco.exec
03:25:20 [INFO] 
03:25:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http ---
03:25:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:25:20 [INFO] All files are up to date, skip goal execution.
03:25:20 [INFO] 
03:25:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http ---
03:25:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources
03:25:20 [INFO] 
03:25:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http ---
03:25:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT...
03:25:20 [INFO] 
03:25:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http ---
03:25:20 [INFO] Changes detected - recompiling the module! :dependency
03:25:20 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
03:25:20 [INFO] 
03:25:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http ---
03:25:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources
03:25:20 [INFO] 
03:25:20 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http ---
03:25:20 [INFO] No sources to compile
03:25:20 [INFO] 
03:25:20 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http ---
03:25:20 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:25:20 [INFO] Tests are skipped.
03:25:20 [INFO] 
03:25:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http ---
03:25:20 [INFO] 
03:25:20 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http ---
03:25:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar
03:25:20 [INFO] 
03:25:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http ---
03:25:20 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:25:20 [INFO] Configuration changed, re-generating javadoc.
03:25:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
03:25:22 [INFO] 
03:25:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http ---
03:25:22 [INFO] Tests are skipped.
03:25:22 [INFO] 
03:25:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http ---
03:25:22 [INFO] Tests are skipped.
03:25:22 [INFO] 
03:25:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http ---
03:25:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:25:22 [INFO] 
03:25:22 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-http ---
03:25:22 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar' is disabled.
03:25:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar
03:25:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar' is disabled.
03:25:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
03:25:23 [INFO] 
03:25:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http ---
03:25:23 [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
03:25:23 [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
03:25:23 [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
03:25:23 [INFO] 
03:25:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-http ---
03:25:24 [INFO] 
03:25:24 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >-------------
03:25:24 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT    [72/77]
03:25:24 [INFO]   from internal/utils/jwt/pom.xml
03:25:24 [INFO] --------------------------------[ jar ]---------------------------------
03:25:24 [INFO] 
03:25:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
03:25: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/jwt/target/jacoco.exec
03:25:24 [INFO] 
03:25:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt ---
03:25:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:25:24 [INFO] All files are up to date, skip goal execution.
03:25:24 [INFO] 
03:25:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt ---
03:25:24 [INFO] Copying 2 resources from src/main/resources to target/classes
03:25:24 [INFO] 
03:25:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt ---
03:25:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT...
03:25:24 [INFO] 
03:25:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt ---
03:25:24 [INFO] Changes detected - recompiling the module! :dependency
03:25:24 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
03:25:24 [INFO] 
03:25:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt ---
03:25:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources
03:25:24 [INFO] 
03:25:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt ---
03:25:24 [INFO] Changes detected - recompiling the module! :dependency
03:25:24 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
03:25:25 [INFO] 
03:25:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt ---
03:25:25 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:25:25 [INFO] Tests are skipped.
03:25:25 [INFO] 
03:25:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt ---
03:25:25 [INFO] 
03:25:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt ---
03:25:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar
03:25:25 [INFO] 
03:25:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt ---
03:25:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:25:25 [INFO] Configuration changed, re-generating javadoc.
03:25:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
03:25:26 [INFO] 
03:25:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt ---
03:25:26 [INFO] Tests are skipped.
03:25:26 [INFO] 
03:25:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt ---
03:25:26 [INFO] Tests are skipped.
03:25:26 [INFO] 
03:25:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt ---
03:25:26 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec
03:25:26 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes
03:25:26 [INFO] 
03:25:26 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-jwt ---
03:25:26 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar' is disabled.
03:25:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar
03:25:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar' is disabled.
03:25:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
03:25:29 [INFO] 
03:25:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt ---
03:25:29 [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
03:25:29 [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
03:25:29 [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
03:25:29 [INFO] 
03:25:29 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-jwt ---
03:25:29 [INFO] 
03:25:29 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >---------------
03:25:29 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT          [73/77]
03:25:29 [INFO]   from gateway/service/pom.xml
03:25:29 [INFO] --------------------------------[ jar ]---------------------------------
03:25:29 [INFO] 
03:25:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
03:25: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/gateway/service/target/jacoco.exec
03:25:29 [INFO] 
03:25:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service ---
03:25:29 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:25:29 [INFO] All files are up to date, skip goal execution.
03:25:29 [INFO] 
03:25:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service ---
03:25:29 [INFO] Copying 1 resource from src/main/resources to target/classes
03:25:29 [INFO] Copying 5 resources from src/main/resources to target/classes
03:25:29 [INFO] 
03:25:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service ---
03:25:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT...
03:25:29 [INFO] 
03:25:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service ---
03:25:29 [INFO] Changes detected - recompiling the module! :dependency
03:25:29 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes
03:25:32 [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.
03:25:32 [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.
03:25:32 [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.
03:25:32 [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.
03:25:32 [INFO] 
03:25:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service ---
03:25:32 [INFO] Copying 18 resources from src/test/resources to target/test-classes
03:25:32 [INFO] 
03:25:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service ---
03:25:32 [INFO] Changes detected - recompiling the module! :dependency
03:25:32 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes
03:25:33 [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.
03:25:33 [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.
03:25:33 [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.
03:25:33 [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.
03:25:33 [INFO] 
03:25:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service ---
03:25:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:25:33 [INFO] Tests are skipped.
03:25:33 [INFO] 
03:25:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service ---
03:25:33 [INFO] 
03:25:33 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service ---
03:25:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar
03:25:33 [INFO] 
03:25:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service ---
03:25:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:25:33 [INFO] Configuration changed, re-generating javadoc.
03:25:38 [WARNING] Javadoc Warnings
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/AuthenticationResultOrTimeout.java:30: warning: empty <p> tag
03:25:38 [WARNING] * <p>
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/policies/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/sse/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/things/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/whoami/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/proxy/actors/package-info.java:15: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/package-info.java:15: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/package-info.java:15: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/starter/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.starter;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.streaming;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.util.config;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/endpoints/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/streaming/package-info.java:14: warning: no comment
03:25:38 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:70: warning: no comment
03:25:38 [WARNING] protected final int connectionsRetrieveLimit;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:71: warning: no comment
03:25:38 [WARNING] protected final Duration defaultTimeout;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:68: warning: no comment
03:25:38 [WARNING] protected final ActorRef edgeCommandForwarder;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:72: warning: no comment
03:25:38 [WARNING] protected RetrieveConnections initialCommand;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:67: warning: no comment
03:25:38 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass());
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:69: warning: no comment
03:25:38 [WARNING] protected final ActorRef sender;
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:74: warning: no comment
03:25:38 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:254: warning: no comment
03:25:38 [WARNING] protected void handleTimeout() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:96: warning: no comment
03:25:38 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:94: warning: no comment
03:25:38 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections);
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:100: warning: no comment
03:25:38 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractConnectionsRetrievalActor.java:269: warning: no comment
03:25:38 [WARNING] protected void stop() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:131: warning: no comment
03:25:38 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor,
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:701: warning: no comment
03:25:38 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request,
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @param for responseStage
03:25:38 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:279: warning: no @return
03:25:38 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:304: warning: no comment
03:25:38 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData(
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:196: warning: no comment
03:25:38 [WARNING] protected Route handlePerRequest(final RequestContext ctx,
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:185: warning: no comment
03:25:38 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:189: warning: no comment
03:25:38 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command,
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/AbstractRoute.java:208: warning: no comment
03:25:38 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for ctx
03:25:38 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/cloudevents/CloudEventsRoute.java:98: warning: no @param for dittoHeaders
03:25:38 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:105: warning: no comment
03:25:38 [WARNING] public AuthorizationContext getConnectionAuthContext() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:85: warning: no comment
03:25:38 [WARNING] public String getConnectionCorrelationId() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:101: warning: no comment
03:25:38 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:81: warning: no comment
03:25:38 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:97: warning: no comment
03:25:38 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:113: warning: no comment
03:25:38 [WARNING] public Optional<KillSwitch> getKillSwitch() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:109: warning: no comment
03:25:38 [WARNING] public List<String> getNamespaces() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:93: warning: no comment
03:25:38 [WARNING] public Optional<Instant> getSessionExpirationTime() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:89: warning: no comment
03:25:38 [WARNING] public String getType() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsParameter.java:26: warning: no comment
03:25:38 [WARNING] IDS_ONLY("ids-only"),
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/ConnectionsRetrievalActorPropsFactory.java:60: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/connections/ConnectionsRoute.java:107: warning: no @param for ctx
03:25:38 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomApiRoutesProvider.java:70: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:26: warning: no comment
03:25:38 [WARNING] enum RequestType {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:27: warning: no comment
03:25:38 [WARNING] API,
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:29: warning: no comment
03:25:38 [WARNING] SSE
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/CustomHeadersHandler.java:28: warning: no comment
03:25:38 [WARNING] WS,
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/DefaultConnectionsRetrievalActorPropsFactory.java:28: warning: no comment
03:25:38 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DefaultJwtAuthenticationResultProvider.java:38: warning: no comment
03:25:38 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirective.java:24: warning: no comment
03:25:38 [WARNING] Route authenticateDevOps(final String realm, final Route inner);
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:19: warning: no comment
03:25:38 [WARNING] public final class DevopsAuthenticationDirectiveFactory {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:58: warning: no comment
03:25:38 [WARNING] public DevopsAuthenticationDirective devops() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:31: warning: no comment
03:25:38 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance(
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevopsAuthenticationDirectiveFactory.java:42: warning: no comment
03:25:38 [WARNING] public DevopsAuthenticationDirective status() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:36: warning: no comment
03:25:38 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:24: warning: no comment
03:25:38 [WARNING] BASIC("basic");
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/security/DevopsAuthenticationMethod.java:23: warning: no comment
03:25:38 [WARNING] OAUTH2("oauth2"),
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DevOpsInsecureAuthenticationDirective.java:30: warning: no comment
03:25:38 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for ctx
03:25:38 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java:102: warning: no @param for queryParameters
03:25:38 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:35: warning: no @param for jwtAuthenticationFactory
03:25:38 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:42: warning: no @param for jwtAuthenticationFactory
03:25:38 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/DittoGatewayAuthenticationDirectiveFactory.java:51: warning: no comment
03:25:38 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/DittoJwtAuthorizationSubjectsProvider.java:47: warning: no comment
03:25:38 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/EncodingEnsuringDirective.java:44: warning: no comment
03:25:38 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/directives/auth/GatewayAuthenticationDirectiveFactory.java:63: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment
03:25:38 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/utils/GatewaySignalEnrichmentProvider.java:66: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:102: warning: no comment
03:25:38 [WARNING] ENABLED("enabled", true),
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/util/config/health/HealthCheckConfig.java:104: warning: no comment
03:25:38 [WARNING] EXPECTED("expected",
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:42: warning: no @param for innerRoute
03:25:38 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute);
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/HttpBindFlowProvider.java:62: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:68: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/HttpRequestActorPropsFactory.java:58: warning: no comment
03:25:38 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:36: warning: no comment
03:25:38 [WARNING] public final class HttpUtils {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/utils/HttpUtils.java:114: warning: no comment
03:25:38 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/websocket/IncomingWebSocketEventSniffer.java:60: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkException.java:15: warning: no comment
03:25:38 [WARNING] public interface JwkException {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwkInvalidException.java:28: warning: no comment
03:25:38 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:71: warning: no comment
03:25:38 [WARNING] public JwtValidator getJwtValidator() {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationFactory.java:98: warning: no comment
03:25:38 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthenticationResultProvider.java:63: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtAuthorizationSubjectsProvider.java:60: warning: no comment
03:25:38 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> {
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:58: warning: no comment
03:25:38 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs(
03:25:38 [WARNING] ^
03:25:38 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:64: warning: no comment
03:25:38 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) {
03:25:38 [WARNING] ^
03:25:38 [WARNING] 100 warnings
03:25:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
03:25:39 [INFO] 
03:25:39 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service ---
03:25:39 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar.
03:25:39 [INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar.
03:25:39 [INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar.
03:25:39 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar.
03:25:39 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:25:39 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:25:39 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:25:39 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:25:39 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:25:39 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:25:39 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:25:39 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:25:39 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:25:39 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:25:39 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:25:39 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:25:39 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:25:39 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:25:39 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:25:39 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:25:39 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:25:39 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:25:39 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:25:39 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:25:39 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:25:39 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:25:39 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:25:39 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:25:39 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:25:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:25:39 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:25:39 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:25:39 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:25:39 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:25:39 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:25:39 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:25:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:25:39 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:25:39 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:25:39 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:25:39 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:25:39 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:25:39 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:25:39 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:25:39 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:25:39 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:25:39 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:25:39 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:25:39 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:25:39 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:25:39 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:25:39 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:25:39 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:25:39 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:25:39 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:25:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:44 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:44 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:44 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:25:46 [WARNING] agrona-1.15.1.jar, annotations-13.0.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, cloudevents-api-2.3.0.jar, cloudevents-core-2.3.0.jar, cloudevents-http-basic-2.3.0.jar, commons-compiler-3.1.11.jar, config-1.4.2.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-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-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-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-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-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-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, janino-3.1.11.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jjwt-api-0.11.5.jar, jjwt-impl-0.11.5.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:25:46 [WARNING]   - META-INF/MANIFEST.MF
03:25:46 [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-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-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-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-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-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-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 2 overlapping resources: 
03:25:46 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:25:46 [WARNING]   - META-INF/NOTICE.md
03:25:46 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:25:46 [WARNING]   - META-INF/LICENSE.txt
03:25:46 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:25:46 [WARNING]   - META-INF.versions.9.module-info
03:25:46 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
03:25:46 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
03:25:46 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
03:25:46 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
03:25:46 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
03:25:46 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:25:46 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:25:46 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:25:46 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:25:46 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:25:46 [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-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: 
03:25:46 [WARNING]   - META-INF/DISCLAIMER
03:25:46 [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-edge-service-0-SNAPSHOT.jar, ditto-gateway-api-0-SNAPSHOT.jar, ditto-gateway-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-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-http-0-SNAPSHOT.jar, ditto-internal-utils-jwt-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-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-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: 
03:25:46 [WARNING]   - META-INF/LICENSE
03:25:46 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:25:46 [WARNING]   - META-INF/io.netty.versions.properties
03:25:46 [WARNING] maven-shade-plugin has detected that some files are
03:25:46 [WARNING] present in two or more JARs. When this happens, only one
03:25:46 [WARNING] single version of the file is copied to the uber jar.
03:25:46 [WARNING] Usually this is not harmful and you can skip these warnings,
03:25:46 [WARNING] otherwise try to manually exclude artifacts based on
03:25:46 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:25:46 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:25:46 [INFO] Attaching shaded artifact.
03:25:46 [INFO] 
03:25:46 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service ---
03:25:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar
03:25:46 [INFO] 
03:25:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service ---
03:25:46 [INFO] Tests are skipped.
03:25:46 [INFO] 
03:25:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service ---
03:25:46 [INFO] Tests are skipped.
03:25:46 [INFO] 
03:25:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service ---
03:25:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec
03:25:46 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes
03:25:46 [INFO] 
03:25:46 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-service ---
03:25:46 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar' is disabled.
03:25:46 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar
03:25:47 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar' is disabled.
03:25:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
03:25:51 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar' is disabled.
03:25:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar
03:26:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar' is disabled.
03:26:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar
03:26:08 [INFO] 
03:26:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service ---
03:26:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT.pom
03:26:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT.jar
03:26:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
03:26:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-allinone.jar
03:26:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-service/0-SNAPSHOT/ditto-gateway-service-0-SNAPSHOT-tests.jar
03:26:08 [INFO] 
03:26:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-service ---
03:26:12 [INFO] 
03:26:12 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >--------------
03:26:12 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT         [74/77]
03:26:12 [INFO]   from policies/service/pom.xml
03:26:12 [INFO] --------------------------------[ jar ]---------------------------------
03:26:12 [INFO] 
03:26:12 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
03:26:12 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
03:26:12 [INFO] 
03:26:12 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
03:26:12 [INFO] Assigning port '34767' to property 'random-pekko-tcp-port'
03:26:12 [INFO] 
03:26:12 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
03:26: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/policies/service/target/jacoco.exec
03:26:12 [INFO] 
03:26:12 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service ---
03:26:12 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:26:12 [INFO] All files are up to date, skip goal execution.
03:26:12 [INFO] 
03:26:12 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service ---
03:26:12 [INFO] Copying 1 resource from src/main/resources to target/classes
03:26:12 [INFO] Copying 5 resources from src/main/resources to target/classes
03:26:12 [INFO] 
03:26:12 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service ---
03:26:12 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT...
03:26:12 [INFO] 
03:26:12 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service ---
03:26:12 [INFO] Changes detected - recompiling the module! :dependency
03:26:12 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes
03:26:13 [INFO] 
03:26:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service ---
03:26:13 [INFO] Copying 8 resources from src/test/resources to target/test-classes
03:26:13 [INFO] 
03:26:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service ---
03:26:13 [INFO] Changes detected - recompiling the module! :dependency
03:26:13 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
03:26:15 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java uses or overrides a deprecated API.
03:26:15 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActorTest.java: Recompile with -Xlint:deprecation for details.
03:26:15 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Some input files use unchecked or unsafe operations.
03:26:15 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/test/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActorIT.java: Recompile with -Xlint:unchecked for details.
03:26:15 [INFO] 
03:26:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service ---
03:26:15 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:26:15 [INFO] Tests are skipped.
03:26:15 [INFO] 
03:26:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service ---
03:26:15 [INFO] 
03:26:15 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service ---
03:26:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar
03:26:15 [INFO] 
03:26:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service ---
03:26:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:26:15 [INFO] Configuration changed, re-generating javadoc.
03:26:18 [WARNING] Javadoc Warnings
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.common.config;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.enforcement;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/pre/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/announcements/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/commands/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/package-info.java:14: warning: no comment
03:26:18 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer;
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:36: warning: no comment
03:26:18 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES =
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/AbstractPolicyMongoEventAdapter.java:40: warning: no comment
03:26:18 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) {
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/serializer/DefaultPolicyMongoEventAdapter.java:25: warning: no comment
03:26:18 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) {
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/DefaultSubjectIdFromActionResolver.java:33: warning: no comment
03:26:18 [WARNING] public DefaultSubjectIdFromActionResolver() {
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:15: warning: no comment
03:26:18 [WARNING] public final class PoliciesPlaceholders {
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/resolvers/PoliciesPlaceholders.java:21: warning: no comment
03:26:18 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() {
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/enforcement/PolicyCommandEnforcement.java:219: warning: no @param for <T>
03:26:18 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse(
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/common/config/PolicyConfig.java:93: warning: no comment
03:26:18 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver",
03:26:18 [WARNING] ^
03:26:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicyPersistenceOperationsActor.java:39: warning: no comment
03:26:18 [WARNING] public static final String ACTOR_NAME = "policyOps";
03:26:18 [WARNING] ^
03:26:18 [WARNING] 18 warnings
03:26:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar
03:26:18 [INFO] 
03:26:18 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service ---
03:26:18 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:26:18 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:26:18 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:26:18 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:26:18 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:26:18 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:26:18 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:26:18 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:26:18 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:26:18 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:26:18 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:26:18 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:26:18 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:26:18 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:26:18 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:26:18 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:26:18 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:26:18 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:26:18 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:26:18 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:26:18 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:26:18 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:26:18 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:26:18 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:26:18 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:26:18 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:26:18 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:26:18 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:26:18 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:26:18 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:26:18 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:26:18 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:26:18 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:26:18 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:26:18 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:26:18 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:26:18 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:26:18 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:26:18 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:26:18 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:26:18 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:26:18 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:26:18 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:26:18 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:26:18 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:26:18 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:26:18 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:26:18 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:26:18 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:26:18 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:26:18 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:26:18 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:26:18 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:26:18 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:26:18 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:26:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:21 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:24 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:26:24 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-policies-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar define 2 overlapping resources: 
03:26:24 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:26:24 [WARNING]   - META-INF/NOTICE.md
03:26:24 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:26:24 [WARNING]   - META-INF/LICENSE.txt
03:26:24 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:26:24 [WARNING]   - META-INF.versions.9.module-info
03:26:24 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:26:24 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:26:24 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:26:24 [WARNING] agrona-1.15.1.jar, annotations-13.0.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.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-policies-service-0-SNAPSHOT.jar, ditto-utils-result-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, janino-3.1.11.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:26:24 [WARNING]   - META-INF/MANIFEST.MF
03:26:24 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:26:24 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:26:24 [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-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: 
03:26:24 [WARNING]   - META-INF/DISCLAIMER
03:26:24 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:26:24 [WARNING]   - META-INF/io.netty.versions.properties
03:26:24 [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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-policies-service-0-SNAPSHOT.jar, ditto-utils-result-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-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: 
03:26:24 [WARNING]   - META-INF/LICENSE
03:26:24 [WARNING] maven-shade-plugin has detected that some files are
03:26:24 [WARNING] present in two or more JARs. When this happens, only one
03:26:24 [WARNING] single version of the file is copied to the uber jar.
03:26:24 [WARNING] Usually this is not harmful and you can skip these warnings,
03:26:24 [WARNING] otherwise try to manually exclude artifacts based on
03:26:24 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:26:24 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:26:24 [INFO] Attaching shaded artifact.
03:26:24 [INFO] 
03:26:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service ---
03:26:24 [INFO] Tests are skipped.
03:26:24 [INFO] 
03:26:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service ---
03:26:24 [INFO] Tests are skipped.
03:26:24 [INFO] 
03:26:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service ---
03:26:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec
03:26:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes
03:26:25 [INFO] 
03:26:25 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-service ---
03:26:25 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar' is disabled.
03:26:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar
03:26:26 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar' is disabled.
03:26:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar
03:26:29 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar' is disabled.
03:26:30 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar
03:26:59 [INFO] 
03:26:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service ---
03:26:59 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT.pom
03:26:59 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT.jar
03:26:59 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT-javadoc.jar
03:26:59 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-service/0-SNAPSHOT/ditto-policies-service-0-SNAPSHOT-allinone.jar
03:26:59 [INFO] 
03:26:59 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-service ---
03:27:03 [INFO] 
03:27:03 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >---------------
03:27:03 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT          [75/77]
03:27:03 [INFO]   from wot/integration/pom.xml
03:27:03 [INFO] --------------------------------[ jar ]---------------------------------
03:27:03 [INFO] 
03:27:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
03:27: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/wot/integration/target/jacoco.exec
03:27:03 [INFO] 
03:27:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration ---
03:27:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:27:03 [INFO] All files are up to date, skip goal execution.
03:27:03 [INFO] 
03:27:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration ---
03:27:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources
03:27:03 [INFO] 
03:27:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration ---
03:27:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT...
03:27:03 [INFO] 
03:27:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration ---
03:27:03 [INFO] Changes detected - recompiling the module! :dependency
03:27:03 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
03:27:03 [INFO] 
03:27:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration ---
03:27:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources
03:27:03 [INFO] 
03:27:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration ---
03:27:03 [INFO] No sources to compile
03:27:03 [INFO] 
03:27:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration ---
03:27:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:27:03 [INFO] Tests are skipped.
03:27:03 [INFO] 
03:27:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration ---
03:27:03 [INFO] 
03:27:03 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration ---
03:27:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar
03:27:03 [INFO] 
03:27:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration ---
03:27:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:27:03 [INFO] Configuration changed, re-generating javadoc.
03:27:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
03:27:06 [INFO] 
03:27:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration ---
03:27:06 [INFO] Tests are skipped.
03:27:06 [INFO] 
03:27:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration ---
03:27:06 [INFO] Tests are skipped.
03:27:06 [INFO] 
03:27:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration ---
03:27:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
03:27:06 [INFO] 
03:27:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-integration ---
03:27:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar' is disabled.
03:27:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar
03:27:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar' is disabled.
03:27:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
03:27:07 [INFO] 
03:27:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration ---
03:27:07 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/integration/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/0-SNAPSHOT/ditto-wot-integration-0-SNAPSHOT.pom
03:27:07 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/0-SNAPSHOT/ditto-wot-integration-0-SNAPSHOT.jar
03:27:07 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-integration/0-SNAPSHOT/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
03:27:07 [INFO] 
03:27:07 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-integration ---
03:27:08 [INFO] 
03:27:08 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >---------------
03:27:08 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT           [76/77]
03:27:08 [INFO]   from things/service/pom.xml
03:27:08 [INFO] --------------------------------[ jar ]---------------------------------
03:27:08 [INFO] 
03:27:08 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
03:27:08 [INFO] Assigning port '37597' to property 'random-pekko-tcp-port'
03:27:08 [INFO] 
03:27:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
03:27: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/things/service/target/jacoco.exec
03:27:08 [INFO] 
03:27:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service ---
03:27:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:27:08 [INFO] All files are up to date, skip goal execution.
03:27:08 [INFO] 
03:27:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service ---
03:27:08 [INFO] Copying 1 resource from src/main/resources to target/classes
03:27:08 [INFO] Copying 5 resources from src/main/resources to target/classes
03:27:08 [INFO] 
03:27:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service ---
03:27:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT...
03:27:08 [INFO] 
03:27:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service ---
03:27:08 [INFO] Changes detected - recompiling the module! :dependency
03:27:08 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes
03:27:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Some input files use unchecked or unsafe operations.
03:27:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingCommandEnforcement.java: Recompile with -Xlint:unchecked for details.
03:27:09 [INFO] 
03:27:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service ---
03:27:09 [INFO] Copying 5 resources from src/test/resources to target/test-classes
03:27:09 [INFO] 
03:27:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service ---
03:27:09 [INFO] Changes detected - recompiling the module! :dependency
03:27:09 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes
03:27:11 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Some input files use or override a deprecated API.
03:27:11 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/enforcement/TestSetup.java: Recompile with -Xlint:deprecation for details.
03:27:11 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java uses unchecked or unsafe operations.
03:27:11 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/service/src/test/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/AbstractCommandStrategyTest.java: Recompile with -Xlint:unchecked for details.
03:27:11 [INFO] 
03:27:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service ---
03:27:11 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:27:11 [INFO] Tests are skipped.
03:27:11 [INFO] 
03:27:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service ---
03:27:11 [INFO] 
03:27:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service ---
03:27:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar
03:27:11 [INFO] 
03:27:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service ---
03:27:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:27:11 [INFO] Configuration changed, re-generating javadoc.
03:27:15 [WARNING] Javadoc Warnings
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/package-info.java:14: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.aggregation;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/common/config/package-info.java:14: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.common.config;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/package-info.java:14: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.enforcement;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/pre/package-info.java:14: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/package-info.java:14: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.persistence.actors;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/package-info.java:15: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/events/package-info.java:14: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/package-info.java:15: warning: no comment
03:27:15 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer;
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:195: warning: no @param for <S>
03:27:15 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ResponseReceiverCache.java:220: warning: no @param for <S>
03:27:15 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/ThingConditionValidator.java:34: warning: no comment
03:27:15 [WARNING] public final class ThingConditionValidator {
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment
03:27:15 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/ThingMongoEventAdapter.java:42: warning: no comment
03:27:15 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) {
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/serializer/ThingMongoSnapshotAdapter.java:71: warning: no @param for config
03:27:15 [WARNING] public ThingMongoSnapshotAdapter(final ActorRef pubSubMediator, final Config config) {
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActor.java:112: warning: no @param for searchShardRegionProxy
03:27:15 [WARNING] public static Props props(final ThingId thingId,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:79: warning: no comment
03:27:15 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) {
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceOperationsActor.java:37: warning: no comment
03:27:15 [WARNING] public static final String ACTOR_NAME = "thingOps";
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for aggregatorConfig
03:27:15 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/aggregation/ThingsAggregatorActor.java:84: warning: no @param for pubSubMediator
03:27:15 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for pubSubMediator
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policiesShardRegion
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for distributedPubThingEventsForTwin
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for liveSignalPub
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for propsFactory
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for blockedNamespaces
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for policyEnforcerProvider
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @param for mongoReadJournal
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:220: warning: no @return
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for pubSubMediator
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policiesShardRegion
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for distributedPubThingEventsForTwin
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for liveSignalPub
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for thingsPersistenceActor
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for blockedNamespaces
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for policyEnforcerProvider
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @param for mongoReadJournal
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java:237: warning: no @return
03:27:15 [WARNING] public static Props props(final ActorRef pubSubMediator,
03:27:15 [WARNING] ^
03:27:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingPersistenceActorMailbox.java:77: warning: no comment
03:27:15 [WARNING] private final int capacity;
03:27:15 [WARNING] ^
03:27:15 [WARNING] 38 warnings
03:27:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar
03:27:15 [INFO] 
03:27:15 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service ---
03:27:15 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:27:15 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:27:15 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:27:15 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:27:15 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:27:15 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:27:15 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:27:15 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:27:15 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:27:15 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:27:15 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:27:15 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:27:15 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:27:15 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:27:15 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:27:15 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:27:15 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:27:15 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:27:15 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:27:15 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:27:15 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:27:15 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:27:15 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:27:15 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:27:15 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:27:15 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:27:15 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:27:15 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:27:15 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:27:15 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:27:15 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:27:15 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:27:15 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:27:15 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:27:15 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:27:15 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:27:15 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:27:15 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:27:15 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:27:15 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:27:15 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:27:15 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:27:15 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:27:15 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:27:15 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:27:15 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:27:15 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:27:15 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:27:15 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:27:15 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:27:15 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:27:15 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:27:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:15 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:17 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:22 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:22 [WARNING] agrona-1.15.1.jar, annotations-13.0.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.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-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-http-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-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, janino-3.1.11.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:27:22 [WARNING]   - META-INF/MANIFEST.MF
03:27:22 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:27:22 [WARNING]   - META-INF/LICENSE.txt
03:27:22 [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-internal-models-signal-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-http-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-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-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: 
03:27:22 [WARNING]   - META-INF/LICENSE
03:27:22 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:27:22 [WARNING]   - META-INF.versions.9.module-info
03:27:22 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:27:22 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:27:22 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:27:22 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-internal-models-signal-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-http-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-things-service-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-integration-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar define 2 overlapping resources: 
03:27:22 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:27:22 [WARNING]   - META-INF/NOTICE.md
03:27:22 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:27:22 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:27:22 [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-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: 
03:27:22 [WARNING]   - META-INF/DISCLAIMER
03:27:22 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:27:22 [WARNING]   - META-INF/io.netty.versions.properties
03:27:22 [WARNING] maven-shade-plugin has detected that some files are
03:27:22 [WARNING] present in two or more JARs. When this happens, only one
03:27:22 [WARNING] single version of the file is copied to the uber jar.
03:27:22 [WARNING] Usually this is not harmful and you can skip these warnings,
03:27:22 [WARNING] otherwise try to manually exclude artifacts based on
03:27:22 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:27:22 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:27:22 [INFO] Attaching shaded artifact.
03:27:22 [INFO] 
03:27:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service ---
03:27:22 [INFO] Tests are skipped.
03:27:22 [INFO] 
03:27:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service ---
03:27:22 [INFO] Tests are skipped.
03:27:22 [INFO] 
03:27:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service ---
03:27:22 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec
03:27:22 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes
03:27:23 [INFO] 
03:27:23 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-service ---
03:27:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar' is disabled.
03:27:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar
03:27:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar' is disabled.
03:27:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar
03:27:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar' is disabled.
03:27:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar
03:27:43 [INFO] 
03:27:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service ---
03:27:43 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT.pom
03:27:43 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT.jar
03:27:43 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT-javadoc.jar
03:27:43 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-service/0-SNAPSHOT/ditto-things-service-0-SNAPSHOT-allinone.jar
03:27:44 [INFO] 
03:27:44 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-service ---
03:27:47 [INFO] 
03:27:47 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >-------------
03:27:47 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT     [77/77]
03:27:47 [INFO]   from thingsearch/service/pom.xml
03:27:47 [INFO] --------------------------------[ jar ]---------------------------------
03:27:47 [INFO] 
03:27:47 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
03:27:47 [INFO] Assigning port '38087' to property 'random-pekko-tcp-port'
03:27:47 [INFO] 
03:27:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
03:27: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/thingsearch/service/target/jacoco.exec
03:27:47 [INFO] 
03:27:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service ---
03:27:47 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
03:27:47 [INFO] All files are up to date, skip goal execution.
03:27:47 [INFO] 
03:27:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service ---
03:27:47 [INFO] Copying 1 resource from src/main/resources to target/classes
03:27:47 [INFO] Copying 5 resources from src/main/resources to target/classes
03:27:47 [INFO] 
03:27:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service ---
03:27:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT...
03:27:47 [INFO] 
03:27:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service ---
03:27:47 [INFO] Changes detected - recompiling the module! :dependency
03:27:47 [INFO] Compiling 105 source files with javac [debug target 17] to target/classes
03:27:48 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java uses or overrides a deprecated API.
03:27:48 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/starter/actors/ThingsSearchCursor.java: Recompile with -Xlint:deprecation for details.
03:27:48 [INFO] 
03:27:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service ---
03:27:48 [INFO] Copying 20 resources from src/test/resources to target/test-classes
03:27:48 [INFO] 
03:27:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service ---
03:27:48 [INFO] Changes detected - recompiling the module! :dependency
03:27:48 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes
03:27:50 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java uses or overrides a deprecated API.
03:27:50 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/test/java/org/eclipse/ditto/thingsearch/service/updater/actors/BackgroundSyncActorTest.java: Recompile with -Xlint:deprecation for details.
03:27:50 [INFO] 
03:27:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service ---
03:27:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
03:27:50 [INFO] Tests are skipped.
03:27:50 [INFO] 
03:27:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service ---
03:27:50 [INFO] 
03:27:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service ---
03:27:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar
03:27:50 [INFO] 
03:27:50 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service ---
03:27:50 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
03:27:50 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
03:27:50 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
03:27:50 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
03:27:50 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
03:27:50 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
03:27:50 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
03:27:50 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
03:27:50 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
03:27:50 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
03:27:50 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
03:27:50 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
03:27:50 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
03:27:50 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
03:27:50 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
03:27:50 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
03:27:50 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
03:27:50 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
03:27:50 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
03:27:50 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
03:27:50 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
03:27:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
03:27:50 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
03:27:50 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
03:27:50 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
03:27:50 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
03:27:50 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
03:27:50 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
03:27:50 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
03:27:50 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
03:27:50 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
03:27:50 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
03:27:50 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
03:27:50 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
03:27:50 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
03:27:50 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
03:27:50 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
03:27:50 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
03:27:50 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
03:27:50 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
03:27:50 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
03:27:50 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
03:27:50 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
03:27:50 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
03:27:50 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
03:27:50 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
03:27:50 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
03:27:50 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
03:27:50 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
03:27:50 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
03:27:50 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
03:27:50 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
03:27:50 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
03:27:50 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
03:27:51 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:51 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:55 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:56 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
03:27:57 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
03:27:57 [WARNING]   - META-INF/LICENSE.txt
03:27:57 [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, jul-to-slf4j-2.0.11.jar, kotlin-stdlib-1.4.10.jar, slf4j-api-2.0.11.jar define 1 overlapping classes: 
03:27:57 [WARNING]   - META-INF.versions.9.module-info
03:27:57 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
03:27:57 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
03:27:57 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
03:27:57 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
03:27:57 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
03:27:57 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
03:27:57 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
03:27:57 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
03:27:57 [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-model-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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-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-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: 
03:27:57 [WARNING]   - META-INF/LICENSE
03:27:57 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
03:27:57 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
03:27:57 [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-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: 
03:27:57 [WARNING]   - META-INF/DISCLAIMER
03:27:57 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar define 2 overlapping resources: 
03:27:57 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
03:27:57 [WARNING]   - META-INF/NOTICE.md
03:27:57 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-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-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
03:27:57 [WARNING]   - META-INF/io.netty.versions.properties
03:27:57 [WARNING] agrona-1.15.1.jar, annotations-13.0.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.11.jar, config-1.4.2.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-model-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-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-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-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-thingsearch-service-0-SNAPSHOT.jar, ditto-utils-result-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, janino-3.1.11.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-2.0.11.jar, kamon-core_2.13-2.6.6.jar, kamon-executors_2.13-2.6.6.jar, kamon-instrumentation-common_2.13-2.6.6.jar, kamon-opentelemetry_2.13-2.6.6.jar, kamon-prometheus_2.13-2.6.6.jar, kamon-system-metrics_2.13-2.6.6.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.4.14.jar, logback-core-1.4.14.jar, logstash-logback-encoder-7.4.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, netty-buffer-4.1.99.Final.jar, netty-codec-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-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-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-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, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-2.0.11.jar, spray-json_2.13-1.3.6.jar, ssl-config-core_2.13-0.6.1.jar define 1 overlapping resource: 
03:27:57 [WARNING]   - META-INF/MANIFEST.MF
03:27:57 [WARNING] maven-shade-plugin has detected that some files are
03:27:57 [WARNING] present in two or more JARs. When this happens, only one
03:27:57 [WARNING] single version of the file is copied to the uber jar.
03:27:57 [WARNING] Usually this is not harmful and you can skip these warnings,
03:27:57 [WARNING] otherwise try to manually exclude artifacts based on
03:27:57 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
03:27:57 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
03:27:57 [INFO] Attaching shaded artifact.
03:27:57 [INFO] 
03:27:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service ---
03:27:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
03:27:57 [INFO] Configuration changed, re-generating javadoc.
03:28:01 [WARNING] Javadoc Warnings
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/package-info.java:14: warning: no comment
03:28:01 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config;
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/AbstractFieldBsonCreator.java:88: warning: no comment
03:28:01 [WARNING] public final Bson visitSimple(final String fieldName) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/AbstractWriteModel.java:72: warning: no @param for maxWireVersion
03:28:01 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/BackgroundSyncConfig.java:71: warning: no @return
03:28:01 [WARNING] Duration getIdleTimeout();
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:83: warning: no @param for maxWireVersion
03:28:01 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/BsonDiff.java:96: warning: no @param for maxWireVersion
03:28:01 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:260: warning: no comment
03:28:01 [WARNING] CONSISTENCY_ERROR,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:261: warning: no comment
03:28:01 [WARNING] INCORRECT_PATCH,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:263: warning: no comment
03:28:01 [WARNING] OK
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:259: warning: no comment
03:28:01 [WARNING] UNACKNOWLEDGED,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/BulkWriteResultAckFlow.java:262: warning: no comment
03:28:01 [WARNING] WRITE_ERROR,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:46: warning: no @return
03:28:01 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade(
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/CachingSignalEnrichmentFacadeProvider.java:71: warning: no comment
03:28:01 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/CustomMetricConfig.java:65: warning: no comment
03:28:01 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultBackgroundSyncConfig.java:69: warning: no comment
03:28:01 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/DefaultCustomMetricConfig.java:64: warning: no comment
03:28:01 [WARNING] public String getCustomMetricName() {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:42: warning: no @param for command
03:28:01 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query);
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:92: warning: no @param for lastWriteModel
03:28:01 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/DefaultSearchUpdateObserver.java:29: warning: no comment
03:28:01 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:38: warning: no comment
03:28:01 [WARNING] Optional<String> getMongoHintsByNamespace();
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/SearchConfig.java:75: warning: no comment
03:28:01 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields();
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/expression/visitors/GetExistsBsonVisitor.java:55: warning: no @param for authorizationSubjectIds
03:28:01 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/mapping/JsonInternalVisitor.java:40: warning: no comment
03:28:01 [WARNING] default T eval(final JsonValue value) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/KeyEscapeUtil.java:27: warning: no comment
03:28:01 [WARNING] public static final String FAKE_DOT = "~2";
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:129: warning: no @param for events
03:28:01 [WARNING] public static Metadata of(final ThingId thingId,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:236: warning: no @param for causingPolicyTag
03:28:01 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:246: warning: no @param for ackRecipient
03:28:01 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/Metadata.java:256: warning: no @param for reason
03:28:01 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/query/MongoQueryBuilderFactory.java:33: warning: no comment
03:28:01 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment
03:28:01 [WARNING] public static String mapSortKey(final String... values) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/read/MongoThingsSearchPersistence.java:102: warning: no @param for persistenceConfig
03:28:01 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/impl/MongoThingsSearchUpdaterPersistence.java:75: warning: no @return
03:28:01 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/config/NamespaceSearchIndexConfig.java:42: warning: no comment
03:28:01 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/query/validation/QueryCriteriaValidator.java:62: warning: no comment
03:28:01 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/common/util/RootSupervisorStrategyFactory.java:40: warning: no comment
03:28:01 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:40: warning: no comment
03:28:01 [WARNING] protected final ActorSystem actorSystem;
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:41: warning: no comment
03:28:01 [WARNING] protected final int maxWireVersion;
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:43: warning: no comment
03:28:01 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdateMapper.java:47: warning: no comment
03:28:01 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/SearchUpdateObserver.java:64: warning: no comment
03:28:01 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/streaming/SearchUpdaterStream.java:64: warning: no @param for blockedNamespaces
03:28:01 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ShardRegionFactory.java:101: warning: no @param for clusterRole
03:28:01 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps,
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/updater/actors/ThingUpdater.java:130: warning: no comment
03:28:01 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/write/model/WriteResultAndErrors.java:86: warning: no comment
03:28:01 [WARNING] public static WriteResultAndErrors failure(final Throwable error) {
03:28:01 [WARNING] ^
03:28:01 [WARNING] 44 warnings
03:28:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
03:28:01 [INFO] 
03:28:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service ---
03:28:01 [INFO] Tests are skipped.
03:28:01 [INFO] 
03:28:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service ---
03:28:01 [INFO] Tests are skipped.
03:28:01 [INFO] 
03:28:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service ---
03:28:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec
03:28:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes
03:28:01 [INFO] 
03:28:01 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-service ---
03:28:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar' is disabled.
03:28:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar
03:28:05 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar' is disabled.
03:28:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar
03:28:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar' is disabled.
03:28:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
03:28:38 [INFO] 
03:28:38 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service ---
03:28:38 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT.pom
03:28:38 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT.jar
03:28:38 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar
03:28:38 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-service/0-SNAPSHOT/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
03:28:38 [INFO] 
03:28:38 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-service ---
03:28:42 [INFO] ------------------------------------------------------------------------
03:28:42 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
03:28:42 [INFO] 
03:28:42 [INFO] Eclipse Ditto ...................................... SUCCESS [  5.712 s]
03:28:42 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  2.707 s]
03:28:42 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.659 s]
03:28:42 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.588 s]
03:28:42 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [  5.848 s]
03:28:42 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 13.414 s]
03:28:42 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [  0.738 s]
03:28:42 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 17.204 s]
03:28:42 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [  6.525 s]
03:28:42 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [  0.528 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [  0.553 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [  5.812 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [  7.118 s]
03:28:42 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [  4.314 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [  7.307 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [  0.505 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [  5.129 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 16.548 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [  6.665 s]
03:28:42 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [  5.381 s]
03:28:42 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [  0.382 s]
03:28:42 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 24.137 s]
03:28:42 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [  0.510 s]
03:28:42 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 20.457 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [  6.901 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [  4.167 s]
03:28:42 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [  5.529 s]
03:28:42 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [  8.061 s]
03:28:42 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [  1.165 s]
03:28:42 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 12.798 s]
03:28:42 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [  0.622 s]
03:28:42 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [  7.398 s]
03:28:42 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [  0.454 s]
03:28:42 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [  6.348 s]
03:28:42 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [  9.611 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [  5.195 s]
03:28:42 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [  5.052 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [  4.437 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [ 10.296 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [  4.770 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [  3.277 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [  7.809 s]
03:28:42 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [  5.409 s]
03:28:42 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [  6.425 s]
03:28:42 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [  0.499 s]
03:28:42 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [  4.600 s]
03:28:42 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [  0.500 s]
03:28:42 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [  9.124 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SUCCESS [  6.277 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [  5.164 s]
03:28:42 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [  6.457 s]
03:28:42 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [  0.652 s]
03:28:42 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [  3.958 s]
03:28:42 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 11.849 s]
03:28:42 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [  5.893 s]
03:28:42 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [  6.018 s]
03:28:42 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [  0.455 s]
03:28:42 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [  7.295 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [  5.603 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [  5.100 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [  9.244 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [  3.904 s]
03:28:42 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [  9.192 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [  5.697 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [  3.841 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [  3.986 s]
03:28:42 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [01:28 min]
03:28:42 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [  1.094 s]
03:28:42 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [  0.713 s]
03:28:42 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [  4.789 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [  4.321 s]
03:28:42 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [  4.877 s]
03:28:42 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [ 42.709 s]
03:28:42 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [ 50.781 s]
03:28:42 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [  5.077 s]
03:28:42 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [ 39.365 s]
03:28:42 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [ 54.578 s]
03:28:42 [INFO] ------------------------------------------------------------------------
03:28:42 [INFO] BUILD SUCCESS
03:28:42 [INFO] ------------------------------------------------------------------------
03:28:42 [INFO] Total time:  11:28 min
03:28:42 [INFO] Finished at: 2024-04-09T07:28:42Z
03:28:42 [INFO] ------------------------------------------------------------------------
03:28:42 Recording test results
03:28:47 [Checks API] No suitable checks publisher found.
03:28:47 Finished: SUCCESS