Skip to content

Console Output

05:03:52 Started by user Thomas Jaeckle
05:03:52 Running as Thomas Jaeckle
05:03:52 Agent basic-n9bk5 is provisioned from template basic
05:03:52 ---
05:03:52 apiVersion: "v1"
05:03:52 kind: "Pod"
05:03:52 metadata:
05:03:52   labels:
05:03:52     jenkins: "slave"
05:03:52     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
05:03:52     jenkins/label: "basic"
05:03:52   name: "basic-n9bk5"
05:03:52   namespace: "ditto"
05:03:52 spec:
05:03:52   containers:
05:03:52   - env:
05:03:52     - name: "JENKINS_SECRET"
05:03:52       value: "********"
05:03:52     - name: "JENKINS_TUNNEL"
05:03:52       value: "jenkins-discovery.ditto.svc.cluster.local:50000"
05:03:52     - name: "JENKINS_AGENT_NAME"
05:03:52       value: "basic-n9bk5"
05:03:52     - name: "JENKINS_REMOTING_JAVA_OPTS"
05:03:52       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
05:03:52         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
05:03:52     - name: "JAVA_TOOL_OPTIONS"
05:03:52       value: ""
05:03:52     - name: "_JAVA_OPTIONS"
05:03:52       value: ""
05:03:52     - name: "OPENJ9_JAVA_OPTIONS"
05:03:52       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
05:03:52     - name: "JENKINS_NAME"
05:03:52       value: "basic-n9bk5"
05:03:52     - name: "JENKINS_AGENT_WORKDIR"
05:03:52       value: "/home/jenkins/agent"
05:03:52     - name: "JENKINS_URL"
05:03:52       value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
05:03:52     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
05:03:52     imagePullPolicy: "Always"
05:03:52     name: "jnlp"
05:03:52     resources:
05:03:52       limits:
05:03:52         cpu: "2000m"
05:03:52         memory: "4096Mi"
05:03:52       requests:
05:03:52         cpu: "1000m"
05:03:52         memory: "4096Mi"
05:03:52     tty: true
05:03:52     volumeMounts:
05:03:52     - mountPath: "/home/jenkins/.m2/toolchains.xml"
05:03:52       name: "m2-dir"
05:03:52       readOnly: true
05:03:52       subPath: "toolchains.xml"
05:03:52     - mountPath: "/home/jenkins/.mavenrc"
05:03:52       name: "m2-dir"
05:03:52       readOnly: true
05:03:52       subPath: ".mavenrc"
05:03:52     - mountPath: "/opt/tools"
05:03:52       name: "volume-0"
05:03:52       readOnly: false
05:03:52     - mountPath: "/home/jenkins"
05:03:52       name: "volume-2"
05:03:52       readOnly: false
05:03:52     - mountPath: "/home/jenkins/.m2/repository"
05:03:52       name: "volume-3"
05:03:52       readOnly: false
05:03:52     - mountPath: "/home/jenkins/.m2/settings-security.xml"
05:03:52       name: "m2-secret-dir"
05:03:52       readOnly: true
05:03:52       subPath: "settings-security.xml"
05:03:52     - mountPath: "/home/jenkins/.m2/wrapper"
05:03:52       name: "volume-4"
05:03:52       readOnly: false
05:03:52     - mountPath: "/home/jenkins/.m2/settings.xml"
05:03:52       name: "m2-secret-dir"
05:03:52       readOnly: true
05:03:52       subPath: "settings.xml"
05:03:52     - mountPath: "/home/jenkins/.ssh"
05:03:52       name: "volume-1"
05:03:52       readOnly: false
05:03:52       subPath: ""
05:03:52     - mountPath: "/home/jenkins/agent"
05:03:52       name: "workspace-volume"
05:03:52       readOnly: false
05:03:52     workingDir: "/home/jenkins/agent"
05:03:52   nodeSelector:
05:03:52     kubernetes.io/os: "linux"
05:03:52   restartPolicy: "Never"
05:03:52   volumes:
05:03:52   - name: "volume-0"
05:03:52     persistentVolumeClaim:
05:03:52       claimName: "tools-claim-jiro-ditto"
05:03:52       readOnly: true
05:03:52   - name: "m2-secret-dir"
05:03:52     secret:
05:03:52       secretName: "m2-secret-dir"
05:03:52   - emptyDir:
05:03:52       medium: ""
05:03:52     name: "volume-2"
05:03:52   - configMap:
05:03:52       name: "m2-dir"
05:03:52     name: "m2-dir"
05:03:52   - configMap:
05:03:52       name: "known-hosts"
05:03:52     name: "volume-1"
05:03:52   - emptyDir:
05:03:52       medium: ""
05:03:52     name: "workspace-volume"
05:03:52   - emptyDir:
05:03:52       medium: ""
05:03:52     name: "volume-4"
05:03:52   - emptyDir:
05:03:52       medium: ""
05:03:52     name: "volume-3"
05:03:52 
05:03:52 Building remotely on basic-n9bk5 (basic) in workspace /home/jenkins/agent/workspace/ditto-ci
05:03:52 The recommended git tool is: NONE
05:03:53 No credentials specified
05:03:53 Cloning the remote Git repository
05:03:53 Cloning repository https://github.com/eclipse/ditto.git
05:03:53  > git init /home/jenkins/agent/workspace/ditto-ci # timeout=10
05:03:53 Fetching upstream changes from https://github.com/eclipse/ditto.git
05:03:53  > git --version # timeout=10
05:03:53  > git --version # 'git version 2.20.1'
05:03:53  > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
05:04:02  > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
05:04:02  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
05:04:02 Avoid second fetch
05:04:02  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
05:04:02 Checking out Revision 593323bada88a2093eb9e5032a04e47d4eacf862 (refs/remotes/origin/master)
05:04:02  > git config core.sparsecheckout # timeout=10
05:04:02  > git checkout -f 593323bada88a2093eb9e5032a04e47d4eacf862 # timeout=10
05:04:03 Commit message: "fix missing test config"
05:04:04  > git rev-list --no-walk 593323bada88a2093eb9e5032a04e47d4eacf862 # timeout=10
05:04:04 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -DcreateJavadoc=true -DskipITs=true
05:04:04 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
05:04:04 Maven home: /opt/tools/apache-maven/latest
05:04:04 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
05:04:04 Default locale: en_US, platform encoding: UTF-8
05:04:04 OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
05:04:05 [INFO] Error stacktraces are turned on.
05:04:05 [INFO] Scanning for projects...
05:04:14 [WARNING] 
05:04:14 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
05:04:14 [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
05:04:14 [WARNING] 
05:04:14 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
05:04:14 [WARNING] 
05:04:14 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
05:04:14 [WARNING] 
05:04:14 [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
05:04:14 [INFO] ------------------------------------------------------------------------
05:04:14 [INFO] Reactor Build Order:
05:04:14 [INFO] 
05:04:14 [INFO] Eclipse Ditto                                                      [pom]
05:04:14 [INFO] Eclipse Ditto :: Legal                                             [jar]
05:04:14 [INFO] Eclipse Ditto :: BOM                                               [pom]
05:04:14 [INFO] Eclipse Ditto :: Utils                                             [pom]
05:04:14 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
05:04:14 [INFO] Eclipse Ditto :: JSON                                           [bundle]
05:04:14 [INFO] Eclipse Ditto :: Base                                              [pom]
05:04:14 [INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
05:04:14 [INFO] Eclipse Ditto :: Base :: API                                       [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal                                          [pom]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
05:04:14 [INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Models                                [pom]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
05:04:14 [INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
05:04:14 [INFO] Eclipse Ditto :: Policies                                          [pom]
05:04:14 [INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
05:04:14 [INFO] Eclipse Ditto :: Things                                            [pom]
05:04:14 [INFO] Eclipse Ditto :: Things :: Model                                [bundle]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
05:04:14 [INFO] Eclipse Ditto :: Placeholders                                   [bundle]
05:04:14 [INFO] Eclipse Ditto :: Base :: Service                                   [jar]
05:04:14 [INFO] Eclipse Ditto :: Connectivity                                      [pom]
05:04:14 [INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
05:04:14 [INFO] Eclipse Ditto :: Thing Search                                      [pom]
05:04:14 [INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
05:04:14 [INFO] Eclipse Ditto :: Messages                                          [pom]
05:04:14 [INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
05:04:14 [INFO] Eclipse Ditto :: Protocol                                       [bundle]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
05:04:14 [INFO] Eclipse Ditto :: Policies :: API                                   [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
05:04:14 [INFO] Eclipse Ditto :: Things :: API                                     [jar]
05:04:14 [INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
05:04:14 [INFO] Eclipse Ditto :: JWT                                               [pom]
05:04:14 [INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
05:04:14 [INFO] Eclipse Ditto :: WoT                                               [pom]
05:04:14 [INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
05:04:14 [INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
05:04:14 [INFO] Eclipse Ditto :: RQL                                               [pom]
05:04:14 [INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
05:04:14 [INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
05:04:14 [INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
05:04:14 [INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
05:04:14 [INFO] Eclipse Ditto :: Edge                                              [pom]
05:04:14 [INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
05:04:14 [INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
05:04:14 [INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
05:04:14 [INFO] Eclipse Ditto :: Documentation                                     [pom]
05:04:14 [INFO] Eclipse Ditto :: Gateway                                           [pom]
05:04:14 [INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
05:04:14 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
05:04:14 [INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
05:04:14 [INFO] Eclipse Ditto :: Policies :: Service                               [jar]
05:04:14 [INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
05:04:14 [INFO] Eclipse Ditto :: Things :: Service                                 [jar]
05:04:14 [INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
05:04:14 [INFO] 
05:04:14 [INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
05:04:14 [INFO] Building Eclipse Ditto 0-SNAPSHOT                                 [1/77]
05:04:14 [INFO]   from pom.xml
05:04:14 [INFO] --------------------------------[ pom ]---------------------------------
05:04:15 [INFO] 
05:04:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto ---
05:04:15 [INFO] 
05:04:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto ---
05:04:15 [INFO] 
05:04:15 [INFO] --- license:4.2:check (default) @ ditto ---
05:04:16 [WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
05:04:16 [WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
05:04:16 [WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
05:04:16 [WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
05:04:16 [INFO] Checking licenses...
05:04:16 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
05:04:16 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
05:04:17 [INFO] 
05:04:17 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
05:04: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
05:04:18 [INFO] 
05:04:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
05:04:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:04:23 [INFO] The goal is skip due to packaging 'pom'
05:04:23 [INFO] 
05:04:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
05:04:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
05:04:23 [INFO] 
05:04:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
05:04:25 [INFO] 
05:04:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
05:04:26 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:04:26 [INFO] 
05:04:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
05:04:26 [INFO] Tests are skipped.
05:04:26 [INFO] 
05:04:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
05:04:26 [INFO] Tests are skipped.
05:04:26 [INFO] 
05:04:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto ---
05:04:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:04:26 [INFO] 
05:04:26 [INFO] --- install:3.1.1:install (default-install) @ ditto ---
05:04:26 [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
05:04:26 [INFO] 
05:04:26 [INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
05:04:26 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT                        [2/77]
05:04:26 [INFO]   from legal/pom.xml
05:04:26 [INFO] --------------------------------[ jar ]---------------------------------
05:04:26 [INFO] 
05:04:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-legal ---
05:04:26 [INFO] 
05:04:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-legal ---
05:04:26 [INFO] 
05:04:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
05:04: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/legal/target/jacoco.exec
05:04:26 [INFO] 
05:04:26 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
05:04:27 [INFO] Copying 8 resources from  to target/classes
05:04:27 [INFO] 
05:04:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
05:04:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT...
05:04:27 [INFO] 
05:04:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
05:04:27 [INFO] No sources to compile
05:04:27 [INFO] 
05:04:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
05:04:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources
05:04:27 [INFO] 
05:04:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
05:04:27 [INFO] No sources to compile
05:04:27 [INFO] 
05:04:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
05:04:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:04:27 [INFO] No tests to run.
05:04:27 [INFO] 
05:04:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
05:04:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar
05:04:27 [INFO] 
05:04:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
05:04:27 [INFO] Tests are skipped.
05:04:27 [INFO] 
05:04:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
05:04:27 [INFO] Tests are skipped.
05:04:27 [INFO] 
05:04:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
05:04:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:04:27 [INFO] 
05:04:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
05:04:27 [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
05:04:27 [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
05:04:27 [INFO] 
05:04:27 [INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
05:04:27 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT                          [3/77]
05:04:27 [INFO]   from bom/pom.xml
05:04:27 [INFO] --------------------------------[ pom ]---------------------------------
05:04:27 [INFO] 
05:04:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-bom ---
05:04:27 [INFO] 
05:04:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-bom ---
05:04:27 [INFO] 
05:04:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
05:04: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/bom/target/jacoco.exec
05:04:27 [INFO] 
05:04:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
05:04:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:04:27 [INFO] The goal is skip due to packaging 'pom'
05:04:27 [INFO] 
05:04:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
05:04:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT...
05:04:27 [INFO] 
05:04:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
05:04:27 [INFO] 
05:04:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
05:04:27 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:04:27 [INFO] 
05:04:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
05:04:27 [INFO] Tests are skipped.
05:04:27 [INFO] 
05:04:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
05:04:27 [INFO] Tests are skipped.
05:04:27 [INFO] 
05:04:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
05:04:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:04:27 [INFO] 
05:04:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
05:04:27 [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
05:04:27 [INFO] 
05:04:27 [INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
05:04:27 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT                        [4/77]
05:04:27 [INFO]   from utils/pom.xml
05:04:27 [INFO] --------------------------------[ pom ]---------------------------------
05:04:27 [INFO] 
05:04:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils ---
05:04:27 [INFO] 
05:04:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils ---
05:04:27 [INFO] 
05:04:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
05:04:28 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:04:28 [INFO] 
05:04:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
05:04: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/utils/target/jacoco.exec
05:04:28 [INFO] 
05:04:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
05:04:28 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:04:28 [INFO] The goal is skip due to packaging 'pom'
05:04:28 [INFO] 
05:04:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
05:04:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT...
05:04:28 [INFO] 
05:04:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
05:04:28 [INFO] 
05:04:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
05:04:28 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:04:28 [INFO] 
05:04:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
05:04:28 [INFO] Tests are skipped.
05:04:28 [INFO] 
05:04:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
05:04:28 [INFO] Tests are skipped.
05:04:28 [INFO] 
05:04:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
05:04:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:04:28 [INFO] 
05:04:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
05:04:28 [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
05:04:28 [INFO] 
05:04:28 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
05:04:28 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT  [5/77]
05:04:28 [INFO]   from utils/jsr305/pom.xml
05:04:28 [INFO] --------------------------------[ jar ]---------------------------------
05:04:28 [INFO] 
05:04:28 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-jsr305 ---
05:04:28 [INFO] 
05:04:28 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-jsr305 ---
05:04:28 [INFO] 
05:04:28 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
05:04:28 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:04:28 [INFO] 
05:04:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
05:04: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/utils/jsr305/target/jacoco.exec
05:04:28 [INFO] 
05:04:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
05:04:28 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:04:28 [WARNING] 
05:04:28 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:04:28 [WARNING] 
05:04:28 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:04:28 [WARNING] 
05:04:28 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:04:28 [INFO] 
05:04:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
05:04:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources
05:04:28 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:04:28 [INFO] 
05:04:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
05:04:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT...
05:04:28 [INFO] 
05:04:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
05:04:28 [INFO] Changes detected - recompiling the module! :dependency
05:04:28 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
05:04:29 [WARNING] bootstrap class path not set in conjunction with -source 8
05:04:29 [INFO] 
05:04:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
05:04:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources
05:04:29 [INFO] 
05:04:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
05:04:29 [INFO] No sources to compile
05:04:29 [INFO] 
05:04:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
05:04:29 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:04:29 [INFO] No tests to run.
05:04:29 [INFO] 
05:04:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
05:04:29 [INFO] 
05:04:29 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
05:04:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
05:04:29 [INFO] 
05:04:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
05:04:29 [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...
05:04:32 [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs
05:04:32 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:04:32 [INFO] No previous run data found, generating javadoc.
05:04:32 [WARNING] Javadoc Warnings
05:04:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
05:04:32 [WARNING] ElementType[] value() default {};
05:04:32 [WARNING] ^
05:04:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
05:04:32 [WARNING] ElementType[] value() default {};
05:04:32 [WARNING] ^
05:04:32 [WARNING] 2 warnings
05:04:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
05:04:33 [INFO] 
05:04:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
05:04:33 [INFO] Tests are skipped.
05:04:33 [INFO] 
05:04:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
05:04:33 [INFO] Tests are skipped.
05:04:33 [INFO] 
05:04:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
05:04:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:04:33 [INFO] 
05:04:33 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
05:04:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'.
05:04:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'.
05:04:34 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'.
05:04:34 [INFO] 
05:04:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
05:04:34 [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
05:04:34 [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
05:04:34 [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
05:04:34 [INFO] 
05:04:34 [INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
05:04:34 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT                         [6/77]
05:04:34 [INFO]   from json/pom.xml
05:04:34 [INFO] -------------------------------[ bundle ]-------------------------------
05:04:38 [INFO] 
05:04:38 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json ---
05:04:38 [INFO] 
05:04:38 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json ---
05:04:38 [INFO] 
05:04:38 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
05:04:38 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:04:38 [INFO] 
05:04:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
05:04: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/json/target/jacoco.exec
05:04:38 [INFO] 
05:04:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
05:04:38 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:04:39 [WARNING] 
05:04:39 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:04:39 [WARNING] 
05:04:39 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:04:39 [WARNING] 
05:04:39 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:04:39 [INFO] 
05:04:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
05:04:39 [INFO] Copying 0 resource from src/main/resources to target/classes
05:04:39 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:04:39 [INFO] 
05:04:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
05:04:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT...
05:04:39 [INFO] 
05:04:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
05:04:39 [INFO] Changes detected - recompiling the module! :dependency
05:04:39 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
05:04:40 [WARNING] bootstrap class path not set in conjunction with -source 8
05:04:40 [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.
05:04:40 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
05:04:40 [INFO] 
05:04:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
05:04:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources
05:04:40 [INFO] 
05:04:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
05:04:40 [INFO] Changes detected - recompiling the module! :dependency
05:04:40 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
05:04:42 [WARNING] bootstrap class path not set in conjunction with -source 8
05:04:42 [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;
05:04:42   cast to java.lang.Object for a varargs call
05:04:42   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
05:04:42 [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;
05:04:42   cast to java.lang.String for a varargs call
05:04:42   cast to java.lang.String[] for a non-varargs call and to suppress this warning
05:04:42 [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;
05:04:42   cast to org.eclipse.ditto.json.JsonValue for a varargs call
05:04:42   cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
05:04:42 [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;
05:04:42   cast to org.eclipse.ditto.json.JsonPointer for a varargs call
05:04:42   cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
05:04:42 [INFO] 
05:04:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
05:04:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:04:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json/target/surefire-reports
05:04:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:04:43 [INFO] 
05:04:43 [INFO] -------------------------------------------------------
05:04:43 [INFO]  T E S T S
05:04:43 [INFO] -------------------------------------------------------
05:04:43 [INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest
05:04:44 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.eclipse.ditto.json.ImmutableJsonBooleanTest
05:04:44 [INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest
05:04:44 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.json.ImmutableJsonStringTest
05:04:44 [INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest
05:04:45 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s -- in org.eclipse.ditto.json.JsonValueFieldDefinitionTest
05:04:45 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
05:04:45 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
05:04:45 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
05:04:45 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
05:04:45 [INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest
05:04:45 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.json.JsonCharEscaperTest
05:04:45 [INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
05:04:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
05:04:45 [INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest
05:04:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.json.ImmutableJsonKeyTest
05:04:45 [INFO] Running org.eclipse.ditto.json.JsonMergePatchTest
05:04:46 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.json.JsonMergePatchTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest
05:04:46 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.json.ImmutableJsonIntTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
05:04:46 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
05:04:46 [INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest
05:04:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonFieldSelectorTrieTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest
05:04:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.ImmutableJsonObjectNullTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
05:04:46 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest
05:04:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.ValueListJsonHandlerTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest
05:04:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.json.ImmutableJsonNullTest
05:04:46 [INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
05:04:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest
05:04:46 [INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.eclipse.ditto.json.ImmutableJsonDoubleTest
05:04:46 [INFO] Running org.eclipse.ditto.json.JsonValueParserTest
05:04:46 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.json.JsonValueParserTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest
05:04:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonArrayNullTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest
05:04:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.json.ImmutableJsonLiteralTest
05:04:46 [INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest
05:04:46 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonParseExceptionTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest
05:04:46 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.json.ImmutableJsonLongTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest
05:04:46 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.json.ImmutableJsonPointerTest
05:04:46 [INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest
05:04:46 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.JsonObjectMergerTest
05:04:46 [INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest
05:04:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.json.FieldMapJsonHandlerTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
05:04:46 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
05:04:46 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest
05:04:47 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.json.ImmutableJsonFieldTest
05:04:47 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest
05:04:47 [INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.json.ImmutableJsonObjectTest
05:04:47 [INFO] Running org.eclipse.ditto.json.JsonArrayTest
05:04:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonArrayTest
05:04:47 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest
05:04:47 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.json.ImmutableJsonArrayTest
05:04:47 [INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest
05:04:47 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.json.JavaValueFieldDefinitionTest
05:04:47 [INFO] Running org.eclipse.ditto.json.JsonCollectorsTest
05:04:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.JsonCollectorsTest
05:04:47 [INFO] Running org.eclipse.ditto.json.JsonFactoryTest
05:04:47 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.json.JsonFactoryTest
05:04:47 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest
05:04:47 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.json.ImmutableJsonPatchTest
05:04:47 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
05:04:47 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
05:04:47 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
05:04:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
05:04:47 [INFO] 
05:04:47 [INFO] Results:
05:04:47 [INFO] 
05:04:47 [INFO] Tests run: 937, Failures: 0, Errors: 0, Skipped: 0
05:04:47 [INFO] 
05:04:47 [INFO] 
05:04:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
05:04:47 [INFO] 
05:04:47 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
05:04:48 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
05:04:48 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF
05:04:48 [INFO] 
05:04:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
05:04:48 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:04:48 [INFO] No previous run data found, generating javadoc.
05:04:51 [WARNING] Javadoc Warnings
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
05:04:51 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
05:04:51 [WARNING] boolean containsFlatteningArrays(CharSequence key);
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeNull() throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
05:04:51 [WARNING] void writeBoolean(boolean state) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeBoolean(boolean state) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
05:04:51 [WARNING] void writeNumber(float number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeNumber(float number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
05:04:51 [WARNING] void writeNumber(double number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeNumber(double number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
05:04:51 [WARNING] void writeNumber(long number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeNumber(long number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
05:04:51 [WARNING] void writeNumber(int number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeNumber(int number) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
05:04:51 [WARNING] void writeString(String text) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeString(String text) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
05:04:51 [WARNING] void writeFieldName(String name) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [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
05:04:51 [WARNING] void writeFieldName(String name) throws IOException;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
05:04:51 [WARNING] @Nullable private final String description;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
05:04:51 [WARNING] private final String errorCode;
05:04:51 [WARNING] ^
05:04:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
05:04:51 [WARNING] @Nullable private final URI href;
05:04:51 [WARNING] ^
05:04:51 [WARNING] 21 warnings
05:04:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
05:04:51 [INFO] 
05:04:51 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
05:04:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
05:04:51 [INFO] 
05:04:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
05:04:51 [INFO] Tests are skipped.
05:04:51 [INFO] 
05:04:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
05:04:51 [INFO] Tests are skipped.
05:04:51 [INFO] 
05:04:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
05:04:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
05:04:51 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
05:04:51 [INFO] 
05:04:51 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
05:04:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'.
05:04:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'.
05:04:52 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'.
05:04:52 [INFO] 
05:04:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
05:04:52 [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
05:04:52 [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
05:04:52 [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
05:04:52 [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
05:04:52 [INFO] 
05:04:52 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
05:04:52 [INFO] Writing OBR metadata
05:04:52 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
05:04:52 [INFO] Writing OBR metadata
05:04:52 [INFO] 
05:04:52 [INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
05:04:52 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT                         [7/77]
05:04:52 [INFO]   from base/pom.xml
05:04:52 [INFO] --------------------------------[ pom ]---------------------------------
05:04:52 [INFO] 
05:04:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base ---
05:04:52 [INFO] 
05:04:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base ---
05:04:52 [INFO] 
05:04:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
05:04: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/base/target/jacoco.exec
05:04:52 [INFO] 
05:04:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
05:04:52 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:04:52 [INFO] The goal is skip due to packaging 'pom'
05:04:52 [INFO] 
05:04:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
05:04:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT...
05:04:52 [INFO] 
05:04:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
05:04:52 [INFO] 
05:04:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
05:04:52 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:04:52 [INFO] 
05:04:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
05:04:52 [INFO] Tests are skipped.
05:04:52 [INFO] 
05:04:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
05:04:52 [INFO] Tests are skipped.
05:04:52 [INFO] 
05:04:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
05:04:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:04:52 [INFO] 
05:04:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
05:04:52 [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
05:04:52 [INFO] 
05:04:52 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
05:04:52 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT                [8/77]
05:04:52 [INFO]   from base/model/pom.xml
05:04:52 [INFO] -------------------------------[ bundle ]-------------------------------
05:04:55 [INFO] 
05:04:55 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-model ---
05:04:55 [INFO] 
05:04:55 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-model ---
05:04:55 [INFO] 
05:04:55 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
05:04:55 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:04:55 [INFO] 
05:04:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
05:04: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/base/model/target/jacoco.exec
05:04:55 [INFO] 
05:04:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
05:04:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:04:55 [WARNING] 
05:04:55 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:04:55 [WARNING] 
05:04:55 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:04:55 [WARNING] 
05:04:55 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:04:55 [INFO] 
05:04:55 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
05:04:55 [INFO] Copying 0 resource from src/main/resources to target/classes
05:04:55 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:04:55 [INFO] 
05:04:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
05:04:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT...
05:04:55 [INFO] 
05:04:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
05:04:55 [INFO] Changes detected - recompiling the module! :dependency
05:04:55 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
05:04:57 [WARNING] bootstrap class path not set in conjunction with -source 8
05:04:57 [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.
05:04:57 [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.
05:04:57 [INFO] 
05:04:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
05:04:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources
05:04:57 [INFO] 
05:04:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
05:04:57 [INFO] Changes detected - recompiling the module! :dependency
05:04:57 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
05:04:59 [WARNING] bootstrap class path not set in conjunction with -source 8
05:04:59 [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;
05:04:59   cast to java.lang.Object for a varargs call
05:04:59   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
05:04:59 [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.
05:04:59 [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.
05:04:59 [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.
05:04:59 [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.
05:04:59 [INFO] 
05:04:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
05:04:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:04:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/model/target/surefire-reports
05:04:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:04:59 [INFO] 
05:04:59 [INFO] -------------------------------------------------------
05:04:59 [INFO]  T E S T S
05:04:59 [INFO] -------------------------------------------------------
05:04:59 [INFO] Running org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
05:05:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 s -- in org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
05:05:00 [INFO] Running org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
05:05:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
05:05:00 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
05:05:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.532 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
05:05:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
05:05:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
05:05:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
05:05:02 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
05:05:02 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s -- in org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
05:05:02 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
05:05:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
05:05:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
05:05:02 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
05:05:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
05:05:02 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
05:05:02 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
05:05:02 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
05:05:03 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
05:05:03 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
05:05:03 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
05:05:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
05:05:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
05:05:03 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
05:05:03 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.LongValueValidatorTest
05:05:03 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.base.model.headers.LongValueValidatorTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
05:05:03 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
05:05:03 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
05:05:03 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
05:05:03 [INFO] Running org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
05:05:04 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
05:05:04 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
05:05:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
05:05:04 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
05:05:04 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
05:05:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
05:05:04 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
05:05:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
05:05:04 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
05:05:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.IntValueValidatorTest
05:05:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.IntValueValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
05:05:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
05:05:04 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
05:05:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
05:05:04 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
05:05:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
05:05:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
05:05:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
05:05:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
05:05:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
05:05:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
05:05:04 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:04 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:04 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.
05:05:05 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:05 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.
05:05:05 Feb 13, 2024 10:05:04 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:05 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.
05:05:05 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
05:05:05 Feb 13, 2024 10:05:05 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:05 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.
05:05:05 Feb 13, 2024 10:05:05 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:05 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.
05:05:05 Feb 13, 2024 10:05:05 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:05 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.
05:05:05 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
05:05:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.signals.DateTimeUtilTest
05:05:05 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.signals.DateTimeUtilTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
05:05:05 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
05:05:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
05:05:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
05:05:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
05:05:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
05:05:05 [INFO] Running org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
05:05:06 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
05:05:06 [INFO] Running org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
05:05:06 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
05:05:06 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdsTest
05:05:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdsTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
05:05:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
05:05:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
05:05:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
05:05:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
05:05:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
05:05:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
05:05:07 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
05:05:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.ConditionCheckerTest
05:05:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.ConditionCheckerTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
05:05:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.PlaceholdersTest
05:05:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.PlaceholdersTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusTest
05:05:07 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.base.model.common.HttpStatusTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.LikeHelperTest
05:05:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.LikeHelperTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.BinaryValidationResultTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.BinaryValidationResultTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.DittoDurationTest
05:05:07 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.base.model.common.DittoDurationTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
05:05:07 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
05:05:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
05:05:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
05:05:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
05:05:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
05:05:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
05:05:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
05:05:07 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
05:05:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
05:05:07 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
05:05:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
05:05:07 [INFO] 
05:05:07 [INFO] Results:
05:05:07 [INFO] 
05:05:07 [INFO] Tests run: 805, Failures: 0, Errors: 0, Skipped: 0
05:05:07 [INFO] 
05:05:07 [INFO] 
05:05:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
05:05:07 [INFO] 
05:05:07 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
05:05:08 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
05:05:08 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF
05:05:08 [INFO] 
05:05:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
05:05:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:05:08 [INFO] No previous run data found, generating javadoc.
05:05:13 [WARNING] Javadoc Warnings
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.namespaces;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.signals;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.signals.announcements;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.signals.commands;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.signals.events;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected boolean canEqual(@Nullable final Object other) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected boolean canEqual(@Nullable final Object other) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected static final String DEFAULT_LIMIT = "-1";
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:194: warning: no comment
05:05:13 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
05:05:13 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
05:05:13 [WARNING] protected final S myself;
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:649: warning: no comment
05:05:13 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:357: warning: no comment
05:05:13 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:298: warning: no comment
05:05:13 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
05:05:13 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:543: warning: no comment
05:05:13 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected static DittoRuntimeException buildExceptionFromJson(
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected boolean canEqual(@Nullable final Object other) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
05:05:13 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected final EntityId entityId;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected final JsonPointer resourcePath;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] BINARY
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] JSON,
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] JSON_MERGE_PATCH,
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] TEXT,
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment
05:05:13 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment
05:05:13 [WARNING] public String getSuffix() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment
05:05:13 [WARNING] public Duration getJavaDuration(final long amount) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment
05:05:13 [WARNING] public ChronoUnit getChronoUnit() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment
05:05:13 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
05:05:13 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
05:05:13 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
05:05:13 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment
05:05:13 [WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
05:05:13 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
05:05:13 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment
05:05:13 [WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS),
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment
05:05:13 [WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS);
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
05:05:13 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
05:05:13 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
05:05:13 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public boolean isEmpty() {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public Stream<EntityTagMatcher> stream() {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
05:05:13 [WARNING] public int getCode() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
05:05:13 [WARNING] public boolean isClientError() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
05:05:13 [WARNING] public boolean isInformational() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
05:05:13 [WARNING] public boolean isRedirection() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
05:05:13 [WARNING] public boolean isServerError() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
05:05:13 [WARNING] public boolean isSuccess() {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected NoControlCharactersValidator(final CharSequence id) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public Builder(final JsonPointer path) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public final class RegexPatterns {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> FILTER =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
05:05:13 [WARNING] public Builder() {
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
05:05:13 [WARNING] @Nullable private final String invalidHeaderKey;
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
05:05:13 [WARNING] @Nullable private final String notSupportedHeaderKey;
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
05:05:13 [WARNING] private final String description;
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
05:05:13 [WARNING] private final String errorCode;
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
05:05:13 [WARNING] private final URI href;
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
05:05:13 [WARNING] private final HttpStatus httpStatus;
05:05:13 [WARNING] ^
05:05:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
05:05:13 [WARNING] private final String entityId;
05:05:13 [WARNING] ^
05:05:13 [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
05:05:13 [WARNING] private final T resource;
05:05:13 [WARNING] ^
05:05:13 [WARNING] 88 warnings
05:05:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
05:05:13 [INFO] 
05:05:13 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
05:05:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
05:05:14 [INFO] 
05:05:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
05:05:14 [INFO] Tests are skipped.
05:05:14 [INFO] 
05:05:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
05:05:14 [INFO] Tests are skipped.
05:05:14 [INFO] 
05:05:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
05:05:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
05:05:14 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
05:05:14 [INFO] 
05:05:14 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
05:05:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'.
05:05:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'.
05:05:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'.
05:05:15 [INFO] 
05:05:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model ---
05:05:15 [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
05:05:15 [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
05:05:15 [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
05:05:15 [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
05:05:15 [INFO] 
05:05:15 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model ---
05:05:15 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar
05:05:15 [INFO] Writing OBR metadata
05:05:15 [INFO] 
05:05:15 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------
05:05:15 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT                  [9/77]
05:05:15 [INFO]   from base/api/pom.xml
05:05:15 [INFO] --------------------------------[ jar ]---------------------------------
05:05:15 [INFO] 
05:05:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-api ---
05:05:15 [INFO] 
05:05:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-api ---
05:05:15 [INFO] 
05:05:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
05:05: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/base/api/target/jacoco.exec
05:05:15 [INFO] 
05:05:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api ---
05:05:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:05:15 [WARNING] 
05:05:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:05:15 [WARNING] 
05:05:15 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:05:15 [WARNING] 
05:05:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:05:15 [INFO] 
05:05:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api ---
05:05:15 [INFO] Copying 0 resource from src/main/resources to target/classes
05:05:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:05:15 [INFO] 
05:05:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api ---
05:05:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT...
05:05:15 [INFO] 
05:05:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api ---
05:05:15 [INFO] Changes detected - recompiling the module! :dependency
05:05:15 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes
05:05:15 [INFO] 
05:05:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api ---
05:05:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources
05:05:15 [INFO] 
05:05:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api ---
05:05:15 [INFO] Changes detected - recompiling the module! :dependency
05:05:15 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
05:05:16 [INFO] 
05:05:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api ---
05:05:16 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:05:16 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/api/target/surefire-reports
05:05:16 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:05:16 [INFO] 
05:05:16 [INFO] -------------------------------------------------------
05:05:16 [INFO]  T E S T S
05:05:16 [INFO] -------------------------------------------------------
05:05:17 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
05:05:17 Feb 13, 2024 10:05:17 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:17 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.
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
05:05:18 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
05:05:18 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
05:05:18 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
05:05:18 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
05:05:18 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigTest
05:05:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigTest
05:05:18 [INFO] Running org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 Feb 13, 2024 10:05:18 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:18 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.
05:05:18 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
05:05:18 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigTest
05:05:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.api.common.ModifyConfigTest
05:05:18 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownTest
05:05:19 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.base.api.common.ShutdownTest
05:05:19 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
05:05:19 Feb 13, 2024 10:05:19 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:19 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.
05:05:19 Feb 13, 2024 10:05:19 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:19 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.
05:05:19 Feb 13, 2024 10:05:19 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:05:19 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.
05:05:19 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
05:05:19 [INFO] Running org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
05:05:19 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
05:05:19 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownResponseTest
05:05:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.base.api.common.ShutdownResponseTest
05:05:19 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
05:05:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
05:05:19 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
05:05:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
05:05:19 [INFO] Running org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
05:05:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
05:05:19 [INFO] 
05:05:19 [INFO] Results:
05:05:19 [INFO] 
05:05:19 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
05:05:19 [INFO] 
05:05:19 [INFO] 
05:05:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api ---
05:05:19 [INFO] 
05:05:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api ---
05:05:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar
05:05:19 [INFO] 
05:05:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api ---
05:05:19 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:05:19 [INFO] No previous run data found, generating javadoc.
05:05:22 [WARNING] Javadoc Warnings
05:05:22 [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
05:05:22 [WARNING] package org.eclipse.ditto.base.api.commands.sudo;
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] package org.eclipse.ditto.base.api.common;
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] package org.eclipse.ditto.base.api.common.purge;
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] package org.eclipse.ditto.base.api.devops;
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands;
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] package org.eclipse.ditto.base.api.persistence;
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup;
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG =
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers);
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] public static String getTopic(final EntityType entityType) {
05:05:22 [WARNING] ^
05:05:22 [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
05:05:22 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS =
05:05:22 [WARNING] ^
05:05:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment
05:05:22 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason",
05:05:22 [WARNING] ^
05:05:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return
05:05:22 [WARNING] public abstract String getPubSubTopic();
05:05:22 [WARNING] ^
05:05:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment
05:05:22 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) {
05:05:22 [WARNING] ^
05:05:22 [WARNING] 16 warnings
05:05:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar
05:05:22 [INFO] 
05:05:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api ---
05:05:22 [INFO] Tests are skipped.
05:05:22 [INFO] 
05:05:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api ---
05:05:22 [INFO] Tests are skipped.
05:05:22 [INFO] 
05:05:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api ---
05:05:22 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec
05:05:22 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes
05:05:22 [INFO] 
05:05:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api ---
05:05:22 [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
05:05:22 [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
05:05:22 [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
05:05:22 [INFO] 
05:05:22 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------
05:05:22 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT                    [10/77]
05:05:22 [INFO]   from internal/pom.xml
05:05:22 [INFO] --------------------------------[ pom ]---------------------------------
05:05:22 [INFO] 
05:05:22 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal ---
05:05:22 [INFO] 
05:05:22 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal ---
05:05:22 [INFO] 
05:05:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
05:05: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/target/jacoco.exec
05:05:22 [INFO] 
05:05:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal ---
05:05:22 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:05:22 [INFO] The goal is skip due to packaging 'pom'
05:05:22 [INFO] 
05:05:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal ---
05:05:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT...
05:05:22 [INFO] 
05:05:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal ---
05:05:22 [INFO] 
05:05:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal ---
05:05:22 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:05:22 [INFO] 
05:05:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal ---
05:05:22 [INFO] Tests are skipped.
05:05:22 [INFO] 
05:05:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal ---
05:05:22 [INFO] Tests are skipped.
05:05:22 [INFO] 
05:05:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal ---
05:05:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:05:22 [INFO] 
05:05:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal ---
05:05:22 [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
05:05:22 [INFO] 
05:05:22 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >---------------
05:05:22 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT           [11/77]
05:05:22 [INFO]   from internal/utils/pom.xml
05:05:22 [INFO] --------------------------------[ pom ]---------------------------------
05:05:22 [INFO] 
05:05:22 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils ---
05:05:22 [INFO] 
05:05:22 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils ---
05:05:22 [INFO] 
05:05:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
05:05: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/target/jacoco.exec
05:05:22 [INFO] 
05:05:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils ---
05:05:22 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:05:22 [INFO] The goal is skip due to packaging 'pom'
05:05:22 [INFO] 
05:05:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils ---
05:05:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT...
05:05:22 [INFO] 
05:05:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils ---
05:05:22 [INFO] 
05:05:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils ---
05:05:22 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:05:22 [INFO] 
05:05:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils ---
05:05:22 [INFO] Tests are skipped.
05:05:22 [INFO] 
05:05:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils ---
05:05:22 [INFO] Tests are skipped.
05:05:22 [INFO] 
05:05:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils ---
05:05:22 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:05:22 [INFO] 
05:05:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils ---
05:05:22 [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
05:05:22 [INFO] 
05:05:22 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------
05:05:22 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77]
05:05:22 [INFO]   from internal/utils/config/pom.xml
05:05:22 [INFO] --------------------------------[ jar ]---------------------------------
05:05:26 [INFO] 
05:05:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-config ---
05:05:26 [INFO] 
05:05:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-config ---
05:05:26 [INFO] 
05:05:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
05:05: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/internal/utils/config/target/jacoco.exec
05:05:26 [INFO] 
05:05:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config ---
05:05:26 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:05:26 [WARNING] 
05:05:26 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:05:26 [WARNING] 
05:05:26 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:05:26 [WARNING] 
05:05:26 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:05:26 [INFO] 
05:05:26 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config ---
05:05:26 [INFO] Copying 1 resource from src/main/resources to target/classes
05:05:26 [INFO] Copying 16 resources from src/main/resources to target/classes
05:05:26 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:05:26 [INFO] 
05:05:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config ---
05:05:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT...
05:05:26 [INFO] 
05:05:26 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config ---
05:05:26 [INFO] Changes detected - recompiling the module! :dependency
05:05:26 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
05:05:26 [INFO] 
05:05:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config ---
05:05:26 [INFO] Copying 6 resources from src/test/resources to target/test-classes
05:05:26 [INFO] 
05:05:26 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config ---
05:05:26 [INFO] Changes detected - recompiling the module! :dependency
05:05:26 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
05:05:27 [INFO] 
05:05:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config ---
05:05:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:05:27 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/surefire-reports
05:05:27 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:05:27 [INFO] 
05:05:27 [INFO] -------------------------------------------------------
05:05:27 [INFO]  T E S T S
05:05:27 [INFO] -------------------------------------------------------
05:05:28 [INFO] Running org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
05:05:30 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.555 s -- in org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
05:05:30 SLF4J(W): No SLF4J providers were found.
05:05:30 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
05:05:30 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
05:05:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
05:05:30 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
05:05:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
05:05:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
05:05:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
05:05:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
05:05:30 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretTest
05:05:30 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
05:05:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
05:05:30 [INFO] Running org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
05:05:31 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
05:05:31 [INFO] Running org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
05:05:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
05:05:31 [INFO] Running org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
05:05:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
05:05:31 [INFO] 
05:05:31 [INFO] Results:
05:05:31 [INFO] 
05:05:31 [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0
05:05:31 [INFO] 
05:05:31 [INFO] 
05:05:31 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config ---
05:05:31 [INFO] 
05:05:31 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config ---
05:05:31 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar
05:05:31 [INFO] 
05:05:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config ---
05:05:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:05:31 [INFO] No previous run data found, generating javadoc.
05:05:33 [WARNING] Javadoc Warnings
05:05:33 [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
05:05:33 [WARNING] package org.eclipse.ditto.internal.utils.config;
05:05:33 [WARNING] ^
05:05:33 [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
05:05:33 [WARNING] package org.eclipse.ditto.internal.utils.config.raw;
05:05:33 [WARNING] ^
05:05:33 [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
05:05:33 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions";
05:05:33 [WARNING] ^
05:05:33 [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
05:05:33 [WARNING] static Config dittoExtension(final Config config) {
05:05:33 [WARNING] ^
05:05:33 [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
05:05:33 [WARNING] static Config getOrEmpty(final Config config, final String path) {
05:05:33 [WARNING] ^
05:05:33 [WARNING] 5 warnings
05:05:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
05:05:33 [INFO] 
05:05:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config ---
05:05:33 [INFO] Tests are skipped.
05:05:33 [INFO] 
05:05:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config ---
05:05:33 [INFO] Tests are skipped.
05:05:33 [INFO] 
05:05:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config ---
05:05:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec
05:05:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes
05:05:33 [INFO] 
05:05:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config ---
05:05:33 [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
05:05:33 [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
05:05:33 [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
05:05:33 [INFO] 
05:05:33 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >-----------
05:05:33 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77]
05:05:33 [INFO]   from internal/utils/metrics/pom.xml
05:05:33 [INFO] --------------------------------[ jar ]---------------------------------
05:05:39 [INFO] 
05:05:39 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-metrics ---
05:05:39 [INFO] 
05:05:39 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-metrics ---
05:05:39 [INFO] 
05:05:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
05:05: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/internal/utils/metrics/target/jacoco.exec
05:05:39 [INFO] 
05:05:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics ---
05:05:39 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:05:39 [WARNING] 
05:05:39 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:05:39 [WARNING] 
05:05:39 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:05:39 [WARNING] 
05:05:39 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:05:39 [INFO] 
05:05:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics ---
05:05:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources
05:05:39 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:05:39 [INFO] 
05:05:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics ---
05:05:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT...
05:05:39 [INFO] 
05:05:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics ---
05:05:39 [INFO] Changes detected - recompiling the module! :dependency
05:05:39 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes
05:05:40 [INFO] 
05:05:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics ---
05:05:40 [INFO] Copying 3 resources from src/test/resources to target/test-classes
05:05:40 [INFO] 
05:05:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics ---
05:05:40 [INFO] Changes detected - recompiling the module! :dependency
05:05:40 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
05:05:40 [INFO] 
05:05:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics ---
05:05:40 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:05:40 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/surefire-reports
05:05:40 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:05:40 [INFO] 
05:05:40 [INFO] -------------------------------------------------------
05:05:40 [INFO]  T E S T S
05:05:40 [INFO] -------------------------------------------------------
05:05:41 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
05:05:41 SLF4J(W): No SLF4J providers were found.
05:05:41 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
05:05:41 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
05:05:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.982 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
05:05:42 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
05:05:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.867 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
05:05:44 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
05:05:44 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
05:05:44 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
05:05:44 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:05:45 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
05:05:45 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
05:05:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
05:05:46 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
05:05:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.260 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
05:05:47 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
05:05:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
05:05:47 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
05:05:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
05:05:47 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
05:05:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
05:05:47 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
05:05:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
05:05:47 [INFO] Running org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
05:05:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s -- in org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
05:05:48 [INFO] 
05:05:48 [INFO] Results:
05:05:48 [INFO] 
05:05:48 [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
05:05:48 [INFO] 
05:05:48 [INFO] 
05:05:48 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics ---
05:05:48 [INFO] 
05:05:48 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics ---
05:05:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar
05:05:48 [INFO] 
05:05:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics ---
05:05:48 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:05:48 [INFO] No previous run data found, generating javadoc.
05:05:50 [WARNING] Javadoc Warnings
05:05:50 [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
05:05:50 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config;
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments;
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter;
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge;
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram;
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag;
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer;
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config,
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config,
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] public static KamonCounter newCounter(final String name) {
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] public static Gauge newGauge(final String name) {
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] public static Histogram newHistogram(final String name) {
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler);
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] public static PreparedTimer newTimer(final String name) {
05:05:50 [WARNING] ^
05:05:50 [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
05:05:50 [WARNING] public static PreparedTimer newTimer(final String name) {
05:05:50 [WARNING] ^
05:05:50 [WARNING] 15 warnings
05:05:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
05:05:50 [INFO] 
05:05:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics ---
05:05:50 [INFO] Tests are skipped.
05:05:50 [INFO] 
05:05:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics ---
05:05:50 [INFO] Tests are skipped.
05:05:50 [INFO] 
05:05:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics ---
05:05:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec
05:05:50 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes
05:05:50 [INFO] 
05:05:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics ---
05:05:50 [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
05:05:50 [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
05:05:50 [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
05:05:50 [INFO] 
05:05:50 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >----------------
05:05:50 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT             [14/77]
05:05:50 [INFO]   from utils/result/pom.xml
05:05:50 [INFO] --------------------------------[ jar ]---------------------------------
05:05:51 [INFO] 
05:05:51 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-result ---
05:05:51 [INFO] 
05:05:51 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-result ---
05:05:51 [INFO] 
05:05:51 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
05:05:51 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:05:51 [INFO] 
05:05:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
05:05: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/utils/result/target/jacoco.exec
05:05:51 [INFO] 
05:05:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result ---
05:05:51 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:05:51 [WARNING] 
05:05:51 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:05:51 [WARNING] 
05:05:51 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:05:51 [WARNING] 
05:05:51 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/result/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:05:51 [INFO] 
05:05:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result ---
05:05:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources
05:05:51 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:05:51 [INFO] 
05:05:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result ---
05:05:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT...
05:05:51 [INFO] 
05:05:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result ---
05:05:51 [INFO] Changes detected - recompiling the module! :dependency
05:05:51 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
05:05:51 [INFO] 
05:05:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result ---
05:05:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources
05:05:51 [INFO] 
05:05:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result ---
05:05:51 [INFO] Changes detected - recompiling the module! :dependency
05:05:51 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:05:51 [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.
05:05:51 [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.
05:05:51 [INFO] 
05:05:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result ---
05:05:51 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:05:51 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/surefire-reports
05:05:51 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:05:51 [INFO] 
05:05:51 [INFO] -------------------------------------------------------
05:05:51 [INFO]  T E S T S
05:05:51 [INFO] -------------------------------------------------------
05:05:51 [INFO] Running org.eclipse.ditto.utils.result.ResultTest
05:05:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.ditto.utils.result.ResultTest
05:05:52 [INFO] Running org.eclipse.ditto.utils.result.ErrTest
05:05:53 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.296 s -- in org.eclipse.ditto.utils.result.ErrTest
05:05:53 [INFO] Running org.eclipse.ditto.utils.result.OkTest
05:05:53 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.utils.result.OkTest
05:05:53 [INFO] 
05:05:53 [INFO] Results:
05:05:53 [INFO] 
05:05:53 [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
05:05:53 [INFO] 
05:05:53 [INFO] 
05:05:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result ---
05:05:53 [INFO] 
05:05:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result ---
05:05:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar
05:05:53 [INFO] 
05:05:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result ---
05:05:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:05:53 [INFO] No previous run data found, generating javadoc.
05:05:54 [WARNING] Javadoc Warnings
05:05:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment
05:05:54 [WARNING] package org.eclipse.ditto.utils.result;
05:05:54 [WARNING] ^
05:05:54 [WARNING] 1 warning
05:05:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar
05:05:54 [INFO] 
05:05:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result ---
05:05:54 [INFO] Tests are skipped.
05:05:54 [INFO] 
05:05:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result ---
05:05:54 [INFO] Tests are skipped.
05:05:54 [INFO] 
05:05:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result ---
05:05:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec
05:05:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes
05:05:54 [INFO] 
05:05:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result ---
05:05:54 [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
05:05:54 [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
05:05:54 [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
05:05:54 [INFO] 
05:05:54 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >-----------
05:05:54 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77]
05:05:54 [INFO]   from internal/utils/tracing/pom.xml
05:05:54 [INFO] --------------------------------[ jar ]---------------------------------
05:05:58 [INFO] 
05:05:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-tracing ---
05:05:58 [INFO] 
05:05:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-tracing ---
05:05:58 [INFO] 
05:05:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
05:05: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/tracing/target/jacoco.exec
05:05:58 [INFO] 
05:05:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing ---
05:05:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:05:58 [WARNING] 
05:05:58 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:05:58 [WARNING] 
05:05:58 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:05:58 [WARNING] 
05:05:58 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:05:58 [INFO] 
05:05:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing ---
05:05:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources
05:05:58 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:05:58 [INFO] 
05:05:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing ---
05:05:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT...
05:05:58 [INFO] 
05:05:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing ---
05:05:58 [INFO] Changes detected - recompiling the module! :dependency
05:05:58 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
05:05:58 [INFO] 
05:05:58 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing ---
05:05:58 [INFO] Changes detected - recompiling the module! :dependency
05:05:58 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
05:05:59 [INFO] 
05:05:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing ---
05:05:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources
05:05:59 [INFO] 
05:05:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing ---
05:05:59 [INFO] Changes detected - recompiling the module! :dependency
05:05:59 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
05:05:59 [INFO] 
05:05:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing ---
05:05:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:05:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/surefire-reports
05:05:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:05:59 [INFO] 
05:05:59 [INFO] -------------------------------------------------------
05:05:59 [INFO]  T E S T S
05:05:59 [INFO] -------------------------------------------------------
05:06:00 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
05:06:00 10:06:00.433 [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]]]>
05:06:00 10:06:00.557 [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]]]>
05:06:00 10:06:00.558 [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]]]>
05:06:00 10:06:00.559 [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]]]>
05:06:00 10:06:00.559 [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]]]>
05:06:00 10:06:00.562 [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]]]>
05:06:00 10:06:00.563 [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]]]>
05:06:00 10:06:00.564 [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]]]>
05:06:00 10:06:00.564 [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]]]>
05:06:00 10:06:00.565 [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]]]>
05:06:00 10:06:00.565 [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]]]>
05:06:00 10:06:00.566 [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]]]>
05:06:00 10:06:00.566 [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]]]>
05:06:01 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.289 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
05:06:01 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
05:06:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
05:06:01 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
05:06:02 10:06:02.668 [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
05:06:02 10:06:02.757 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
05:06:02 10:06:02.771 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
05:06:02 10:06:02.772 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
05:06:02 10:06:02.811 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
05:06:03 10:06:03.186 [main] INFO kamon.Init -- 
05:06:03  _
05:06:03 | |
05:06:03 | | ____ _ _ __ ___   ___  _ __
05:06:03 | |/ / _  |  _ ` _ \ / _ \|  _ \
05:06:03 |   < (_| | | | | | | (_) | | | |
05:06:03 |_|\_\__,_|_| |_| |_|\___/|_| |_|
05:06:03 =====================================
05:06:03 Initializing Kamon Telemetry v2.6.6 / Kanela not found
05:06:03 
05:06:04 10:06:04.497 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
05:06:04 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.616 s -- in org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
05:06:04 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
05:06:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
05:06:04 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
05:06:04 10:06:04.546 [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
05:06:04 10:06:04.549 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
05:06:04 10:06:04.549 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
05:06:04 10:06:04.549 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
05:06:04 10:06:04.550 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
05:06:04 10:06:04.552 [main] INFO kamon.Init -- 
05:06:04  _
05:06:04 | |
05:06:04 | | ____ _ _ __ ___   ___  _ __
05:06:04 | |/ / _  |  _ ` _ \ / _ \|  _ \
05:06:04 |   < (_| | | | | | | (_) | | | |
05:06:04 |_|\_\__,_|_| |_| |_|\___/|_| |_|
05:06:04 =====================================
05:06:04 Initializing Kamon Telemetry v2.6.6 / Kanela not found
05:06:04 
05:06:04 Feb 13, 2024 10:06:04 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:04 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
05:06:04 Feb 13, 2024 10:06:04 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:04 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
05:06:04 10:06:04.864 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:04 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:04 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:04 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:04 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:04 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:04 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:04 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:04 10:06:04.867 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:04 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:04 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:04 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:04 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:04 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:04 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:04 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:04 Feb 13, 2024 10:06:04 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:04 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
05:06:04 10:06:04.955 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
05:06:04 10:06:04.955 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:04 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:04 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:04 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:04 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:04 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:04 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:04 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:04 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:04 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 s -- in org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
05:06:04 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
05:06:05 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
05:06:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
05:06:05 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
05:06:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
05:06:05 10:06:05.186 [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
05:06:05 10:06:05.189 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
05:06:05 10:06:05.189 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
05:06:05 10:06:05.189 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
05:06:05 10:06:05.189 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
05:06:05 10:06:05.191 [main] INFO kamon.Init -- 
05:06:05  _
05:06:05 | |
05:06:05 | | ____ _ _ __ ___   ___  _ __
05:06:05 | |/ / _  |  _ ` _ \ / _ \|  _ \
05:06:05 |   < (_| | | | | | | (_) | | | |
05:06:05 |_|\_\__,_|_| |_| |_|\___/|_| |_|
05:06:05 =====================================
05:06:05 Initializing Kamon Telemetry v2.6.6 / Kanela not found
05:06:05 
05:06:05 Feb 13, 2024 10:06:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
05:06:05 10:06:05.294 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:05 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:05 Feb 13, 2024 10:06:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
05:06:05 10:06:05.395 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:05 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:05 Feb 13, 2024 10:06:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
05:06:05 10:06:05.493 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:05 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:05 Feb 13, 2024 10:06:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
05:06:05 10:06:05.593 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:05 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:05 Feb 13, 2024 10:06:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
05:06:05 10:06:05.693 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:05 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:05 10:06:05.694 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
05:06:05 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s -- in org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
05:06:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
05:06:05 10:06:05.699 [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
05:06:05 10:06:05.701 [main] INFO kamon.prometheus.PrometheusReporter -- Started the embedded HTTP server on http://0.0.0.0:9095/metrics
05:06:05 10:06:05.701 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Creating OpenTelemetry Trace Reporter
05:06:05 10:06:05.701 [main] INFO kamon.otel.OpenTelemetryTraceReporter -- Reconfigure OpenTelemetry Trace Reporter
05:06:05 10:06:05.701 [main] INFO kamon.otel.OtlpTraceService -- Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
05:06:05 10:06:05.703 [main] INFO kamon.Init -- 
05:06:05  _
05:06:05 | |
05:06:05 | | ____ _ _ __ ___   ___  _ __
05:06:05 | |/ / _  |  _ ` _ \ / _ \|  _ \
05:06:05 |   < (_| | | | | | | (_) | | | |
05:06:05 |_|\_\__,_|_| |_| |_|\___/|_| |_|
05:06:05 =====================================
05:06:05 Initializing Kamon Telemetry v2.6.6 / Kanela not found
05:06:05 
05:06:05 10:06:05.806 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:05 10:06:05.807 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:06 10:06:06.237 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:06:06 10:06:06.238 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:06:06 10:06:06.239 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:06 Feb 13, 2024 10:06:06 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:06:06 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
05:06:06 10:06:06.306 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter -- Failed to export traces
05:06:06 kamon.otel.StatusRuntimeException$: Exporting trace span failed
05:06:06 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
05:06:06 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:06:06 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:06:06 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:06:06 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:06:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:06:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:06:06 	at java.base/java.lang.Thread.run(Thread.java:833)
05:06:06 10:06:06.316 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:06 10:06:06.318 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:06 10:06:06.320 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:06:06 10:06:06.321 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:06 10:06:06.322 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:06 10:06:06.324 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing -- Ditto tracing initialized and enabled using propagation channel <default>.
05:06:06 10:06:06.325 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter -- Stopping OpenTelemetry Trace Reporter
05:06:06 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s -- in org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
05:06:06 [INFO] Running org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
05:06:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
05:06:06 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
05:06:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
05:06:06 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
05:06:06 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
05:06:06 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
05:06:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
05:06:06 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
05:06:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
05:06:06 [INFO] 
05:06:06 [INFO] Results:
05:06:06 [INFO] 
05:06:06 [WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 1
05:06:06 [INFO] 
05:06:06 [INFO] 
05:06:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing ---
05:06:06 [INFO] 
05:06:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing ---
05:06:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar
05:06:06 [INFO] 
05:06:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing ---
05:06:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:06:06 [INFO] No previous run data found, generating javadoc.
05:06:08 [WARNING] Javadoc Warnings
05:06:08 [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
05:06:08 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config;
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter;
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span;
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error");
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success");
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel");
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID =
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE =
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID =
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId");
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode");
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME =
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path");
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type");
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public abstract Tag getTagForValue(T value);
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] Map<String, String> propagateContext(Map<String, String> map);
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public URI getTraceUri() {
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static String metricizeTraceUri(final String traceUri) {
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static String metricizeTraceUri(final String traceUri) {
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static String normalizePath(final String path) {
05:06:08 [WARNING] ^
05:06:08 [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
05:06:08 [WARNING] public static String normalizePath(final String path) {
05:06:08 [WARNING] ^
05:06:08 [WARNING] 21 warnings
05:06:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
05:06:08 [INFO] 
05:06:08 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing ---
05:06:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
05:06:08 [INFO] 
05:06:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing ---
05:06:08 [INFO] Tests are skipped.
05:06:08 [INFO] 
05:06:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing ---
05:06:08 [INFO] Tests are skipped.
05:06:08 [INFO] 
05:06:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing ---
05:06:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec
05:06:08 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes
05:06:08 [INFO] 
05:06:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing ---
05:06:08 [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
05:06:08 [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
05:06:08 [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
05:06:08 [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
05:06:08 [INFO] 
05:06:08 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >---------------
05:06:08 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT          [16/77]
05:06:08 [INFO]   from internal/models/pom.xml
05:06:08 [INFO] --------------------------------[ pom ]---------------------------------
05:06:08 [INFO] 
05:06:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models ---
05:06:08 [INFO] 
05:06:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models ---
05:06:08 [INFO] 
05:06:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
05:06:08 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/target/jacoco.exec
05:06:08 [INFO] 
05:06:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models ---
05:06:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:06:08 [INFO] The goal is skip due to packaging 'pom'
05:06:08 [INFO] 
05:06:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models ---
05:06:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT...
05:06:08 [INFO] 
05:06:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models ---
05:06:08 [INFO] 
05:06:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models ---
05:06:08 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:06:08 [INFO] 
05:06:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models ---
05:06:08 [INFO] Tests are skipped.
05:06:08 [INFO] 
05:06:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models ---
05:06:08 [INFO] Tests are skipped.
05:06:08 [INFO] 
05:06:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models ---
05:06:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:06:08 [INFO] 
05:06:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models ---
05:06:08 [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
05:06:08 [INFO] 
05:06:08 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >----------
05:06:08 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77]
05:06:08 [INFO]   from internal/models/streaming/pom.xml
05:06:08 [INFO] --------------------------------[ jar ]---------------------------------
05:06:08 [INFO] 
05:06:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-streaming ---
05:06:08 [INFO] 
05:06:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-streaming ---
05:06:08 [INFO] 
05:06:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
05:06:08 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec
05:06:08 [INFO] 
05:06:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming ---
05:06:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:06:08 [WARNING] 
05:06:08 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:06:08 [WARNING] 
05:06:08 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:06:08 [WARNING] 
05:06:08 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:06:08 [INFO] 
05:06:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming ---
05:06:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources
05:06:08 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:06:08 [INFO] 
05:06:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming ---
05:06:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT...
05:06:08 [INFO] 
05:06:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming ---
05:06:08 [INFO] Changes detected - recompiling the module! :dependency
05:06:08 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
05:06:09 [INFO] 
05:06:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming ---
05:06:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources
05:06:09 [INFO] 
05:06:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming ---
05:06:09 [INFO] Changes detected - recompiling the module! :dependency
05:06:09 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
05:06:09 [INFO] 
05:06:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming ---
05:06:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:06:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/surefire-reports
05:06:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:06:09 [INFO] 
05:06:09 [INFO] -------------------------------------------------------
05:06:09 [INFO]  T E S T S
05:06:09 [INFO] -------------------------------------------------------
05:06:09 [INFO] Running org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
05:06:10 Feb 13, 2024 10:06:10 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06:10 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
05:06:10 Feb 13, 2024 10:06:10 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06:10 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
05:06:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 s -- in org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
05:06:11 [INFO] Running org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
05:06:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
05:06:11 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06: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.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06: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.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
05:06:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
05:06:11 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06: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.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06: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.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06: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.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06: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.
05:06:11 Feb 13, 2024 10:06:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:06: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.
05:06:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
05:06:11 [INFO] 
05:06:11 [INFO] Results:
05:06:11 [INFO] 
05:06:11 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
05:06:11 [INFO] 
05:06:11 [INFO] 
05:06:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming ---
05:06:11 [INFO] 
05:06:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming ---
05:06:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar
05:06:11 [INFO] 
05:06:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming ---
05:06:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:06:11 [INFO] No previous run data found, generating javadoc.
05:06:13 [WARNING] Javadoc Warnings
05:06:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/AbstractEntityIdWithRevision.java:34: warning: no comment
05:06:13 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) {
05:06:13 [WARNING] ^
05:06:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/SudoStreamSnapshots.java:122: warning: no @param for dittoHeaders
05:06:13 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:06:13 [WARNING] ^
05:06:13 [WARNING] 2 warnings
05:06:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
05:06:13 [INFO] 
05:06:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming ---
05:06:13 [INFO] Tests are skipped.
05:06:13 [INFO] 
05:06:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming ---
05:06:13 [INFO] Tests are skipped.
05:06:13 [INFO] 
05:06:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming ---
05:06:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec
05:06:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes
05:06:13 [INFO] 
05:06:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming ---
05:06:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT.pom
05:06:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT.jar
05:06:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
05:06:13 [INFO] 
05:06:13 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------
05:06:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT  [18/77]
05:06:13 [INFO]   from internal/utils/pekko/pom.xml
05:06:13 [INFO] --------------------------------[ jar ]---------------------------------
05:06:14 [INFO] 
05:06:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pekko ---
05:06:14 [INFO] 
05:06:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pekko ---
05:06:14 [INFO] 
05:06:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
05:06:14 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec
05:06:14 [INFO] 
05:06:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko ---
05:06:14 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:06:14 [WARNING] 
05:06:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:06:14 [WARNING] 
05:06:14 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:06:14 [WARNING] 
05:06:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:06:14 [INFO] 
05:06:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko ---
05:06:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources
05:06:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:06:14 [INFO] 
05:06:14 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko ---
05:06:17 [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
05:06:17 [INFO] Compiler bridge file is not installed yet
05:06:25 warning: 4 deprecations (since 2.12.0)
05:06:25 warning: 1 deprecation (since 2.12.5)
05:06:25 warning: 2 deprecations (since 2.12.9)
05:06:25 warning: 2 deprecations (since 2.13)
05:06:25 warning: 7 deprecations (since 2.13.0)
05:06:25 warning: 1 deprecation (since 2.13.12)
05:06:25 warning: 1 deprecation (since 2.13.4)
05:06:25 warning: 18 deprecations in total; re-run with -deprecation for details
05:06:25 warning: 2 feature warnings; re-run with -feature for details
05:06:25 9 warnings
05:06:25 [INFO] Compiler bridge installed
05:06:26 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ...
05:06:27 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
05:06:27 [WARNING] one warning found
05:06:30 [INFO] NoPosition: Note: Some input files use or override a deprecated API.
05:06:30 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
05:06:31 [INFO] done compiling
05:06:31 [INFO] compile in 15.8 s
05:06:31 [INFO] 
05:06:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko ---
05:06:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT...
05:06:31 [INFO] 
05:06:31 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko ---
05:06:31 [INFO] Changes detected - recompiling the module! :dependency
05:06:31 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
05:06:32 [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.
05:06:32 [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.
05:06:32 [INFO] 
05:06:32 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko ---
05:06:32 [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
05:06:32 [INFO] compile in 0.1 s
05:06:32 [INFO] 
05:06:32 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko ---
05:06:32 [INFO] Changes detected - recompiling the module! :dependency
05:06:32 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
05:06:33 [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.
05:06:33 [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.
05:06:33 [INFO] 
05:06:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko ---
05:06:33 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:06:33 [INFO] 
05:06:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko ---
05:06:33 [INFO] Changes detected - recompiling the module! :dependency
05:06:33 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes
05:06:33 [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.
05:06:33 [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.
05:06:33 [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.
05:06:33 [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.
05:06:33 [INFO] 
05:06:33 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko ---
05:06:33 [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
05:06:33 [INFO] compiling 19 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/test-classes ...
05:06:36 [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.
05:06:36 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
05:06:36 [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.
05:06:36 [INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details.
05:06:36 [INFO] done compiling
05:06:36 [INFO] compile in 2.7 s
05:06:36 [INFO] 
05:06:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko ---
05:06:36 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:06:36 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/surefire-reports
05:06:36 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:06:36 [INFO] 
05:06:36 [INFO] -------------------------------------------------------
05:06:36 [INFO]  T E S T S
05:06:36 [INFO] -------------------------------------------------------
05:06:37 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
05:06:37 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:06:39 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.400 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
05:06:39 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
05:06:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
05:06:39 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
05:06:41 SLF4J(I): Attempting to load provider "org.eclipse.ditto.internal.utils.pekko.logging.StaticMDCServiceProvider" specified via "slf4j.provider" system property
05:06:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
05:06:41 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
05:06:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
05:06:41 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
05:06:41 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.287 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
05:06:41 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
05:06:42 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
05:06:42 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
05:06:42 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
05:06:42 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
05:06:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
05:06:42 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
05:06:42 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
05:06:42 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
05:06:43 [INFO] [02/13/2024 10:06:43.447] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:43 [INFO] [02/13/2024 10:06:43.582] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:43 [INFO] [02/13/2024 10:06:43.660] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:43 [INFO] [02/13/2024 10:06:43.726] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:43 [INFO] [02/13/2024 10:06:43.791] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:43 [INFO] [02/13/2024 10:06:43.870] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:43 [INFO] [02/13/2024 10:06:43.929] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:43.992] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.067] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.126] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.191] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.255] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.318] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.373] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.427] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.487] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.547] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.602] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.426 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
05:06:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
05:06:44 [INFO] [02/13/2024 10:06:44.668] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.727] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.787] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] [02/13/2024 10:06:44.841] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
05:06:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
05:06:44 [INFO] [02/13/2024 10:06:44.969] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:45 [INFO] [02/13/2024 10:06:45.030] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:45 [INFO] [02/13/2024 10:06:45.117] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
05:06:45 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
05:06:45 [INFO] [02/13/2024 10:06:45.329] [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]]
05:06:45 [INFO] [02/13/2024 10:06:45.349] [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]]
05:06:45 [INFO] [02/13/2024 10:06:45.364] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:45 [INFO] [02/13/2024 10:06:45.429] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:45 [INFO] [02/13/2024 10:06:45.494] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
05:06:45 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
05:06:46 [INFO] [02/13/2024 10:06:46.244] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:46 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
05:06:46 [INFO] Running org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
05:06:46 [INFO] [02/13/2024 10:06:46.568] [main] [CoordinatedShutdown(pekko://monitored-unbounded-mailbox-test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
05:06:46 [INFO] 
05:06:46 [INFO] Results:
05:06:46 [INFO] 
05:06:46 [WARNING] Tests run: 121, Failures: 0, Errors: 0, Skipped: 1
05:06:46 [INFO] 
05:06:46 [INFO] 
05:06:46 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko ---
05:06:46 [INFO] 
05:06:46 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko ---
05:06:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar
05:06:46 [INFO] 
05:06:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko ---
05:06:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:06:46 [INFO] No previous run data found, generating javadoc.
05:06:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
05:06:48 [INFO] 
05:06:48 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko ---
05:06:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
05:06:48 [INFO] 
05:06:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko ---
05:06:48 [INFO] Tests are skipped.
05:06:48 [INFO] 
05:06:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko ---
05:06:48 [INFO] Tests are skipped.
05:06:48 [INFO] 
05:06:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko ---
05:06:48 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec
05:06:48 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes
05:06:48 [INFO] 
05:06:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko ---
05:06:48 [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
05:06:48 [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
05:06:48 [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
05:06:48 [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
05:06:48 [INFO] 
05:06:48 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------
05:06:48 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77]
05:06:48 [INFO]   from internal/utils/health/pom.xml
05:06:48 [INFO] --------------------------------[ jar ]---------------------------------
05:06:52 [INFO] 
05:06:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-health ---
05:06:52 [INFO] 
05:06:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-health ---
05:06:52 [INFO] 
05:06:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
05:06: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/health/target/jacoco.exec
05:06:52 [INFO] 
05:06:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health ---
05:06:52 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:06:52 [WARNING] 
05:06:52 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:06:52 [WARNING] 
05:06:52 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:06:52 [WARNING] 
05:06:52 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:06:52 [INFO] 
05:06:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health ---
05:06:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources
05:06:52 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:06:52 [INFO] 
05:06:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health ---
05:06:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT...
05:06:52 [INFO] 
05:06:52 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health ---
05:06:52 [INFO] Changes detected - recompiling the module! :dependency
05:06:52 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes
05:06:52 [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.
05:06:52 [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.
05:06:52 [INFO] 
05:06:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health ---
05:06:52 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:06:52 [INFO] 
05:06:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health ---
05:06:52 [INFO] Changes detected - recompiling the module! :dependency
05:06:52 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes
05:06:52 [INFO] 
05:06:52 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health ---
05:06:52 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:06:52 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/surefire-reports
05:06:52 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:06:52 [INFO] 
05:06:52 [INFO] -------------------------------------------------------
05:06:52 [INFO]  T E S T S
05:06:52 [INFO] -------------------------------------------------------
05:06:53 [INFO] Running org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
05:06:54 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 s -- in org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
05:06:54 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
05:06:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.496 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
05:06:55 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
05:06:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
05:06:56 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
05:06:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
05:06:56 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
05:06:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
05:06:56 [INFO] Running org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
05:06:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
05:06:56 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
05:06:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
05:06:56 [INFO] Running org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest
05:06:57 [INFO] [02/13/2024 10:06:57.900] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:58 [INFO] [02/13/2024 10:06:58.075] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:58 [INFO] [pekkoDeadLetter][02/13/2024 10:06:58.101] [default-pekko.actor.default-dispatcher-4] [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'.
05:06:58 [INFO] [02/13/2024 10:06:58.704] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:58 [INFO] [02/13/2024 10:06:58.841] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:06:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.384 s -- in org.eclipse.ditto.internal.utils.health.SubsystemHealthCheckTest
05:06:58 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusInfoTest
05:06:58 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.ditto.internal.utils.health.StatusInfoTest
05:06:58 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
05:06:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
05:06:59 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
05:06:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
05:06:59 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
05:06:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
05:06:59 [INFO] 
05:06:59 [INFO] Results:
05:06:59 [INFO] 
05:06:59 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0
05:06:59 [INFO] 
05:06:59 [INFO] 
05:06:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health ---
05:06:59 [INFO] 
05:06:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health ---
05:06:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar
05:06:59 [INFO] 
05:06:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health ---
05:06:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:06:59 [INFO] No previous run data found, generating javadoc.
05:07:01 [WARNING] Javadoc Warnings
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/package-info.java:14: warning: no comment
05:07:01 [WARNING] package org.eclipse.ditto.internal.utils.health;
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/config/package-info.java:14: warning: no comment
05:07:01 [WARNING] package org.eclipse.ditto.internal.utils.health.config;
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:337: warning: no @param for events
05:07:01 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:239: warning: no comment
05:07:01 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:251: warning: no comment
05:07:01 [WARNING] protected void shutdownStream(final Shutdown shutdown) {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:376: warning: no comment
05:07:01 [WARNING] default StatusDetailMessage.Level level() {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:374: warning: no comment
05:07:01 [WARNING] String name();
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:35: warning: no comment
05:07:01 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this);
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:72: warning: no comment
05:07:01 [WARNING] public final StatusInfo getHealth() {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:95: warning: no comment
05:07:01 [WARNING] public Level getLevel() {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:99: warning: no comment
05:07:01 [WARNING] public JsonValue getMessage() {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:55: warning: no comment
05:07:01 [WARNING] public static StatusDetailMessage of(final Level level, final String message) {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:59: warning: no comment
05:07:01 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:63: warning: no comment
05:07:01 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) {
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:42: warning: no comment
05:07:01 [WARNING] ERROR;
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:40: warning: no comment
05:07:01 [WARNING] INFO,
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:41: warning: no comment
05:07:01 [WARNING] WARN,
05:07:01 [WARNING] ^
05:07:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:44: warning: no comment
05:07:01 [WARNING] public static final Level DEFAULT = INFO;
05:07:01 [WARNING] ^
05:07:01 [WARNING] 18 warnings
05:07:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
05:07:01 [INFO] 
05:07:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health ---
05:07:01 [INFO] Tests are skipped.
05:07:01 [INFO] 
05:07:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health ---
05:07:01 [INFO] Tests are skipped.
05:07:01 [INFO] 
05:07:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health ---
05:07:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec
05:07:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes
05:07:01 [INFO] 
05:07:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health ---
05:07:01 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT.pom
05:07:01 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT.jar
05:07:01 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
05:07:01 [INFO] 
05:07:01 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------
05:07:01 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT                   [20/77]
05:07:01 [INFO]   from json-cbor/pom.xml
05:07:01 [INFO] -------------------------------[ bundle ]-------------------------------
05:07:03 [INFO] 
05:07:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json-cbor ---
05:07:03 [INFO] 
05:07:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json-cbor ---
05:07:03 [INFO] 
05:07:03 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
05:07:03 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:07:03 [INFO] 
05:07:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
05:07: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
05:07:03 [INFO] 
05:07:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor ---
05:07:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:07:03 [WARNING] 
05:07:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:07:03 [WARNING] 
05:07:03 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:07:03 [WARNING] 
05:07:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:07:03 [INFO] 
05:07:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor ---
05:07:03 [INFO] Copying 1 resource from src/main/resources to target/classes
05:07:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:07:03 [INFO] 
05:07:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor ---
05:07:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT...
05:07:03 [INFO] 
05:07:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor ---
05:07:03 [INFO] Changes detected - recompiling the module! :dependency
05:07:03 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
05:07:03 [WARNING] bootstrap class path not set in conjunction with -source 8
05:07: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.
05:07: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.
05:07:03 [INFO] 
05:07:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor ---
05:07:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources
05:07:03 [INFO] 
05:07:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor ---
05:07:03 [INFO] Changes detected - recompiling the module! :dependency
05:07:03 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
05:07:03 [WARNING] bootstrap class path not set in conjunction with -source 8
05:07:03 [INFO] 
05:07:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor ---
05:07:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:07:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/surefire-reports
05:07:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:07:03 [INFO] 
05:07:03 [INFO] -------------------------------------------------------
05:07:03 [INFO]  T E S T S
05:07:03 [INFO] -------------------------------------------------------
05:07:04 [INFO] Running org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
05:07:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.336 s -- in org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
05:07:04 [INFO] Running org.eclipse.ditto.json.cbor.CborIllegalValuesTest
05:07:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s -- in org.eclipse.ditto.json.cbor.CborIllegalValuesTest
05:07:04 [INFO] Running org.eclipse.ditto.json.cbor.SerializationRoundTripTest
05:07:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.json.cbor.SerializationRoundTripTest
05:07:04 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
05:07:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
05:07:04 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
05:07:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
05:07:04 [INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest
05:07:04 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.json.cbor.CborJsonTest
05:07:04 [INFO] Running org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
05:07:04 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
05:07:04 [INFO] 
05:07:04 [INFO] Results:
05:07:04 [INFO] 
05:07:04 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0
05:07:04 [INFO] 
05:07:04 [INFO] 
05:07:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor ---
05:07:04 [INFO] 
05:07:04 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor ---
05:07:04 [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)
05:07:04 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar
05:07:04 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF
05:07:04 [INFO] 
05:07:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor ---
05:07:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:07:05 [INFO] No previous run data found, generating javadoc.
05:07:06 [WARNING] Javadoc Warnings
05:07:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:56: warning: no @throws for java.io.IOException
05:07:06 [WARNING] public static String toHexString(final byte[] array) throws IOException {
05:07:06 [WARNING] ^
05:07:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:66: warning: no @throws for java.io.IOException
05:07:06 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException {
05:07:06 [WARNING] ^
05:07:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:76: warning: no @throws for java.io.IOException
05:07:06 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException {
05:07:06 [WARNING] ^
05:07:06 [WARNING] 3 warnings
05:07:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
05:07:06 [INFO] 
05:07:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor ---
05:07:06 [INFO] Tests are skipped.
05:07:06 [INFO] 
05:07:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor ---
05:07:06 [INFO] Tests are skipped.
05:07:06 [INFO] 
05:07:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor ---
05:07:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec
05:07:06 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes
05:07:06 [INFO] 
05:07:06 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor ---
05:07:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'.
05:07:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'.
05:07:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'.
05:07:06 [INFO] 
05:07:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor ---
05:07:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.pom
05:07:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar
05:07:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
05:07:06 [INFO] 
05:07:06 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor ---
05:07:06 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar
05:07:06 [INFO] Writing OBR metadata
05:07:06 [INFO] 
05:07:06 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------
05:07:06 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT                    [21/77]
05:07:06 [INFO]   from policies/pom.xml
05:07:06 [INFO] --------------------------------[ pom ]---------------------------------
05:07:06 [INFO] 
05:07:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies ---
05:07:06 [INFO] 
05:07:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies ---
05:07:06 [INFO] 
05:07:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
05:07:06 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/target/jacoco.exec
05:07:06 [INFO] 
05:07:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies ---
05:07:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:07:06 [INFO] The goal is skip due to packaging 'pom'
05:07:06 [INFO] 
05:07:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies ---
05:07:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT...
05:07:06 [INFO] 
05:07:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies ---
05:07:06 [INFO] 
05:07:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies ---
05:07:06 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:07:06 [INFO] 
05:07:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies ---
05:07:06 [INFO] Tests are skipped.
05:07:06 [INFO] 
05:07:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies ---
05:07:06 [INFO] Tests are skipped.
05:07:06 [INFO] 
05:07:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies ---
05:07:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:07:06 [INFO] 
05:07:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies ---
05:07:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies/0-SNAPSHOT/ditto-policies-0-SNAPSHOT.pom
05:07:06 [INFO] 
05:07:06 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >---------------
05:07:06 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT           [22/77]
05:07:06 [INFO]   from policies/model/pom.xml
05:07:06 [INFO] -------------------------------[ bundle ]-------------------------------
05:07:09 [INFO] 
05:07:09 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-model ---
05:07:09 [INFO] 
05:07:09 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-model ---
05:07:09 [INFO] 
05:07:09 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
05:07:09 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:07:09 [INFO] 
05:07:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
05:07: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
05:07:09 [INFO] 
05:07:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model ---
05:07:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:07:09 [WARNING] 
05:07:09 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:07:09 [WARNING] 
05:07:09 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:07:09 [WARNING] 
05:07:09 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:07:09 [INFO] 
05:07:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model ---
05:07:09 [INFO] Copying 0 resource from src/main/resources to target/classes
05:07:09 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:07:09 [INFO] 
05:07:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model ---
05:07:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT...
05:07:09 [INFO] 
05:07:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model ---
05:07:09 [INFO] Changes detected - recompiling the module! :dependency
05:07:09 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes
05:07:12 [WARNING] bootstrap class path not set in conjunction with -source 8
05:07:12 [INFO] 
05:07:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model ---
05:07:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources
05:07:12 [INFO] 
05:07:12 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model ---
05:07:12 [INFO] Changes detected - recompiling the module! :dependency
05:07:12 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes
05:07:17 [WARNING] bootstrap class path not set in conjunction with -source 8
05:07:17 [INFO] 
05:07:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model ---
05:07:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:07:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/surefire-reports
05:07:17 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
05:07:18 [INFO] 
05:07:18 [INFO] -------------------------------------------------------
05:07:18 [INFO]  T E S T S
05:07:18 [INFO] -------------------------------------------------------
05:07:20 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
05:07:20 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
05:07:20 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
05:07:21 Feb 13, 2024 10:07:21 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:07:21 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
05:07:21 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
05:07:21 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
05:07:21 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
05:07:21 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
05:07:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s -- in org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
05:07:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
05:07:22 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
05:07:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
05:07:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
05:07:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
05:07:22 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
05:07:22 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
05:07:22 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
05:07:22 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
05:07:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
05:07:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourcesTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.ImmutableResourcesTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
05:07:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
05:07:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
05:07:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest
05:07:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest
05:07:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
05:07:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest
05:07:23 [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
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
05:07:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest
05:07:23 [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
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
05:07:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
05:07:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
05:07:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
05:07:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
05:07:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest
05:07:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest
05:07:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
05:07:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
05:07:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
05:07:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
05:07:24 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
05:07:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
05:07:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
05:07:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
05:07:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
05:07:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
05:07:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
05:07:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
05:07:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
05:07:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
05:07:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest
05:07:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest
05:07:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyIdNotExplicitlySettableExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotModifiableExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotAccessibleExceptionTest
05:07:24 [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
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest
05:07:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
05:07:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
05:07:24 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
05:07:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
05:07:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
05:07:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
05:07:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
05:07:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
05:07:25 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
05:07:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
05:07:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyTest
05:07:25 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
05:07:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
05:07:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
05:07:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
05:07:25 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
05:07:25 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.PolicyIdTest
05:07:25 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.policies.model.PolicyIdTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePermissionsTest
05:07:25 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.model.ImmutablePermissionsTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
05:07:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
05:07:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
05:07:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
05:07:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
05:07:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTest
05:07:25 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceTest
05:07:25 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.policies.model.ImmutableResourceTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
05:07:25 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableLabelTest
05:07:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableLabelTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectsTest
05:07:25 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectsTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
05:07:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
05:07:25 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
05:07:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
05:07:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
05:07:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
05:07:26 [INFO] Running org.eclipse.ditto.policies.model.PolicyImporterTest
05:07:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.PolicyImporterTest
05:07:26 [INFO] 
05:07:26 [INFO] Results:
05:07:26 [INFO] 
05:07:26 [WARNING] Tests run: 925, Failures: 0, Errors: 0, Skipped: 1
05:07:26 [INFO] 
05:07:26 [INFO] 
05:07:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model ---
05:07:26 [INFO] 
05:07:26 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model ---
05:07:26 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar
05:07:26 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF
05:07:26 [INFO] 
05:07:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model ---
05:07:26 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:07:26 [INFO] No previous run data found, generating javadoc.
05:07:33 [WARNING] Javadoc Warnings
05:07:33 [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
05:07:33 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements;
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] package org.eclipse.ditto.policies.model.signals.commands;
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions;
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions;
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify;
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query;
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] package org.eclipse.ditto.policies.model.signals.events;
05:07:33 [WARNING] ^
05:07:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment
05:07:33 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId,
05:07:33 [WARNING] ^
05:07:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment
05:07:33 [WARNING] public String getName() {
05:07:33 [WARNING] ^
05:07:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment
05:07:33 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10"));
05:07:33 [WARNING] ^
05:07:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment
05:07:33 [WARNING] default CompletionStage<Policy> withResolvedImports(
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES =
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY =
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) {
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT =
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS =
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) {
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) {
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_ENTRIES,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_ENTRY,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_ENTRY_RESOURCE,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_ENTRY_RESOURCES,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_ENTRY_SUBJECT;
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_ENTRY_SUBJECTS,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_IMPORT,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] POLICY_IMPORTS,
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY =
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified>
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES =
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final String POLICY_IMPORT = "policyImport";
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS =
05:07:33 [WARNING] ^
05:07:33 [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
05:07:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS =
05:07:33 [WARNING] ^
05:07:33 [WARNING] 36 warnings
05:07:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar
05:07:33 [INFO] 
05:07:33 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model ---
05:07:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar
05:07:33 [INFO] 
05:07:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model ---
05:07:33 [INFO] Tests are skipped.
05:07:33 [INFO] 
05:07:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model ---
05:07:33 [INFO] Tests are skipped.
05:07:33 [INFO] 
05:07:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model ---
05:07:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec
05:07:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes
05:07:34 [INFO] 
05:07:34 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model ---
05:07:35 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'.
05:07:35 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'.
05:07:35 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'.
05:07:35 [INFO] 
05:07:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model ---
05:07:35 [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
05:07:35 [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
05:07:35 [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
05:07:35 [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
05:07:35 [INFO] 
05:07:35 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model ---
05:07:35 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar
05:07:35 [INFO] Writing OBR metadata
05:07:35 [INFO] 
05:07:35 [INFO] -------------------< org.eclipse.ditto:ditto-things >-------------------
05:07:35 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT                      [23/77]
05:07:35 [INFO]   from things/pom.xml
05:07:35 [INFO] --------------------------------[ pom ]---------------------------------
05:07:35 [INFO] 
05:07:35 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things ---
05:07:35 [INFO] 
05:07:35 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things ---
05:07:35 [INFO] 
05:07:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
05:07: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/things/target/jacoco.exec
05:07:35 [INFO] 
05:07:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things ---
05:07:35 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:07:35 [INFO] The goal is skip due to packaging 'pom'
05:07:35 [INFO] 
05:07:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things ---
05:07:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT...
05:07:35 [INFO] 
05:07:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things ---
05:07:35 [INFO] 
05:07:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things ---
05:07:35 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:07:35 [INFO] 
05:07:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things ---
05:07:35 [INFO] Tests are skipped.
05:07:35 [INFO] 
05:07:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things ---
05:07:35 [INFO] Tests are skipped.
05:07:35 [INFO] 
05:07:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things ---
05:07:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:07:35 [INFO] 
05:07:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-things ---
05:07:35 [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
05:07:35 [INFO] 
05:07:35 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >----------------
05:07:35 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT             [24/77]
05:07:35 [INFO]   from things/model/pom.xml
05:07:35 [INFO] -------------------------------[ bundle ]-------------------------------
05:07:35 [INFO] 
05:07:35 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-model ---
05:07:35 [INFO] 
05:07:35 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-model ---
05:07:35 [INFO] 
05:07:35 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
05:07:35 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:07:35 [INFO] 
05:07:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
05:07: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/things/model/target/jacoco.exec
05:07:35 [INFO] 
05:07:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model ---
05:07:35 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:07:35 [WARNING] 
05:07:35 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:07:35 [WARNING] 
05:07:35 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:07:35 [WARNING] 
05:07:35 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:07:35 [INFO] 
05:07:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model ---
05:07:35 [INFO] Copying 0 resource from src/main/resources to target/classes
05:07:35 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:07:35 [INFO] 
05:07:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model ---
05:07:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT...
05:07:35 [INFO] 
05:07:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model ---
05:07:35 [INFO] Changes detected - recompiling the module! :dependency
05:07:35 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes
05:07:38 [WARNING] bootstrap class path not set in conjunction with -source 8
05:07:38 [INFO] 
05:07:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model ---
05:07:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources
05:07:38 [INFO] 
05:07:38 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model ---
05:07:38 [INFO] Changes detected - recompiling the module! :dependency
05:07:38 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes
05:07:42 [WARNING] bootstrap class path not set in conjunction with -source 8
05:07:42 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java uses or overrides a deprecated API.
05:07:42 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: Recompile with -Xlint:deprecation for details.
05:07:42 [INFO] 
05:07:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model ---
05:07:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:07:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/model/target/surefire-reports
05:07:42 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
05:07:42 [INFO] 
05:07:42 [INFO] -------------------------------------------------------
05:07:42 [INFO]  T E S T S
05:07:42 [INFO] -------------------------------------------------------
05:07:43 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
05:07:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
05:07:44 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
05:07:44 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
05:07:44 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
05:07:45 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
05:07:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
05:07:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
05:07:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
05:07:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
05:07:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
05:07:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
05:07:45 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
05:07:45 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
05:07:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
05:07:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
05:07:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest
05:07:45 [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
05:07:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
05:07:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
05:07:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
05:07:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
05:07:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
05:07:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
05:07:46 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
05:07:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest
05:07:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest
05:07:46 [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
05:07:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
05:07:47 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.364 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
05:07:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
05:07:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest
05:07:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
05:07:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
05:07:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
05:07:47 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
05:07:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
05:07:47 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
05:07:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
05:07:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
05:07:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
05:07:47 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest
05:07:48 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
05:07:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
05:07:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
05:07:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
05:07:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
05:07:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
05:07:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest
05:07:48 [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
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
05:07:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest
05:07:48 [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
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
05:07:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest
05:07:48 [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
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest
05:07:48 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
05:07:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
05:07:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest
05:07:48 [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
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
05:07:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
05:07:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
05:07:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
05:07:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
05:07:48 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
05:07:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
05:07:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
05:07:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
05:07:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
05:07:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest
05:07:48 [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
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
05:07:48 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
05:07:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
05:07:48 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
05:07:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
05:07:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
05:07:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest
05:07:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
05:07:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
05:07:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
05:07:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
05:07:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
05:07:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
05:07:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
05:07:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
05:07:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
05:07:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest
05:07:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest
05:07:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest
05:07:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest
05:07:49 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
05:07:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest
05:07:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
05:07:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
05:07:49 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
05:07:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
05:07:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
05:07:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
05:07:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
05:07:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
05:07:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
05:07:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
05:07:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
05:07:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
05:07:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
05:07:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
05:07:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
05:07:49 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
05:07:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
05:07:49 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
05:07:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
05:07:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
05:07:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
05:07:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
05:07:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
05:07:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
05:07:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
05:07:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
05:07:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
05:07:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingMergedTest
05:07:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.ThingMergedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
05:07:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
05:07:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
05:07:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
05:07:50 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
05:07:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
05:07:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableAttributesTest
05:07:50 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.ImmutableAttributesTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ThingIdTest
05:07:50 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.eclipse.ditto.things.model.ThingIdTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
05:07:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureTest
05:07:50 [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.ImmutableFeatureTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.NullThingDefinitionTest
05:07:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.NullThingDefinitionTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.AttributesModelFactoryTest
05:07:50 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.AttributesModelFactoryTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
05:07:50 [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ThingsModelFactoryTest
05:07:50 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.ThingsModelFactoryTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ThingsJsonTest
05:07:50 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ThingsJsonTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.NullFeatureTest
05:07:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeatureTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.NullFeaturePropertiesTest
05:07:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeaturePropertiesTest
05:07:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturesTest
05:07:51 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.ditto.things.model.ImmutableFeaturesTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.NullFeaturesTest
05:07:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeaturesTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
05:07:51 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ThingFieldSelectorTest
05:07:51 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ThingFieldSelectorTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
05:07:51 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingRevisionTest
05:07:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.ImmutableThingRevisionTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
05:07:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingTest
05:07:51 [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.ImmutableThingTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
05:07:51 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.NullAttributesTest
05:07:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.NullAttributesTest
05:07:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
05:07:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
05:07:51 [INFO] 
05:07:51 [INFO] Results:
05:07:51 [INFO] 
05:07:51 [INFO] Tests run: 1438, Failures: 0, Errors: 0, Skipped: 0
05:07:51 [INFO] 
05:07:51 [INFO] 
05:07:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model ---
05:07:51 [INFO] 
05:07:51 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model ---
05:07:51 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar
05:07:51 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF
05:07:51 [INFO] 
05:07:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model ---
05:07:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:07:52 [INFO] No previous run data found, generating javadoc.
05:07:59 [WARNING] Javadoc Warnings
05:07:59 [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
05:07:59 [WARNING] package org.eclipse.ditto.things.model.signals.commands;
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions;
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify;
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query;
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] package org.eclipse.ditto.things.model.signals.events;
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING =
05:07:59 [WARNING] ^
05:07:59 [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>
05:07:59 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers);
05:07:59 [WARNING] ^
05:07:59 [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>
05:07:59 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers);
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public RetrieveThing build() {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS =
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public final class ThingCommandToModifyExceptionRegistry
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Builder newBuilder(final String condition, final String description) {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Builder forDittoProtocol() {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Builder forPostMethod() {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Builder forPutMethod() {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Builder forPutOrPatchMethod() {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH =
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE =
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] ATTRIBUTE,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] ATTRIBUTES,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] DEFINITION,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] FEATURE,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] FEATURE_DEFINITION,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] FEATURE_DESIRED_PROPERTIES,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] FEATURE_DESIRED_PROPERTY;
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] FEATURE_PROPERTIES,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] FEATURE_PROPERTY,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] FEATURES,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY_ENTRIES,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY_ENTRY,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY_ENTRY_RESOURCE,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY_ENTRY_RESOURCES,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY_ENTRY_SUBJECT,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY_ENTRY_SUBJECTS,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] POLICY_ID,
05:07:59 [WARNING] ^
05:07:59 [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
05:07:59 [WARNING] THING,
05:07:59 [WARNING] ^
05:07:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment
05:07:59 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*");
05:07:59 [WARNING] ^
05:07:59 [WARNING] 54 warnings
05:07:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar
05:08:00 [INFO] 
05:08:00 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model ---
05:08:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar
05:08:00 [INFO] 
05:08:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model ---
05:08:00 [INFO] Tests are skipped.
05:08:00 [INFO] 
05:08:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model ---
05:08:00 [INFO] Tests are skipped.
05:08:00 [INFO] 
05:08:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model ---
05:08:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec
05:08:00 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes
05:08:00 [INFO] 
05:08:00 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model ---
05:08:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'.
05:08:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'.
05:08:01 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'.
05:08:01 [INFO] 
05:08:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model ---
05:08:01 [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
05:08:01 [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
05:08:01 [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
05:08:01 [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
05:08:02 [INFO] 
05:08:02 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model ---
05:08:02 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar
05:08:02 [INFO] Writing OBR metadata
05:08:02 [INFO] 
05:08:02 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >-----------
05:08:02 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77]
05:08:02 [INFO]   from internal/utils/cluster/pom.xml
05:08:02 [INFO] --------------------------------[ jar ]---------------------------------
05:08:07 [INFO] 
05:08:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cluster ---
05:08:07 [INFO] 
05:08:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cluster ---
05:08:07 [INFO] 
05:08:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
05:08: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/cluster/target/jacoco.exec
05:08:07 [INFO] 
05:08:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster ---
05:08:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:08:07 [WARNING] 
05:08:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:08:07 [WARNING] 
05:08:07 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:08:07 [WARNING] 
05:08:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:08:07 [INFO] 
05:08:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster ---
05:08:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources
05:08:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:08:07 [INFO] 
05:08:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster ---
05:08:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT...
05:08:07 [INFO] 
05:08:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster ---
05:08:07 [INFO] Changes detected - recompiling the module! :dependency
05:08:07 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes
05:08:07 [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.
05:08:07 [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.
05:08:07 [INFO] 
05:08:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster ---
05:08:07 [INFO] Copying 3 resources from src/test/resources to target/test-classes
05:08:07 [INFO] 
05:08:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster ---
05:08:07 [INFO] Changes detected - recompiling the module! :dependency
05:08:07 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
05:08:08 [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.
05:08:08 [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.
05:08:08 [INFO] 
05:08:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster ---
05:08:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:08:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/surefire-reports
05:08:08 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:08:08 [INFO] 
05:08:08 [INFO] -------------------------------------------------------
05:08:08 [INFO]  T E S T S
05:08:08 [INFO] -------------------------------------------------------
05:08:08 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
05:08:09 SLF4J(W): No SLF4J providers were found.
05:08:09 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
05:08:09 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
05:08:14 [WARN] [02/13/2024 10:08:14.563] [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:41205], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:08:14 [WARN] [02/13/2024 10:08:14.563] [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:41205], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:08:17 [WARN] [02/13/2024 10:08:17.132] [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:39479], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:08:17 [WARN] [02/13/2024 10:08:17.132] [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:39479], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:08:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.194 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
05:08:18 [INFO] Running org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
05:08:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.179 s -- in org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
05:08:20 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
05:08:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
05:08:20 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
05:08:20 [INFO] [02/13/2024 10:08:20.466] [main] [CoordinatedShutdown(pekko://CborJsonValueSerializer)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:08:20 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
05:08:20 [INFO] Running org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
05:08:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
05:08:20 [INFO] Running org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
05:08:20 [INFO] [02/13/2024 10:08:20.782] [main] [CoordinatedShutdown(pekko://JsonValueSourceRefTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:08:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
05:08:20 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
05:08:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
05:08:20 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
05:08:20 [INFO] [02/13/2024 10:08:20.897] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:08:21 [INFO] [02/13/2024 10:08:21.872] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:08:21 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s -- in org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
05:08:21 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
05:08:21 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
05:08:21 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
05:08:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
05:08:21 [INFO] Running org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
05:08:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
05:08:21 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
05:08:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
05:08:22 [INFO] Running org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
05:08:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
05:08:22 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
05:08:22 [INFO] [02/13/2024 10:08:22.089] [main] [ArteryTransport(pekko://ShardRegionProxyActorFactoryTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] with UID [-6904584817927612497]
05:08:22 [INFO] [02/13/2024 10:08:22.090] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - Starting up, Pekko version [1.0.1] ...
05:08:22 [INFO] [02/13/2024 10:08:22.093] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - Registered cluster JMX MBean [pekko:type=Cluster]
05:08:22 [INFO] [02/13/2024 10:08:22.093] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - Started up successfully
05:08:22 [INFO] [02/13/2024 10:08:22.094] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
05:08:22 [INFO] [02/13/2024 10:08:22.094] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
05:08:22 [INFO] [02/13/2024 10:08:22.156] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-5] [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355/system/sharding/myShardRegionNameProxy] myShardRegionName: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min]
05:08:22 [INFO] [02/13/2024 10:08:22.161] [main] [CoordinatedShutdown(pekko://ShardRegionProxyActorFactoryTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:08:22 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
05:08:22 [INFO] [02/13/2024 10:08:22.167] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - Exiting completed
05:08:22 [INFO] [02/13/2024 10:08:22.167] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - Shutting down...
05:08:22 [INFO] [02/13/2024 10:08:22.167] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355] - Successfully shut down
05:08:22 [INFO] [pekkoDeadLetter][02/13/2024 10:08:22.167] [ShardRegionProxyActorFactoryTest-pekko.actor.default-dispatcher-6] [pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon#-2140698893] 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'.
05:08:22 [INFO] [02/13/2024 10:08:22.169] [ShardRegionProxyActorFactoryTest-pekko.remote.default-remote-dispatcher-8] [pekko://ShardRegionProxyActorFactoryTest@10.40.66.231:17355/system/remoting-terminator] Shutting down remote daemon.
05:08:22 [INFO] 
05:08:22 [INFO] Results:
05:08:22 [INFO] 
05:08:22 [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0
05:08:22 [INFO] 
05:08:22 [INFO] 
05:08:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster ---
05:08:22 [INFO] 
05:08:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster ---
05:08:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar
05:08:22 [INFO] 
05:08:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster ---
05:08:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:08:22 [INFO] No previous run data found, generating javadoc.
05:08:24 [WARNING] Javadoc Warnings
05:08:24 [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
05:08:24 [WARNING] package org.eclipse.ditto.internal.utils.cluster;
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config;
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8;
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group,
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group,
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies {
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) {
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) {
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public UnsupportedManifest(final String manifest) {
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) {
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) {
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) {
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
05:08:24 [WARNING] ^
05:08:24 [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
05:08:24 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
05:08:24 [WARNING] ^
05:08:24 [WARNING] 14 warnings
05:08:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
05:08:24 [INFO] 
05:08:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster ---
05:08:24 [INFO] Tests are skipped.
05:08:24 [INFO] 
05:08:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster ---
05:08:24 [INFO] Tests are skipped.
05:08:24 [INFO] 
05:08:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster ---
05:08:24 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec
05:08:24 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes
05:08:24 [INFO] 
05:08:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster ---
05:08:24 [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
05:08:24 [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
05:08:24 [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
05:08:24 [INFO] 
05:08:24 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >----------
05:08:24 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77]
05:08:24 [INFO]   from internal/utils/extension/pom.xml
05:08:24 [INFO] --------------------------------[ jar ]---------------------------------
05:08:24 [INFO] 
05:08:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-extension ---
05:08:24 [INFO] 
05:08:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-extension ---
05:08:24 [INFO] 
05:08:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
05:08: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/extension/target/jacoco.exec
05:08:24 [INFO] 
05:08:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension ---
05:08:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:08:24 [WARNING] 
05:08:24 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:08:24 [WARNING] 
05:08:24 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:08:24 [WARNING] 
05:08:24 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:08:24 [INFO] 
05:08:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension ---
05:08:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources
05:08:24 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:08:24 [INFO] 
05:08:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension ---
05:08:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT...
05:08:24 [INFO] 
05:08:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension ---
05:08:24 [INFO] Changes detected - recompiling the module! :dependency
05:08:24 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
05:08:25 [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.
05:08:25 [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.
05:08:25 [INFO] 
05:08:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension ---
05:08:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources
05:08:25 [INFO] 
05:08:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension ---
05:08:25 [INFO] No sources to compile
05:08:25 [INFO] 
05:08:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension ---
05:08:25 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:08:25 [INFO] No tests to run.
05:08:25 [INFO] 
05:08:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension ---
05:08:25 [INFO] 
05:08:25 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension ---
05:08:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar
05:08:25 [INFO] 
05:08:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension ---
05:08:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:08:25 [INFO] No previous run data found, generating javadoc.
05:08:26 [WARNING] Javadoc Warnings
05:08:26 [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
05:08:26 [WARNING] public final class DittoExtensionIds implements Extension {
05:08:26 [WARNING] ^
05:08:26 [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
05:08:26 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent(
05:08:26 [WARNING] ^
05:08:26 [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
05:08:26 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) {
05:08:26 [WARNING] ^
05:08:26 [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
05:08:26 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass,
05:08:26 [WARNING] ^
05:08:26 [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
05:08:26 [WARNING] protected abstract String getConfigKey();
05:08:26 [WARNING] ^
05:08:26 [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
05:08:26 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) {
05:08:26 [WARNING] ^
05:08:26 [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
05:08:26 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) {
05:08:26 [WARNING] ^
05:08:26 [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
05:08:26 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass,
05:08:26 [WARNING] ^
05:08:26 [WARNING] 8 warnings
05:08:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
05:08:26 [INFO] 
05:08:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension ---
05:08:26 [INFO] Tests are skipped.
05:08:26 [INFO] 
05:08:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension ---
05:08:26 [INFO] Tests are skipped.
05:08:26 [INFO] 
05:08:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension ---
05:08:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:08:26 [INFO] 
05:08:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension ---
05:08:26 [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
05:08:26 [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
05:08:26 [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
05:08:26 [INFO] 
05:08:26 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >----------------
05:08:26 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT                [27/77]
05:08:26 [INFO]   from placeholders/pom.xml
05:08:26 [INFO] -------------------------------[ bundle ]-------------------------------
05:08:26 [INFO] 
05:08:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-placeholders ---
05:08:26 [INFO] 
05:08:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-placeholders ---
05:08:26 [INFO] 
05:08:26 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
05:08:26 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:08:26 [INFO] 
05:08:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
05:08: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/placeholders/target/jacoco.exec
05:08:26 [INFO] 
05:08:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders ---
05:08:26 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:08:26 [WARNING] 
05:08:26 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:08:26 [WARNING] 
05:08:26 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:08:26 [WARNING] 
05:08:26 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:08:26 [INFO] 
05:08:26 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders ---
05:08:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources
05:08:26 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:08:26 [INFO] 
05:08:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders ---
05:08:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT...
05:08:26 [INFO] 
05:08:26 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders ---
05:08:26 [INFO] Changes detected - recompiling the module! :dependency
05:08:26 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes
05:08:26 [WARNING] bootstrap class path not set in conjunction with -source 8
05:08:26 [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.
05:08:26 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details.
05:08:26 [INFO] 
05:08:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders ---
05:08:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources
05:08:26 [INFO] 
05:08:26 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders ---
05:08:26 [INFO] Changes detected - recompiling the module! :dependency
05:08:26 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
05:08:27 [WARNING] bootstrap class path not set in conjunction with -source 8
05:08:27 [INFO] 
05:08:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders ---
05:08:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:08:27 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/surefire-reports
05:08:27 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:08:27 [INFO] 
05:08:27 [INFO] -------------------------------------------------------
05:08:27 [INFO]  T E S T S
05:08:27 [INFO] -------------------------------------------------------
05:08:27 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
05:08:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
05:08:28 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
05:08:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
05:08:28 [INFO] Running org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
05:08:29 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s -- in org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
05:08:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
05:08:29 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
05:08:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
05:08:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
05:08:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
05:08:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
05:08:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderFilterTest
05:08:29 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.placeholders.PlaceholderFilterTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
05:08:29 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
05:08:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.ExpressionResolverTest
05:08:29 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.placeholders.ExpressionResolverTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
05:08:29 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
05:08:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
05:08:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
05:08:29 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
05:08:29 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePipelineTest
05:08:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.placeholders.ImmutablePipelineTest
05:08:30 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
05:08:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
05:08:30 [INFO] Running org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
05:08:30 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
05:08:30 [INFO] Running org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
05:08:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
05:08:30 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
05:08:30 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
05:08:30 [INFO] Running org.eclipse.ditto.placeholders.PipelineElementResolvedTest
05:08:30 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.placeholders.PipelineElementResolvedTest
05:08:30 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
05:08:30 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
05:08:30 [INFO] 
05:08:30 [INFO] Results:
05:08:30 [INFO] 
05:08:30 [INFO] Tests run: 202, Failures: 0, Errors: 0, Skipped: 0
05:08:30 [INFO] 
05:08:30 [INFO] 
05:08:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders ---
05:08:30 [INFO] 
05:08:30 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders ---
05:08:30 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar
05:08:30 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF
05:08:30 [INFO] 
05:08:30 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders ---
05:08:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:08:30 [INFO] No previous run data found, generating javadoc.
05:08:32 [WARNING] Javadoc Warnings
05:08:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T>
05:08:32 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder,
05:08:32 [WARNING] ^
05:08:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return
05:08:32 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) {
05:08:32 [WARNING] ^
05:08:32 [WARNING] 2 warnings
05:08:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar
05:08:32 [INFO] 
05:08:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders ---
05:08:32 [INFO] Tests are skipped.
05:08:32 [INFO] 
05:08:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders ---
05:08:32 [INFO] Tests are skipped.
05:08:32 [INFO] 
05:08:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders ---
05:08:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec
05:08:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes
05:08:32 [INFO] 
05:08:32 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders ---
05:08:33 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'.
05:08:33 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'.
05:08:33 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'.
05:08:33 [INFO] 
05:08:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders ---
05:08:33 [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
05:08:33 [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
05:08:33 [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
05:08:33 [INFO] 
05:08:33 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders ---
05:08:33 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar
05:08:33 [INFO] Writing OBR metadata
05:08:33 [INFO] 
05:08:33 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >----------------
05:08:33 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT             [28/77]
05:08:33 [INFO]   from base/service/pom.xml
05:08:33 [INFO] --------------------------------[ jar ]---------------------------------
05:08:35 [INFO] 
05:08:35 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-service ---
05:08:35 [INFO] 
05:08:35 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-service ---
05:08:35 [INFO] 
05:08:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
05:08: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/base/service/target/jacoco.exec
05:08:35 [INFO] 
05:08:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service ---
05:08:35 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:08:35 [WARNING] 
05:08:35 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:08:35 [WARNING] 
05:08:35 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:08:35 [WARNING] 
05:08:35 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:08:35 [INFO] 
05:08:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service ---
05:08:35 [INFO] Copying 1 resource from src/main/resources to target/classes
05:08:35 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:08:35 [INFO] 
05:08:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service ---
05:08:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT...
05:08:35 [INFO] 
05:08:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service ---
05:08:35 [INFO] Changes detected - recompiling the module! :dependency
05:08:35 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes
05:08:35 [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.
05:08:35 [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.
05:08:35 [INFO] 
05:08:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service ---
05:08:35 [INFO] Copying 7 resources from src/test/resources to target/test-classes
05:08:35 [INFO] 
05:08:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service ---
05:08:35 [INFO] Changes detected - recompiling the module! :dependency
05:08:35 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
05:08:36 [INFO] 
05:08:36 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service ---
05:08:36 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:08:36 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/service/target/surefire-reports
05:08:36 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:08:36 [INFO] 
05:08:36 [INFO] -------------------------------------------------------
05:08:36 [INFO]  T E S T S
05:08:36 [INFO] -------------------------------------------------------
05:08:36 [INFO] Running org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
05:08:39 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.852 s -- in org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
05:08:39 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
05:08:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
05:08:41 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
05:08:41 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
05:08:41 [INFO] Running org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
05:08:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.146 s -- in org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
05:08:47 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
05:08:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
05:08:47 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
05:08:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
05:08:48 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
05:08:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
05:08:48 [INFO] Running org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
05:08:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
05:08:48 [INFO] Running org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
05:08:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
05:08:48 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
05:08:48 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
05:08:48 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
05:08:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
05:08:49 [INFO] Running org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
05:08:49 Feb 13, 2024 10:08:49 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:08:49 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.
05:08:49 Feb 13, 2024 10:08:49 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:08:49 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.
05:08:49 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
05:08:49 [INFO] Running org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
05:08:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
05:08:49 [INFO] 
05:08:49 [INFO] Results:
05:08:49 [INFO] 
05:08:49 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
05:08:49 [INFO] 
05:08:49 [INFO] 
05:08:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service ---
05:08:49 [INFO] 
05:08:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service ---
05:08:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar
05:08:49 [INFO] 
05:08:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service ---
05:08:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:08:49 [INFO] No previous run data found, generating javadoc.
05:08:52 [WARNING] Javadoc Warnings
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment
05:08:52 [WARNING] package org.eclipse.ditto.base.service;
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] package org.eclipse.ditto.base.service.cluster;
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] package org.eclipse.ditto.base.service.config;
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] package org.eclipse.ditto.base.service.config.http;
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] package org.eclipse.ditto.base.service.config.limits;
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] package org.eclipse.ditto.base.service.config.supervision;
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] package org.eclipse.ditto.base.service.devops;
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) {
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) {
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] protected static Policy substitutePolicy(final Policy policy,
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries,
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry,
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects,
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment
05:08:52 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment
05:08:52 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri";
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment
05:08:52 [WARNING] protected final Config rawConfig;
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment
05:08:52 [WARNING] protected final C serviceSpecificConfig;
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment
05:08:52 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() {
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65));
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment
05:08:52 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment
05:08:52 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY =
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment
05:08:52 [WARNING] public static final String TYPE = PREFIX + NAME;
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment
05:08:52 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment
05:08:52 [WARNING] public boolean isEnabled() {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment
05:08:52 [WARNING] public final class ModifySplitBrainResolverResponse
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment
05:08:52 [WARNING] public static final String TYPE = PREFIX + NAME;
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment
05:08:52 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject,
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment
05:08:52 [WARNING] public boolean isEnabled() {
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment
05:08:52 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment
05:08:52 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> {
05:08:52 [WARNING] ^
05:08:52 [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
05:08:52 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment
05:08:52 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment
05:08:52 [WARNING] public String getActorName() {
05:08:52 [WARNING] ^
05:08:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment
05:08:52 [WARNING] public Props getProps() {
05:08:52 [WARNING] ^
05:08:52 [WARNING] 36 warnings
05:08:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar
05:08:52 [INFO] 
05:08:52 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service ---
05:08:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar
05:08:52 [INFO] 
05:08:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service ---
05:08:52 [INFO] Tests are skipped.
05:08:52 [INFO] 
05:08:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service ---
05:08:52 [INFO] Tests are skipped.
05:08:52 [INFO] 
05:08:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service ---
05:08:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec
05:08:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes
05:08:52 [INFO] 
05:08:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service ---
05:08:52 [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
05:08:52 [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
05:08:52 [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
05:08:52 [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
05:08:52 [INFO] 
05:08:52 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >----------------
05:08:52 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT                [29/77]
05:08:52 [INFO]   from connectivity/pom.xml
05:08:52 [INFO] --------------------------------[ pom ]---------------------------------
05:08:52 [INFO] 
05:08:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity ---
05:08:52 [INFO] 
05:08:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity ---
05:08:52 [INFO] 
05:08:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
05:08: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/connectivity/target/jacoco.exec
05:08:52 [INFO] 
05:08:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity ---
05:08:52 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:08:52 [INFO] The goal is skip due to packaging 'pom'
05:08:52 [INFO] 
05:08:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity ---
05:08:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT...
05:08:53 [INFO] 
05:08:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity ---
05:08:53 [INFO] 
05:08:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity ---
05:08:53 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:08:53 [INFO] 
05:08:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity ---
05:08:53 [INFO] Tests are skipped.
05:08:53 [INFO] 
05:08:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity ---
05:08:53 [INFO] Tests are skipped.
05:08:53 [INFO] 
05:08:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity ---
05:08:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:08:53 [INFO] 
05:08:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity ---
05:08:53 [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
05:08:53 [INFO] 
05:08:53 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >-------------
05:08:53 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT       [30/77]
05:08:53 [INFO]   from connectivity/model/pom.xml
05:08:53 [INFO] -------------------------------[ bundle ]-------------------------------
05:08:53 [INFO] 
05:08:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-model ---
05:08:53 [INFO] 
05:08:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-model ---
05:08:53 [INFO] 
05:08:53 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
05:08:53 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:08:53 [INFO] 
05:08:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
05:08: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/connectivity/model/target/jacoco.exec
05:08:53 [INFO] 
05:08:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model ---
05:08:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:08:53 [WARNING] 
05:08:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:08:53 [WARNING] 
05:08:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:08:53 [WARNING] 
05:08:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:08:53 [INFO] 
05:08:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model ---
05:08:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources
05:08:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:08:53 [INFO] 
05:08:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model ---
05:08:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT...
05:08:53 [INFO] 
05:08:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model ---
05:08:53 [INFO] Changes detected - recompiling the module! :dependency
05:08:53 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes
05:08:54 [WARNING] bootstrap class path not set in conjunction with -source 8
05:08:54 [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.
05:08:54 [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.
05:08:54 [INFO] 
05:08:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model ---
05:08:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources
05:08:54 [INFO] 
05:08:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model ---
05:08:54 [INFO] Changes detected - recompiling the module! :dependency
05:08:54 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes
05:08:55 [WARNING] bootstrap class path not set in conjunction with -source 8
05:08:55 [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.
05:08:55 [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.
05:08:55 [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.
05:08:55 [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.
05:08:55 [INFO] 
05:08:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model ---
05:08:55 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:08:55 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/surefire-reports
05:08:55 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:08:55 [INFO] 
05:08:55 [INFO] -------------------------------------------------------
05:08:55 [INFO]  T E S T S
05:08:55 [INFO] -------------------------------------------------------
05:08:56 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
05:08:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 s -- in org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
05:08:57 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
05:08:57 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
05:08:57 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
05:08:57 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
05:08:57 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
05:08:57 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
05:08:57 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
05:08:57 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
05:08:57 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
05:08:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
05:08:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest
05:08:58 [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
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest
05:08:58 [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
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest
05:08:58 [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
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
05:08:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
05:08:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest
05:08:58 [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
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
05:08:58 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
05:08:58 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
05:08:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
05:08:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest
05:08:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest
05:08:58 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
05:08:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
05:08:58 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
05:08:58 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest
05:08:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest
05:08:59 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
05:08:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
05:08:59 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest
05:08:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest
05:08:59 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
05:08:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
05:08:59 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
05:08:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
05:08:59 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
05:08:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
05:08:59 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest
05:08:59 [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
05:08:59 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
05:09:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
05:09:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
05:09:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
05:09:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
05:09:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
05:09:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
05:09:00 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
05:09:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
05:09:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.CredentialsTest
05:09:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.CredentialsTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.HmacCredentialsTest
05:09:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.HmacCredentialsTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
05:09:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionIdTest
05:09:00 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ConnectionIdTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
05:09:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
05:09:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
05:09:00 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
05:09:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionUriTest
05:09:00 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ConnectionUriTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceTest
05:09:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.HonoConnectionTest
05:09:00 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.connectivity.model.HonoConnectionTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
05:09:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
05:09:00 [INFO] Running org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
05:09:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s -- in org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionTypeTest
05:09:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.model.ConnectionTypeTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
05:09:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
05:09:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
05:09:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
05:09:01 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.LogTypeTest
05:09:01 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.model.LogTypeTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
05:09:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
05:09:01 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
05:09:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
05:09:01 [INFO] 
05:09:01 [INFO] Results:
05:09:01 [INFO] 
05:09:01 [INFO] Tests run: 457, Failures: 0, Errors: 0, Skipped: 0
05:09:01 [INFO] 
05:09:01 [INFO] 
05:09:01 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model ---
05:09:01 [INFO] 
05:09:01 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model ---
05:09:01 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar
05:09:01 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF
05:09:01 [INFO] 
05:09:01 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model ---
05:09:01 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:09:01 [INFO] No previous run data found, generating javadoc.
05:09:06 [WARNING] Javadoc Warnings
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment
05:09:06 [WARNING] package org.eclipse.ditto.connectivity.model;
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt;
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements;
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder(
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] protected AbstractConnectivityEvent(final String type,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] protected AbstractConnectivityEvent(final String type,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Instant getTimestamp() {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static Builder newBuilder(final ConnectionId connectionId,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static Builder newBuilder(final String invalidCommand) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) {
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment
05:09:06 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) {
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment
05:09:06 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L;
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment
05:09:06 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L;
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return
05:09:06 [WARNING] ReplyTarget build();
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Optional<Boolean> getContainsFailure() {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public RetrieveConnectionMetricsResponse build() {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public RetrieveConnectionStatusResponse build() {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) {
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources,
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS =
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE =
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS =
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS =
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS =
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS =
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS =
05:09:06 [WARNING] ^
05:09:06 [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
05:09:06 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS =
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment
05:09:06 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey,
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment
05:09:06 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"),
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment
05:09:06 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"),
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment
05:09:06 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"),
05:09:06 [WARNING] ^
05:09:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment
05:09:06 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"),
05:09:06 [WARNING] ^
05:09:06 [WARNING] 63 warnings
05:09:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
05:09:06 [INFO] 
05:09:06 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model ---
05:09:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar
05:09:06 [INFO] 
05:09:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model ---
05:09:06 [INFO] Tests are skipped.
05:09:06 [INFO] 
05:09:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model ---
05:09:06 [INFO] Tests are skipped.
05:09:06 [INFO] 
05:09:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model ---
05:09:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec
05:09:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes
05:09:07 [INFO] 
05:09:07 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model ---
05:09:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'.
05:09:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'.
05:09:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'.
05:09:08 [INFO] 
05:09:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model ---
05:09:08 [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
05:09:08 [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
05:09:08 [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
05:09:08 [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
05:09:08 [INFO] 
05:09:08 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model ---
05:09:08 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar
05:09:08 [INFO] Writing OBR metadata
05:09:08 [INFO] 
05:09:08 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >-----------------
05:09:08 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT                [31/77]
05:09:08 [INFO]   from thingsearch/pom.xml
05:09:08 [INFO] --------------------------------[ pom ]---------------------------------
05:09:08 [INFO] 
05:09:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch ---
05:09:08 [INFO] 
05:09:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch ---
05:09:08 [INFO] 
05:09:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
05:09: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/thingsearch/target/jacoco.exec
05:09:08 [INFO] 
05:09:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch ---
05:09:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:08 [INFO] The goal is skip due to packaging 'pom'
05:09:08 [INFO] 
05:09:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch ---
05:09:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT...
05:09:08 [INFO] 
05:09:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch ---
05:09:08 [INFO] 
05:09:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch ---
05:09:08 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:09:08 [INFO] 
05:09:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch ---
05:09:08 [INFO] Tests are skipped.
05:09:08 [INFO] 
05:09:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch ---
05:09:08 [INFO] Tests are skipped.
05:09:08 [INFO] 
05:09:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch ---
05:09:08 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:09:08 [INFO] 
05:09:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch ---
05:09:08 [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
05:09:08 [INFO] 
05:09:08 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >--------------
05:09:08 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT       [32/77]
05:09:08 [INFO]   from thingsearch/model/pom.xml
05:09:08 [INFO] -------------------------------[ bundle ]-------------------------------
05:09:08 [INFO] 
05:09:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-model ---
05:09:08 [INFO] 
05:09:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-model ---
05:09:08 [INFO] 
05:09:08 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
05:09:08 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:09:08 [INFO] 
05:09:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
05:09: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/thingsearch/model/target/jacoco.exec
05:09:08 [INFO] 
05:09:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model ---
05:09:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:08 [WARNING] 
05:09:08 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:09:08 [WARNING] 
05:09:08 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:09:08 [WARNING] 
05:09:08 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:09:08 [INFO] 
05:09:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model ---
05:09:08 [INFO] Copying 0 resource from src/main/resources to target/classes
05:09:08 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:09:08 [INFO] 
05:09:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model ---
05:09:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT...
05:09:08 [INFO] 
05:09:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model ---
05:09:08 [INFO] Changes detected - recompiling the module! :dependency
05:09:08 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes
05:09:08 [WARNING] bootstrap class path not set in conjunction with -source 8
05:09:08 [INFO] 
05:09:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model ---
05:09:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources
05:09:08 [INFO] 
05:09:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model ---
05:09:08 [INFO] Changes detected - recompiling the module! :dependency
05:09:08 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes
05:09:09 [WARNING] bootstrap class path not set in conjunction with -source 8
05:09:09 [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;
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:09:09 [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;
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:09:09 [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;
05:09:09   cast to java.lang.String for a varargs call
05:09:09   cast to java.lang.String[] for a non-varargs call and to suppress this warning
05:09:09 [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;
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:09:09 [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;
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:09:09   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:09:09 [INFO] 
05:09:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model ---
05:09:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:09:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/surefire-reports
05:09:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:09:09 [INFO] 
05:09:09 [INFO] -------------------------------------------------------
05:09:09 [INFO]  T E S T S
05:09:09 [INFO] -------------------------------------------------------
05:09:10 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
05:09:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
05:09:11 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
05:09:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
05:09:11 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
05:09:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
05:09:11 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
05:09:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
05:09:11 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
05:09:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
05:09:11 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
05:09:12 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
05:09:12 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
05:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
05:09:12 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
05:09:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
05:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
05:09:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
05:09:12 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
05:09:12 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
05:09:12 [INFO] Running org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
05:09:13 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
05:09:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
05:09:13 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
05:09:13 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
05:09:13 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
05:09:13 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
05:09:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
05:09:13 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
05:09:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
05:09:13 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
05:09:13 [INFO] 
05:09:13 [INFO] Results:
05:09:13 [INFO] 
05:09:13 [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
05:09:13 [INFO] 
05:09:13 [INFO] 
05:09:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model ---
05:09:13 [INFO] 
05:09:13 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model ---
05:09:13 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar
05:09:13 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF
05:09:13 [INFO] 
05:09:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model ---
05:09:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:09:13 [INFO] No previous run data found, generating javadoc.
05:09:16 [WARNING] Javadoc Warnings
05:09:16 [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
05:09:16 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands;
05:09:16 [WARNING] ^
05:09:16 [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
05:09:16 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions;
05:09:16 [WARNING] ^
05:09:16 [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
05:09:16 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query;
05:09:16 [WARNING] ^
05:09:16 [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
05:09:16 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription;
05:09:16 [WARNING] ^
05:09:16 [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
05:09:16 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events;
05:09:16 [WARNING] ^
05:09:16 [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
05:09:16 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces,
05:09:16 [WARNING] ^
05:09:16 [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
05:09:16 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options,
05:09:16 [WARNING] ^
05:09:16 [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
05:09:16 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options,
05:09:16 [WARNING] ^
05:09:16 [WARNING] 8 warnings
05:09:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
05:09:16 [INFO] 
05:09:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model ---
05:09:16 [INFO] Tests are skipped.
05:09:16 [INFO] 
05:09:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model ---
05:09:16 [INFO] Tests are skipped.
05:09:16 [INFO] 
05:09:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model ---
05:09:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec
05:09:16 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes
05:09:16 [INFO] 
05:09:16 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model ---
05:09:16 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'.
05:09:16 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'.
05:09:16 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'.
05:09:16 [INFO] 
05:09:16 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model ---
05:09:16 [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
05:09:16 [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
05:09:16 [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
05:09:16 [INFO] 
05:09:16 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model ---
05:09:16 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar
05:09:16 [INFO] Writing OBR metadata
05:09:16 [INFO] 
05:09:16 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------
05:09:16 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT                    [33/77]
05:09:16 [INFO]   from messages/pom.xml
05:09:16 [INFO] --------------------------------[ pom ]---------------------------------
05:09:16 [INFO] 
05:09:16 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages ---
05:09:16 [INFO] 
05:09:16 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages ---
05:09:16 [INFO] 
05:09:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
05:09: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/messages/target/jacoco.exec
05:09:16 [INFO] 
05:09:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages ---
05:09:16 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:16 [INFO] The goal is skip due to packaging 'pom'
05:09:16 [INFO] 
05:09:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages ---
05:09:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT...
05:09:16 [INFO] 
05:09:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages ---
05:09:16 [INFO] 
05:09:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages ---
05:09:16 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:09:16 [INFO] 
05:09:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages ---
05:09:16 [INFO] Tests are skipped.
05:09:16 [INFO] 
05:09:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages ---
05:09:16 [INFO] Tests are skipped.
05:09:16 [INFO] 
05:09:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages ---
05:09:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:09:16 [INFO] 
05:09:16 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages ---
05:09:16 [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
05:09:16 [INFO] 
05:09:16 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >---------------
05:09:16 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT           [34/77]
05:09:16 [INFO]   from messages/model/pom.xml
05:09:16 [INFO] -------------------------------[ bundle ]-------------------------------
05:09:16 [INFO] 
05:09:16 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages-model ---
05:09:16 [INFO] 
05:09:16 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages-model ---
05:09:16 [INFO] 
05:09:16 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
05:09:16 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:09:16 [INFO] 
05:09:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
05:09: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/messages/model/target/jacoco.exec
05:09:16 [INFO] 
05:09:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model ---
05:09:16 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:16 [WARNING] 
05:09:16 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:09:16 [WARNING] 
05:09:16 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:09:16 [WARNING] 
05:09:16 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:09:16 [INFO] 
05:09:16 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model ---
05:09:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources
05:09:16 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:09:16 [INFO] 
05:09:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model ---
05:09:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT...
05:09:16 [INFO] 
05:09:16 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model ---
05:09:16 [INFO] Changes detected - recompiling the module! :dependency
05:09:16 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes
05:09:16 [WARNING] bootstrap class path not set in conjunction with -source 8
05:09:16 [INFO] 
05:09:16 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model ---
05:09:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources
05:09:16 [INFO] 
05:09:16 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model ---
05:09:16 [INFO] Changes detected - recompiling the module! :dependency
05:09:16 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes
05:09:17 [WARNING] bootstrap class path not set in conjunction with -source 8
05:09:17 [INFO] 
05:09:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model ---
05:09:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:09:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/surefire-reports
05:09:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:09:17 [INFO] 
05:09:17 [INFO] -------------------------------------------------------
05:09:17 [INFO]  T E S T S
05:09:17 [INFO] -------------------------------------------------------
05:09:17 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
05:09:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s -- in org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
05:09:18 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
05:09:19 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s -- in org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
05:09:19 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
05:09:19 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.430 s -- in org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
05:09:19 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
05:09:19 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
05:09:19 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
05:09:19 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
05:09:19 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
05:09:19 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
05:09:19 [INFO] Running org.eclipse.ditto.messages.model.MessagesModelFactoryTest
05:09:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.MessagesModelFactoryTest
05:09:19 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
05:09:19 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
05:09:19 [INFO] Running org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
05:09:20 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
05:09:20 [INFO] Running org.eclipse.ditto.messages.model.TimestampValueValidatorTest
05:09:20 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.messages.model.TimestampValueValidatorTest
05:09:20 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
05:09:20 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
05:09:20 [INFO] Running org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
05:09:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
05:09:20 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
05:09:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
05:09:20 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
05:09:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
05:09:20 [INFO] Running org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
05:09:20 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
05:09:20 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageTest
05:09:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.messages.model.ImmutableMessageTest
05:09:20 [INFO] 
05:09:20 [INFO] Results:
05:09:20 [INFO] 
05:09:20 [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0
05:09:20 [INFO] 
05:09:20 [INFO] 
05:09:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model ---
05:09:20 [INFO] 
05:09:20 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model ---
05:09:20 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar
05:09:20 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF
05:09:20 [INFO] 
05:09:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model ---
05:09:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:09:21 [INFO] No previous run data found, generating javadoc.
05:09:23 [WARNING] Javadoc Warnings
05:09:23 [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
05:09:23 [WARNING] package org.eclipse.ditto.messages.model.signals.commands;
05:09:23 [WARNING] ^
05:09:23 [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
05:09:23 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder,
05:09:23 [WARNING] ^
05:09:23 [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
05:09:23 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) {
05:09:23 [WARNING] ^
05:09:23 [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
05:09:23 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders,
05:09:23 [WARNING] ^
05:09:23 [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
05:09:23 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId,
05:09:23 [WARNING] ^
05:09:23 [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
05:09:23 [WARNING] public Optional<String> getCorrelationId() {
05:09:23 [WARNING] ^
05:09:23 [WARNING] 6 warnings
05:09:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar
05:09:23 [INFO] 
05:09:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model ---
05:09:23 [INFO] Tests are skipped.
05:09:23 [INFO] 
05:09:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model ---
05:09:23 [INFO] Tests are skipped.
05:09:23 [INFO] 
05:09:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model ---
05:09:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec
05:09:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes
05:09:23 [INFO] 
05:09:23 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model ---
05:09:23 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'.
05:09:23 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'.
05:09:23 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'.
05:09:23 [INFO] 
05:09:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model ---
05:09:23 [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
05:09:23 [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
05:09:23 [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
05:09:23 [INFO] 
05:09:23 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model ---
05:09:23 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar
05:09:23 [INFO] Writing OBR metadata
05:09:23 [INFO] 
05:09:23 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------
05:09:23 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT                    [35/77]
05:09:23 [INFO]   from protocol/pom.xml
05:09:23 [INFO] -------------------------------[ bundle ]-------------------------------
05:09:23 [INFO] 
05:09:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-protocol ---
05:09:23 [INFO] 
05:09:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-protocol ---
05:09:23 [INFO] 
05:09:23 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
05:09:23 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:09:23 [INFO] 
05:09:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
05:09: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/protocol/target/jacoco.exec
05:09:23 [INFO] 
05:09:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol ---
05:09:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:23 [WARNING] 
05:09:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:09:23 [WARNING] 
05:09:23 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:09:23 [WARNING] 
05:09:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:09:23 [INFO] 
05:09:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol ---
05:09:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources
05:09:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:09:23 [INFO] 
05:09:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol ---
05:09:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT...
05:09:23 [INFO] 
05:09:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol ---
05:09:23 [INFO] Changes detected - recompiling the module! :dependency
05:09:23 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes
05:09:24 [WARNING] bootstrap class path not set in conjunction with -source 8
05:09:24 [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.
05:09:24 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details.
05:09:24 [INFO] 
05:09:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol ---
05:09:24 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:09:24 [INFO] 
05:09:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol ---
05:09:24 [INFO] Changes detected - recompiling the module! :dependency
05:09:24 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes
05:09:26 [WARNING] bootstrap class path not set in conjunction with -source 8
05:09:26 [INFO] 
05:09:26 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol ---
05:09:26 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:09:26 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/protocol/target/surefire-reports
05:09:26 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:09:26 [INFO] 
05:09:26 [INFO] -------------------------------------------------------
05:09:26 [INFO]  T E S T S
05:09:26 [INFO] -------------------------------------------------------
05:09:27 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
05:09:27 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s -- in org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
05:09:27 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
05:09:27 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
05:09:27 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
05:09:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
05:09:27 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
05:09:28 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
05:09:28 [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
05:09:28 [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
05:09:28 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
05:09:28 [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
05:09:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
05:09:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
05:09:28 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
05:09:28 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
05:09:28 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
05:09:28 [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
05:09:28 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
05:09:28 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
05:09:29 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
05:09:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
05:09:29 [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
05:09:29 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
05:09:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
05:09:29 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
05:09:29 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
05:09:29 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
05:09:29 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
05:09:29 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
05:09:29 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
05:09:29 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
05:09:29 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
05:09:29 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
05:09:29 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
05:09:29 SLF4J: Defaulting to no-operation (NOP) logger implementation
05:09:29 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
05:09:29 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:09:33 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.507 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
05:09:33 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
05:09:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
05:09:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
05:09:33 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
05:09:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
05:09:33 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
05:09:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
05:09:33 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
05:09:35 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s -- in org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
05:09:35 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
05:09:35 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
05:09:35 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
05:09:35 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
05:09:35 [INFO] Running org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
05:09:36 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.ProtocolFactoryTest
05:09:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.eclipse.ditto.protocol.ProtocolFactoryTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
05:09:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
05:09:36 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.ImmutableAdaptableTest
05:09:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.protocol.ImmutableAdaptableTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
05:09:36 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathTest
05:09:36 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.ImmutableMessagePathTest
05:09:36 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.protocol.ImmutableMessagePathTest
05:09:36 [INFO] Running org.eclipse.ditto.protocol.ImmutablePayloadTest
05:09:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.protocol.ImmutablePayloadTest
05:09:36 [INFO] Running com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
05:09:36 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
05:09:36 [INFO] 
05:09:36 [INFO] Results:
05:09:36 [INFO] 
05:09:36 [INFO] Tests run: 1344, Failures: 0, Errors: 0, Skipped: 0
05:09:36 [INFO] 
05:09:36 [INFO] 
05:09:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol ---
05:09:36 [INFO] 
05:09:36 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol ---
05:09:36 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar
05:09:37 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF
05:09:37 [INFO] 
05:09:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol ---
05:09:37 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:09:37 [INFO] No previous run data found, generating javadoc.
05:09:40 [WARNING] Javadoc Warnings
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag
05:09:40 [WARNING] * <p>
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment
05:09:40 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements;
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment
05:09:40 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity;
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment
05:09:40 [WARNING] package org.eclipse.ditto.protocol.adapter.policies;
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment
05:09:40 [WARNING] package org.eclipse.ditto.protocol.adapter.provider;
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment
05:09:40 [WARNING] protected final PayloadPathMatcher payloadPathMatcher;
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment
05:09:40 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies,
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment
05:09:40 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator,
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment
05:09:40 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder,
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name
05:09:40 [WARNING] AnnouncementsTopicPathBuilder name(String name);
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment
05:09:40 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment
05:09:40 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment
05:09:40 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment
05:09:40 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment
05:09:40 [WARNING] public static EmptyPathMatcher getInstance() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return
05:09:40 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return
05:09:40 [WARNING] public static IllegalAdaptableException newInstance(final String message,
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment
05:09:40 [WARNING] public Builder(final JsonPointer path) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment
05:09:40 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment
05:09:40 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment
05:09:40 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment
05:09:40 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment
05:09:40 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment
05:09:40 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment
05:09:40 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment
05:09:40 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment
05:09:40 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment
05:09:40 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment
05:09:40 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment
05:09:40 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies(
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment
05:09:40 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies(
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment
05:09:40 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment
05:09:40 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment
05:09:40 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment
05:09:40 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment
05:09:40 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment
05:09:40 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment
05:09:40 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment
05:09:40 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment
05:09:40 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment
05:09:40 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment
05:09:40 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment
05:09:40 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings>
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment
05:09:40 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment
05:09:40 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment
05:09:40 [WARNING] protected RetrieveThingsCommandMappingStrategies() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment
05:09:40 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment
05:09:40 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment
05:09:40 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment
05:09:40 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment
05:09:40 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment
05:09:40 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment
05:09:40 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment
05:09:40 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment
05:09:40 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment
05:09:40 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment
05:09:40 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment
05:09:40 [WARNING] protected static String leafValue(final JsonPointer path) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment
05:09:40 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment
05:09:40 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment
05:09:40 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment
05:09:40 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment
05:09:40 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment
05:09:40 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment
05:09:40 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment
05:09:40 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse>
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment
05:09:40 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment
05:09:40 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment
05:09:40 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment
05:09:40 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment
05:09:40 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment
05:09:40 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment
05:09:40 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment
05:09:40 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment
05:09:40 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment
05:09:40 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment
05:09:40 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment
05:09:40 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment
05:09:40 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment
05:09:40 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment
05:09:40 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment
05:09:40 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment
05:09:40 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment
05:09:40 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName
05:09:40 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName);
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment
05:09:40 [WARNING] String ID_PLACEHOLDER = "_";
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment
05:09:40 [WARNING] String PATH_DELIMITER = "/";
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment
05:09:40 [WARNING] default boolean isWildcardTopic() {
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment
05:09:40 [WARNING] CREATE("create"),
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment
05:09:40 [WARNING] CREATED("created"),
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment
05:09:40 [WARNING] DELETE("delete"),
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment
05:09:40 [WARNING] DELETED("deleted");
05:09:40 [WARNING] ^
05:09:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment
05:09:40 [WARNING] MERGE("merge"),
05:09:40 [WARNING] ^
05:09:40 [WARNING] 100 warnings
05:09:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar
05:09:40 [INFO] 
05:09:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol ---
05:09:40 [INFO] Tests are skipped.
05:09:40 [INFO] 
05:09:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol ---
05:09:40 [INFO] Tests are skipped.
05:09:40 [INFO] 
05:09:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol ---
05:09:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec
05:09:40 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes
05:09:40 [INFO] 
05:09:40 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol ---
05:09:41 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'.
05:09:41 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'.
05:09:41 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'.
05:09:41 [INFO] 
05:09:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol ---
05:09:41 [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
05:09:41 [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
05:09:41 [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
05:09:41 [INFO] 
05:09:41 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol ---
05:09:41 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar
05:09:41 [INFO] Writing OBR metadata
05:09:41 [INFO] 
05:09:41 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >-----------
05:09:41 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77]
05:09:41 [INFO]   from internal/models/signal/pom.xml
05:09:41 [INFO] --------------------------------[ jar ]---------------------------------
05:09:41 [INFO] 
05:09:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signal ---
05:09:41 [INFO] 
05:09:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signal ---
05:09:41 [INFO] 
05:09:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
05:09: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/models/signal/target/jacoco.exec
05:09:41 [INFO] 
05:09:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal ---
05:09:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:41 [WARNING] 
05:09:41 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:09:41 [WARNING] 
05:09:41 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:09:41 [WARNING] 
05:09:41 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:09:41 [INFO] 
05:09:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal ---
05:09:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources
05:09:41 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:09:41 [INFO] 
05:09:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal ---
05:09:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT...
05:09:41 [INFO] 
05:09:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal ---
05:09:41 [INFO] Changes detected - recompiling the module! :dependency
05:09:41 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:09:41 [INFO] 
05:09:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal ---
05:09:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources
05:09:41 [INFO] 
05:09:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal ---
05:09:41 [INFO] Changes detected - recompiling the module! :dependency
05:09:41 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes
05:09:42 [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.
05:09:42 [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.
05:09:42 [INFO] 
05:09:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal ---
05:09:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:09:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/surefire-reports
05:09:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:09:42 [INFO] 
05:09:42 [INFO] -------------------------------------------------------
05:09:42 [INFO]  T E S T S
05:09:42 [INFO] -------------------------------------------------------
05:09:42 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
05:09:44 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.966 s -- in org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
05:09:44 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
05:09:46 [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.655 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
05:09:46 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
05:09:47 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
05:09:47 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
05:09:47 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
05:09:47 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
05:09:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
05:09:47 [INFO] Running org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
05:09:48 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.543 s -- in org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
05:09:48 [INFO] 
05:09:48 [INFO] Results:
05:09:48 [INFO] 
05:09:48 [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0
05:09:48 [INFO] 
05:09:48 [INFO] 
05:09:48 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal ---
05:09:48 [INFO] 
05:09:48 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal ---
05:09:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar
05:09:48 [INFO] 
05:09:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal ---
05:09:48 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:09:48 [INFO] No previous run data found, generating javadoc.
05:09:49 [WARNING] Javadoc Warnings
05:09:49 [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
05:09:49 [WARNING] * <p>
05:09:49 [WARNING] ^
05:09:49 [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
05:09:49 [WARNING] ANNOUNCEMENT,
05:09:49 [WARNING] ^
05:09:49 [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
05:09:49 [WARNING] COMMAND,
05:09:49 [WARNING] ^
05:09:49 [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
05:09:49 [WARNING] EVENT,
05:09:49 [WARNING] ^
05:09:49 [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
05:09:49 [WARNING] RESPONSE;
05:09:49 [WARNING] ^
05:09:49 [WARNING] 5 warnings
05:09:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
05:09:49 [INFO] 
05:09:49 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal ---
05:09:49 [INFO] Tests are skipped.
05:09:49 [INFO] 
05:09:49 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal ---
05:09:49 [INFO] Tests are skipped.
05:09:49 [INFO] 
05:09:49 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal ---
05:09:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec
05:09:49 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes
05:09:49 [INFO] 
05:09:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal ---
05:09:49 [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
05:09:49 [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
05:09:49 [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
05:09:49 [INFO] 
05:09:49 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >----------------
05:09:49 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT             [37/77]
05:09:49 [INFO]   from policies/api/pom.xml
05:09:49 [INFO] --------------------------------[ jar ]---------------------------------
05:09:49 [INFO] 
05:09:49 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-api ---
05:09:49 [INFO] 
05:09:49 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-api ---
05:09:49 [INFO] 
05:09:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
05:09:49 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
05:09:49 [INFO] 
05:09:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api ---
05:09:49 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:49 [WARNING] 
05:09:49 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:09:49 [WARNING] 
05:09:49 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:09:49 [WARNING] 
05:09:49 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:09:49 [INFO] 
05:09:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api ---
05:09:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources
05:09:49 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:09:49 [INFO] 
05:09:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api ---
05:09:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT...
05:09:49 [INFO] 
05:09:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api ---
05:09:49 [INFO] Changes detected - recompiling the module! :dependency
05:09:49 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
05:09:49 [INFO] 
05:09:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api ---
05:09:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources
05:09:49 [INFO] 
05:09:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api ---
05:09:49 [INFO] Changes detected - recompiling the module! :dependency
05:09:49 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
05:09:50 [INFO] 
05:09:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api ---
05:09:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:09:50 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/surefire-reports
05:09:50 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:09:50 [INFO] 
05:09:50 [INFO] -------------------------------------------------------
05:09:50 [INFO]  T E S T S
05:09:50 [INFO] -------------------------------------------------------
05:09:50 [INFO] Running org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
05:09:51 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 s -- in org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
05:09:51 [INFO] Running org.eclipse.ditto.policies.api.PoliciesValidatorTest
05:09:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.policies.api.PoliciesValidatorTest
05:09:51 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
05:09:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
05:09:52 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
05:09:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
05:09:53 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
05:09:53 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
05:09:53 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
05:09:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
05:09:53 [INFO] Running org.eclipse.ditto.policies.api.PolicyTagTest
05:09:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.api.PolicyTagTest
05:09:53 [INFO] 
05:09:53 [INFO] Results:
05:09:53 [INFO] 
05:09:53 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
05:09:53 [INFO] 
05:09:53 [INFO] 
05:09:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api ---
05:09:53 [INFO] 
05:09:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api ---
05:09:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar
05:09:53 [INFO] 
05:09:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api ---
05:09:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:09:53 [INFO] No previous run data found, generating javadoc.
05:09:55 [WARNING] Javadoc Warnings
05:09:55 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment
05:09:55 [WARNING] package org.eclipse.ditto.policies.api;
05:09:55 [WARNING] ^
05:09:55 [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
05:09:55 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo;
05:09:55 [WARNING] ^
05:09:55 [WARNING] 2 warnings
05:09:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar
05:09:55 [INFO] 
05:09:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api ---
05:09:55 [INFO] Tests are skipped.
05:09:55 [INFO] 
05:09:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api ---
05:09:55 [INFO] Tests are skipped.
05:09:55 [INFO] 
05:09:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api ---
05:09:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
05:09:55 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes
05:09:55 [INFO] 
05:09:55 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api ---
05:09:55 [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
05:09:55 [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
05:09:55 [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
05:09:55 [INFO] 
05:09:55 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------
05:09:55 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77]
05:09:55 [INFO]   from internal/utils/ddata/pom.xml
05:09:55 [INFO] --------------------------------[ jar ]---------------------------------
05:09:55 [INFO] 
05:09:55 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-ddata ---
05:09:55 [INFO] 
05:09:55 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-ddata ---
05:09:55 [INFO] 
05:09:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
05:09: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/internal/utils/ddata/target/jacoco.exec
05:09:55 [INFO] 
05:09:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata ---
05:09:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:09:55 [WARNING] 
05:09:55 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:09:55 [WARNING] 
05:09:55 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:09:55 [WARNING] 
05:09:55 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:09:55 [INFO] 
05:09:55 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata ---
05:09:55 [INFO] Copying 1 resource from src/main/resources to target/classes
05:09:55 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:09:55 [INFO] 
05:09:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata ---
05:09:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT...
05:09:55 [INFO] 
05:09:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata ---
05:09:55 [INFO] Changes detected - recompiling the module! :dependency
05:09:55 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:09:55 [INFO] 
05:09:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata ---
05:09:55 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:09:55 [INFO] 
05:09:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata ---
05:09:55 [INFO] Changes detected - recompiling the module! :dependency
05:09:55 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
05:09:55 [INFO] 
05:09:55 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata ---
05:09:55 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:09:55 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/surefire-reports
05:09:55 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:09:55 [INFO] 
05:09:55 [INFO] -------------------------------------------------------
05:09:55 [INFO]  T E S T S
05:09:55 [INFO] -------------------------------------------------------
05:09:56 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
05:09:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.025 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
05:09:59 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
05:09:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
05:09:59 [INFO] 
05:09:59 [INFO] Results:
05:09:59 [INFO] 
05:09:59 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
05:09:59 [INFO] 
05:09:59 [INFO] 
05:09:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata ---
05:09:59 [INFO] 
05:09:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata ---
05:09:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar
05:09:59 [INFO] 
05:09:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata ---
05:09:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:09:59 [INFO] No previous run data found, generating javadoc.
05:10:01 [WARNING] Javadoc Warnings
05:10:01 [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
05:10:01 [WARNING] package org.eclipse.ditto.internal.utils.ddata;
05:10:01 [WARNING] ^
05:10:01 [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
05:10:01 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory,
05:10:01 [WARNING] ^
05:10:01 [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
05:10:01 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem,
05:10:01 [WARNING] ^
05:10:01 [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
05:10:01 [WARNING] protected final int numberOfShards;
05:10:01 [WARNING] ^
05:10:01 [WARNING] 4 warnings
05:10:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
05:10:01 [INFO] 
05:10:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata ---
05:10:01 [INFO] Tests are skipped.
05:10:01 [INFO] 
05:10:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata ---
05:10:01 [INFO] Tests are skipped.
05:10:01 [INFO] 
05:10:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata ---
05:10:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec
05:10:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes
05:10:01 [INFO] 
05:10:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata ---
05:10:01 [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
05:10:01 [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
05:10:01 [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
05:10:01 [INFO] 
05:10:01 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------
05:10:01 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77]
05:10:01 [INFO]   from internal/utils/pubsub/pom.xml
05:10:01 [INFO] --------------------------------[ jar ]---------------------------------
05:10:01 [INFO] 
05:10:01 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub ---
05:10:01 [INFO] 
05:10:01 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub ---
05:10:01 [INFO] 
05:10:01 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
05:10: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/pubsub/target/jacoco.exec
05:10:01 [INFO] 
05:10:01 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub ---
05:10:01 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:10:01 [WARNING] 
05:10:01 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:10:01 [WARNING] 
05:10:01 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:10:01 [WARNING] 
05:10:01 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:10:01 [INFO] 
05:10:01 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub ---
05:10:01 [INFO] Copying 1 resource from src/main/resources to target/classes
05:10:01 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:10:01 [INFO] 
05:10:01 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub ---
05:10:01 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT...
05:10:01 [INFO] 
05:10:01 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub ---
05:10:01 [INFO] Changes detected - recompiling the module! :dependency
05:10:01 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes
05:10:02 [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.
05:10:02 [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.
05:10:02 [INFO] 
05:10:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub ---
05:10:02 [INFO] Copying 4 resources from src/test/resources to target/test-classes
05:10:02 [INFO] 
05:10:02 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub ---
05:10:02 [INFO] Changes detected - recompiling the module! :dependency
05:10:02 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
05:10:04 [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.
05:10:04 [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.
05:10:04 [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.
05:10:04 [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.
05:10:04 [INFO] 
05:10:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub ---
05:10:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:10:04 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/surefire-reports
05:10:04 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:10:04 [INFO] 
05:10:04 [INFO] -------------------------------------------------------
05:10:04 [INFO]  T E S T S
05:10:04 [INFO] -------------------------------------------------------
05:10:05 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
05:10:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.643 s -- in org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
05:10:08 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
05:12:28 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.4 s -- in org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
05:12:28 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
05:12:43 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:12:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.04 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
05:12:52 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
05:12:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.302 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
05:13:00 [INFO] 
05:13:00 [INFO] Results:
05:13:00 [INFO] 
05:13:00 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
05:13:00 [INFO] 
05:13:00 [INFO] 
05:13:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub ---
05:13:00 [INFO] 
05:13:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub ---
05:13:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
05:13:00 [INFO] 
05:13:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub ---
05:13:01 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:13:01 [INFO] No previous run data found, generating javadoc.
05:13:04 [WARNING] Javadoc Warnings
05:13:04 [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
05:13:04 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final SelfUniqueAddress selfUniqueAddress;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config,
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final AckExtractor<T> ackExtractor;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final ActorRefFactory actorRefFactory;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final CompressedDData ddata;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final DistributedDataConfig ddataConfig;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final DistributedAcks distributedAcks;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final String factoryId;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final Class<T> messageClass;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor;
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() {
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] static DistributedAcks empty(final ActorSystem system) {
05:13:04 [WARNING] ^
05:13:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:56: warning: no @param for <S>
05:13:04 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, final CharSequence groupIndexKey,
05:13:04 [WARNING] ^
05:13:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:91: warning: no @param for <S>
05:13:04 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) {
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] public Set<V> getValues(final Collection<String> groups) {
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) {
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) {
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] public static Subscribe of(final Collection<String> topics,
05:13:04 [WARNING] ^
05:13:04 [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
05:13:04 [WARNING] public static final int MAX_ERROR_COUNTER = 3;
05:13:04 [WARNING] ^
05:13:04 [WARNING] 20 warnings
05:13:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
05:13:04 [INFO] 
05:13:04 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub ---
05:13:04 [INFO] Copying 1 resource from src/main/resources to target
05:13:04 [INFO] 
05:13:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub ---
05:13:04 [INFO] Tests are skipped.
05:13:04 [INFO] 
05:13:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub ---
05:13:04 [INFO] Tests are skipped.
05:13:04 [INFO] 
05:13:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub ---
05:13:04 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec
05:13:04 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes
05:13:04 [INFO] 
05:13:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub ---
05:13:04 [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
05:13:04 [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
05:13:04 [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
05:13:04 [INFO] 
05:13:04 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------
05:13:04 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT  [40/77]
05:13:04 [INFO]   from internal/utils/cache/pom.xml
05:13:04 [INFO] --------------------------------[ jar ]---------------------------------
05:13:04 [INFO] 
05:13:04 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache ---
05:13:04 [INFO] 
05:13:04 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache ---
05:13:04 [INFO] 
05:13:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
05:13: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
05:13:04 [INFO] 
05:13:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache ---
05:13:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:04 [WARNING] 
05:13:04 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:13:04 [WARNING] 
05:13:04 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:13:04 [WARNING] 
05:13:04 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:13:04 [INFO] 
05:13:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache ---
05:13:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources
05:13:04 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:13:04 [INFO] 
05:13:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache ---
05:13:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT...
05:13:04 [INFO] 
05:13:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache ---
05:13:04 [INFO] Changes detected - recompiling the module! :dependency
05:13:04 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes
05:13:05 [INFO] 
05:13:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache ---
05:13:05 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:13:05 [INFO] 
05:13:05 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache ---
05:13:05 [INFO] Changes detected - recompiling the module! :dependency
05:13:05 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:13:05 [INFO] 
05:13:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache ---
05:13:05 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:13:05 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/surefire-reports
05:13:05 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:13:05 [INFO] 
05:13:05 [INFO] -------------------------------------------------------
05:13:05 [INFO]  T E S T S
05:13:05 [INFO] -------------------------------------------------------
05:13:05 [INFO] Running org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
05:13:05 SLF4J(W): No SLF4J providers were found.
05:13:05 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
05:13:05 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
05:13:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
05:13:06 [INFO] Running org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
05:13:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.055 s -- in org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
05:13:08 [INFO] Running org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
05:13:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.983 s -- in org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
05:13:09 [INFO] 
05:13:09 [INFO] Results:
05:13:09 [INFO] 
05:13:09 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
05:13:09 [INFO] 
05:13:09 [INFO] 
05:13:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache ---
05:13:09 [INFO] 
05:13:09 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache ---
05:13:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar
05:13:09 [INFO] 
05:13:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache ---
05:13:09 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:13:09 [INFO] No previous run data found, generating javadoc.
05:13:10 [WARNING] Javadoc Warnings
05:13: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
05:13:10 [WARNING] package org.eclipse.ditto.internal.utils.cache;
05:13:10 [WARNING] ^
05:13: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
05:13:10 [WARNING] package org.eclipse.ditto.internal.utils.cache.config;
05:13:10 [WARNING] ^
05:13: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
05:13:10 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry;
05:13:10 [WARNING] ^
05:13: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
05:13:10 [WARNING] boolean exists();
05:13:10 [WARNING] ^
05:13: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
05:13:10 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) {
05:13:10 [WARNING] ^
05:13: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
05:13:10 [WARNING] default Optional<T> get() {
05:13:10 [WARNING] ^
05:13: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
05:13:10 [WARNING] static <T> Entry<T> nonexistent() {
05:13:10 [WARNING] ^
05:13: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
05:13:10 [WARNING] static <T> Entry<T> of(final long revision, final T value) {
05:13:10 [WARNING] ^
05:13:10 [WARNING] 8 warnings
05:13:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
05:13:10 [INFO] 
05:13:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache ---
05:13:10 [INFO] Tests are skipped.
05:13:10 [INFO] 
05:13:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache ---
05:13:10 [INFO] Tests are skipped.
05:13:10 [INFO] 
05:13:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache ---
05:13:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec
05:13:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes
05:13:11 [INFO] 
05:13:11 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache ---
05:13:11 [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
05:13:11 [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
05:13:11 [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
05:13:11 [INFO] 
05:13:11 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >-------------
05:13:11 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT   [41/77]
05:13:11 [INFO]   from internal/utils/test/pom.xml
05:13:11 [INFO] --------------------------------[ jar ]---------------------------------
05:13:13 [INFO] 
05:13:13 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-test ---
05:13:13 [INFO] 
05:13:13 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-test ---
05:13:13 [INFO] 
05:13:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
05:13: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
05:13:13 [INFO] 
05:13:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test ---
05:13:13 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:13 [WARNING] 
05:13:13 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:13:13 [WARNING] 
05:13:13 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:13:13 [WARNING] 
05:13:13 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:13:13 [INFO] 
05:13:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test ---
05:13:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources
05:13:13 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:13:13 [INFO] 
05:13:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test ---
05:13:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT...
05:13:13 [INFO] 
05:13:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test ---
05:13:13 [INFO] No sources to compile
05:13:13 [INFO] 
05:13:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test ---
05:13:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources
05:13:13 [INFO] 
05:13:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test ---
05:13:13 [INFO] Changes detected - recompiling the module! :dependency
05:13:13 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes
05:13:13 [INFO] 
05:13:13 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test ---
05:13:13 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:13:13 [INFO] 
05:13:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test ---
05:13:13 [INFO] 
05:13:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test ---
05:13:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar
05:13:13 [INFO] 
05:13:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test ---
05:13:13 [INFO] 
05:13:13 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test ---
05:13:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
05:13:13 [INFO] 
05:13:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test ---
05:13:13 [INFO] Tests are skipped.
05:13:13 [INFO] 
05:13:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test ---
05:13:13 [INFO] Tests are skipped.
05:13:13 [INFO] 
05:13:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test ---
05:13:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:13:13 [INFO] 
05:13:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test ---
05:13:13 [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
05:13:13 [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
05:13:13 [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
05:13:13 [INFO] 
05:13:13 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >---------
05:13:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77]
05:13:13 [INFO]   from internal/utils/persistence/pom.xml
05:13:13 [INFO] --------------------------------[ jar ]---------------------------------
05:13:14 [INFO] 
05:13:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistence ---
05:13:14 [INFO] 
05:13:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistence ---
05:13:14 [INFO] 
05:13:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
05:13: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
05:13:14 [INFO] 
05:13:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence ---
05:13:14 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:14 [WARNING] 
05:13:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:13:14 [WARNING] 
05:13:14 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:13:14 [WARNING] 
05:13:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:13:14 [INFO] 
05:13:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence ---
05:13:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources
05:13:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:13:14 [INFO] 
05:13:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence ---
05:13:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT...
05:13:14 [INFO] 
05:13:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence ---
05:13:14 [INFO] Changes detected - recompiling the module! :dependency
05:13:14 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes
05:13: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.
05:13: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.
05:13: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.
05:13: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.
05:13:15 [INFO] 
05:13:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence ---
05:13:15 [INFO] Copying 12 resources from src/test/resources to target/test-classes
05:13:15 [INFO] 
05:13:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence ---
05:13:15 [INFO] Changes detected - recompiling the module! :dependency
05:13:15 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
05:13: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.
05:13: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.
05:13:15 [INFO] 
05:13:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence ---
05:13:15 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:13:15 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/surefire-reports
05:13:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:13:15 [INFO] 
05:13:15 [INFO] -------------------------------------------------------
05:13:15 [INFO]  T E S T S
05:13:15 [INFO] -------------------------------------------------------
05:13:16 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
05:13:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.530 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
05:13:18 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
05:13:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
05:13:19 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
05:13:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
05:13:19 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
05:13:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
05:13:19 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest
05:13: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
05:13:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
05:13:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
05:13:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
05:13:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
05:13:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
05:13:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
05:13:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest
05:13: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
05:13:20 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
05:13:20 10:13:20,606 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
05:13:20 10:13:20,608 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - No custom configurators were discovered as a service.
05:13:20 10:13:20,608 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
05:13:20 10:13:20,609 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
05:13:20 10:13:20,611 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
05:13:20 10:13:20,611 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
05:13:20 10:13:20,614 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
05:13:20 10:13:20,614 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
05:13:20 10:13:20,615 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
05:13:20 10:13:20,615 |-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]
05:13:20 10:13:20,743 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
05:13:20 10:13:20,756 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
05:13:20 10:13:20,756 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
05:13:20 10:13:20,765 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
05:13:20 10:13:20,795 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
05:13:20 10:13:20,795 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
05:13:20 10:13:20,795 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
05:13:20 10:13:20,798 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
05:13:20 10:13:20,798 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
05:13:20 10:13:20,798 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
05:13:20 10:13:20,799 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
05:13:20 10:13:20,799 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@344a065a - End of configuration.
05:13:20 10:13:20,800 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@67f266bd - Registering current configuration as safe fallback point
05:13:20 10:13:20,800 |-INFO in ch.qos.logback.classic.util.ContextInitializer@7cd25bf5 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 185 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
05:13:21 2024-02-13 10:13:21,362 WARN  [] o.mongodb.driver.uri  - Connection string contains unsupported option 'writeconcern'.
05:13:21 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
05:13:21 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
05:13:24 2024-02-13 10:13:24,630 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
05:13:24 2024-02-13 10:13:24,631 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
05:13:24 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:13:26 2024-02-13 10:13:26,164 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
05:13:26 [WARN] [02/13/2024 10:13:26.363] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-900808578]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:26 [WARN] [02/13/2024 10:13:26.370] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-900808578]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:26 2024-02-13 10:13:26,647 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
05:13:26 2024-02-13 10:13:26,648 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
05:13:26 [WARN] [02/13/2024 10:13:26.830] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1143483647]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:26 [WARN] [02/13/2024 10:13:26.831] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1143483647]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:27 2024-02-13 10:13:27,029 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
05:13:27 2024-02-13 10:13:27,030 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
05:13:27 [WARN] [02/13/2024 10:13:27.059] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#543174567]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:27 [WARN] [02/13/2024 10:13:27.059] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#543174567]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:27 2024-02-13 10:13:27,239 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
05:13:27 2024-02-13 10:13:27,240 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
05:13:27 [WARN] [02/13/2024 10:13:27.276] [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#-615306314]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:27 [WARN] [02/13/2024 10:13:27.277] [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#-615306314]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:27 2024-02-13 10:13:27,449 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
05:13:27 2024-02-13 10:13:27,449 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
05:13:27 [WARN] [02/13/2024 10:13:27.474] [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#1896228676]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:27 [WARN] [02/13/2024 10:13:27.475] [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#1896228676]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
05:13:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.118 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
05:13:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
05:13:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
05:13:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
05:13:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
05:13:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
05:13:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
05:13:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
05:13:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
05:13:27 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
05:13:28 2024-02-13 10:13:28,143 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
05:13:28 2024-02-13 10:13:28,143 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
05:13:28 2024-02-13 10:13:28,262 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
05:13:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
05:13:28 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
05:13:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest
05:13: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
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
05:13:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest
05:13: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
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
05:13:28 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
05:13:28 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
05:13:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
05:13:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
05:13:29 [INFO] 
05:13:29 [INFO] Results:
05:13:29 [INFO] 
05:13:29 [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0
05:13:29 [INFO] 
05:13:29 [INFO] 
05:13:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence ---
05:13:29 [INFO] 
05:13:29 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence ---
05:13:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar
05:13:29 [INFO] 
05:13:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence ---
05:13:29 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:13:29 [INFO] No previous run data found, generating javadoc.
05:13:32 [WARNING] Javadoc Warnings
05:13: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
05:13:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] protected final EventRegistry<T> eventRegistry;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] protected final ExtendedActorSystem system;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system,
05:13:32 [WARNING] ^
05:13: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>
05:13:32 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity);
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator,
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {}
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] protected abstract String getActorName();
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public DittoMongoCollectionCache(final Config config) {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public BsonInt32 getBsonInt() {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] ASCENDING(1), DESCENDING(-1);
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] ASCENDING(1), DESCENDING(-1);
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public static final IndexDirection DEFAULT = ASCENDING;
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public KamonCommandListener(final String metricName) {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public KamonConnectionPoolListener(final String metricName) {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection,
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient,
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST();
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID();
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE);
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() {
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest());
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] EXTRACTOR_CLASS("class", ""),
05:13:32 [WARNING] ^
05:13: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
05:13:32 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList());
05:13:32 [WARNING] ^
05:13:32 [WARNING] 41 warnings
05:13:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
05:13:32 [INFO] 
05:13:32 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence ---
05:13:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
05:13:32 [INFO] 
05:13:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence ---
05:13:32 [INFO] Tests are skipped.
05:13:32 [INFO] 
05:13:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence ---
05:13:32 [INFO] Tests are skipped.
05:13:32 [INFO] 
05:13:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence ---
05:13:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec
05:13:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes
05:13:32 [INFO] 
05:13:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence ---
05:13:32 [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
05:13:32 [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
05:13:32 [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
05:13:32 [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
05:13:32 [INFO] 
05:13:32 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >-----------------
05:13:32 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT               [43/77]
05:13:32 [INFO]   from things/api/pom.xml
05:13:32 [INFO] --------------------------------[ jar ]---------------------------------
05:13:32 [INFO] 
05:13:32 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-api ---
05:13:32 [INFO] 
05:13:32 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-api ---
05:13:32 [INFO] 
05:13:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
05:13: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/things/api/target/jacoco.exec
05:13:32 [INFO] 
05:13:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api ---
05:13:32 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:32 [WARNING] 
05:13:32 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:13:32 [WARNING] 
05:13:32 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:13:32 [WARNING] 
05:13:32 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:13:32 [INFO] 
05:13:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api ---
05:13:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources
05:13:32 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:13:32 [INFO] 
05:13:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api ---
05:13:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT...
05:13:32 [INFO] 
05:13:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api ---
05:13:32 [INFO] Changes detected - recompiling the module! :dependency
05:13:32 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes
05:13:33 [INFO] 
05:13:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api ---
05:13:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources
05:13:33 [INFO] 
05:13:33 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api ---
05:13:33 [INFO] Changes detected - recompiling the module! :dependency
05:13:33 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
05:13:33 [INFO] 
05:13:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api ---
05:13:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:13:33 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/api/target/surefire-reports
05:13:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:13:33 [INFO] 
05:13:33 [INFO] -------------------------------------------------------
05:13:33 [INFO]  T E S T S
05:13:33 [INFO] -------------------------------------------------------
05:13:34 [INFO] Running org.eclipse.ditto.things.api.ThingSnapshotTakenTest
05:13:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.276 s -- in org.eclipse.ditto.things.api.ThingSnapshotTakenTest
05:13:37 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
05:13:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
05:13:37 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
05:13:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
05:13:37 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
05:13:37 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
05:13:37 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
05:13:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
05:13:38 [INFO] 
05:13:38 [INFO] Results:
05:13:38 [INFO] 
05:13:38 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
05:13:38 [INFO] 
05:13:38 [INFO] 
05:13:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api ---
05:13:38 [INFO] 
05:13:38 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api ---
05:13:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar
05:13:38 [INFO] 
05:13:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api ---
05:13:38 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:13:38 [INFO] No previous run data found, generating javadoc.
05:13:40 [WARNING] Javadoc Warnings
05:13: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
05:13:40 [WARNING] package org.eclipse.ditto.things.api;
05:13:40 [WARNING] ^
05:13: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
05:13:40 [WARNING] package org.eclipse.ditto.things.api.commands.sudo;
05:13:40 [WARNING] ^
05:13:40 [WARNING] 2 warnings
05:13:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar
05:13:40 [INFO] 
05:13:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api ---
05:13:40 [INFO] Tests are skipped.
05:13:40 [INFO] 
05:13:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api ---
05:13:40 [INFO] Tests are skipped.
05:13:40 [INFO] 
05:13:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api ---
05:13:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec
05:13:40 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes
05:13:40 [INFO] 
05:13:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api ---
05:13: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
05:13: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
05:13: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
05:13:40 [INFO] 
05:13:40 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >--------------
05:13:40 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT         [44/77]
05:13:40 [INFO]   from connectivity/api/pom.xml
05:13:40 [INFO] --------------------------------[ jar ]---------------------------------
05:13:40 [INFO] 
05:13:40 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-api ---
05:13:40 [INFO] 
05:13:40 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-api ---
05:13:40 [INFO] 
05:13:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
05:13: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
05:13:40 [INFO] 
05:13:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api ---
05:13:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:40 [WARNING] 
05:13:40 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:13:40 [WARNING] 
05:13:40 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:13:40 [WARNING] 
05:13:40 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:13:40 [INFO] 
05:13:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api ---
05:13:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources
05:13:40 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:13:40 [INFO] 
05:13:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api ---
05:13:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT...
05:13:40 [INFO] 
05:13:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api ---
05:13:40 [INFO] Changes detected - recompiling the module! :dependency
05:13:40 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes
05:13:40 [INFO] 
05:13:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api ---
05:13:40 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:13:40 [INFO] 
05:13:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api ---
05:13:40 [INFO] Changes detected - recompiling the module! :dependency
05:13:40 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
05:13:40 [INFO] 
05:13:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api ---
05:13:40 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:13:40 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/surefire-reports
05:13:40 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:13:40 [INFO] 
05:13:40 [INFO] -------------------------------------------------------
05:13:40 [INFO]  T E S T S
05:13:40 [INFO] -------------------------------------------------------
05:13:41 [INFO] Running org.eclipse.ditto.connectivity.api.BaseClientStateTest
05:13:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 s -- in org.eclipse.ditto.connectivity.api.BaseClientStateTest
05:13:42 [INFO] Running org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
05:13:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 s -- in org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
05:13:43 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
05:13:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.810 s -- in org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
05:13:43 [INFO] Running org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
05:13:44 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:13:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.091 s -- in org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
05:13:46 [INFO] Running org.eclipse.ditto.connectivity.api.InboundSignalTest
05:13:47 SLF4J(W): No SLF4J providers were found.
05:13:47 SLF4J(W): Defaulting to no-operation (NOP) logger implementation
05:13:47 SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
05:13:49 [INFO] [02/13/2024 10:13:49.742] [main] [CoordinatedShutdown(pekko://InboundSignalTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:13:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.763 s -- in org.eclipse.ditto.connectivity.api.InboundSignalTest
05:13:49 [INFO] Running org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
05:13:50 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s -- in org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
05:13:50 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectionTagTest
05:13:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.connectivity.api.ConnectionTagTest
05:13:50 [INFO] Running org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
05:13:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
05:13:50 [INFO] Running org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
05:13:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
05:13:50 [INFO] Running org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
05:13:50 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
05:13:50 [INFO] 
05:13:50 [INFO] Results:
05:13:50 [INFO] 
05:13:50 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
05:13:50 [INFO] 
05:13:50 [INFO] 
05:13:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api ---
05:13:50 [INFO] 
05:13:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api ---
05:13:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar
05:13:50 [INFO] 
05:13:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api ---
05:13:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:13:51 [INFO] No previous run data found, generating javadoc.
05:13:53 [WARNING] Javadoc Warnings
05:13: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
05:13:53 [WARNING] package org.eclipse.ditto.connectivity.api;
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo;
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs;
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment
05:13:53 [WARNING] CONNECTED,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment
05:13:53 [WARNING] CONNECTING,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment
05:13:53 [WARNING] DISCONNECTED,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment
05:13:53 [WARNING] DISCONNECTING,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment
05:13:53 [WARNING] INITIALIZED,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment
05:13:53 [WARNING] TESTING;
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment
05:13:53 [WARNING] UNKNOWN,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment
05:13:53 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval";
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment
05:13:53 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH =
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment
05:13:53 [WARNING] BYTES,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment
05:13:53 [WARNING] TEXT,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment
05:13:53 [WARNING] TEXT_AND_BYTES,
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment
05:13:53 [WARNING] UNKNOWN
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command,
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable(
05:13:53 [WARNING] ^
05:13:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment
05:13:53 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath,
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets,
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag";
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public String getTag() {
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public Set<ConnectionId> getConnectionIds() {
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags";
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
05:13:53 [WARNING] ^
05:13: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
05:13:53 [WARNING] public Set<String> getConnectionTags() {
05:13:53 [WARNING] ^
05:13:53 [WARNING] 27 warnings
05:13:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
05:13:53 [INFO] 
05:13:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api ---
05:13:53 [INFO] Tests are skipped.
05:13:53 [INFO] 
05:13:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api ---
05:13:53 [INFO] Tests are skipped.
05:13:53 [INFO] 
05:13:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api ---
05:13:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec
05:13:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes
05:13:53 [INFO] 
05:13:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api ---
05:13: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
05:13: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
05:13: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
05:13:53 [INFO] 
05:13:53 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >---------------------
05:13:53 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT                         [45/77]
05:13:53 [INFO]   from jwt/pom.xml
05:13:53 [INFO] --------------------------------[ pom ]---------------------------------
05:13:53 [INFO] 
05:13:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt ---
05:13:53 [INFO] 
05:13:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt ---
05:13:53 [INFO] 
05:13:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
05:13: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
05:13:53 [INFO] 
05:13:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt ---
05:13:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:53 [INFO] The goal is skip due to packaging 'pom'
05:13:53 [INFO] 
05:13:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt ---
05:13:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT...
05:13:53 [INFO] 
05:13:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt ---
05:13:53 [INFO] 
05:13:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt ---
05:13:53 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:13:53 [INFO] 
05:13:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt ---
05:13:53 [INFO] Tests are skipped.
05:13:53 [INFO] 
05:13:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt ---
05:13:53 [INFO] Tests are skipped.
05:13:53 [INFO] 
05:13:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt ---
05:13:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:13:53 [INFO] 
05:13:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt ---
05:13: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
05:13:53 [INFO] 
05:13:53 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------
05:13:53 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT                [46/77]
05:13:53 [INFO]   from jwt/model/pom.xml
05:13:53 [INFO] -------------------------------[ bundle ]-------------------------------
05:13:53 [INFO] 
05:13:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt-model ---
05:13:53 [INFO] 
05:13:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt-model ---
05:13:53 [INFO] 
05:13:53 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
05:13:53 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:13:53 [INFO] 
05:13:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
05:13: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
05:13:53 [INFO] 
05:13:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model ---
05:13:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:53 [WARNING] 
05:13:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:13:53 [WARNING] 
05:13:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:13:53 [WARNING] 
05:13:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:13:53 [INFO] 
05:13:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model ---
05:13:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources
05:13:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:13:53 [INFO] 
05:13:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model ---
05:13:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT...
05:13:53 [INFO] 
05:13:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model ---
05:13:53 [INFO] Changes detected - recompiling the module! :dependency
05:13:53 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
05:13:53 [WARNING] bootstrap class path not set in conjunction with -source 8
05:13:53 [INFO] 
05:13:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model ---
05:13:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources
05:13:53 [INFO] 
05:13:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model ---
05:13:53 [INFO] Changes detected - recompiling the module! :dependency
05:13:53 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
05:13:53 [WARNING] bootstrap class path not set in conjunction with -source 8
05:13:53 [INFO] 
05:13:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model ---
05:13:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:13:53 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/surefire-reports
05:13:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:13:53 [INFO] 
05:13:53 [INFO] -------------------------------------------------------
05:13:53 [INFO]  T E S T S
05:13:53 [INFO] -------------------------------------------------------
05:13:54 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
05:13:54 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
05:13:54 [INFO] Running org.eclipse.ditto.jwt.model.AudienceTest
05:13:55 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.ditto.jwt.model.AudienceTest
05:13:55 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
05:13:55 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
05:13:55 [INFO] 
05:13:55 [INFO] Results:
05:13:55 [INFO] 
05:13:55 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
05:13:55 [INFO] 
05:13:55 [INFO] 
05:13:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model ---
05:13:55 [INFO] 
05:13:55 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model ---
05:13:55 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar
05:13:55 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF
05:13:55 [INFO] 
05:13:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model ---
05:13:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:13:55 [INFO] No previous run data found, generating javadoc.
05:13:57 [WARNING] Javadoc Warnings
05:13: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
05:13:57 [WARNING] package org.eclipse.ditto.jwt.model;
05:13:57 [WARNING] ^
05:13:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment
05:13:57 [WARNING] protected AbstractJsonWebToken(final String token) {
05:13:57 [WARNING] ^
05:13:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment
05:13:57 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) {
05:13:57 [WARNING] ^
05:13:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment
05:13:57 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException {
05:13:57 [WARNING] ^
05:13:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment
05:13:57 [WARNING] public interface JwtException {
05:13:57 [WARNING] ^
05:13:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment
05:13:57 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException {
05:13:57 [WARNING] ^
05:13:57 [WARNING] 6 warnings
05:13:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
05:13:57 [INFO] 
05:13:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model ---
05:13:57 [INFO] Tests are skipped.
05:13:57 [INFO] 
05:13:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model ---
05:13:57 [INFO] Tests are skipped.
05:13:57 [INFO] 
05:13:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model ---
05:13:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec
05:13:57 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes
05:13:57 [INFO] 
05:13:57 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model ---
05:13:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'.
05:13:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'.
05:13:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'.
05:13:57 [INFO] 
05:13:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model ---
05:13:57 [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
05:13:57 [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
05:13:57 [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
05:13:57 [INFO] 
05:13:57 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model ---
05:13:57 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar
05:13:57 [INFO] Writing OBR metadata
05:13:57 [INFO] 
05:13:57 [INFO] --------------------< org.eclipse.ditto:ditto-wot >---------------------
05:13:57 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT                         [47/77]
05:13:57 [INFO]   from wot/pom.xml
05:13:57 [INFO] --------------------------------[ pom ]---------------------------------
05:13:57 [INFO] 
05:13:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot ---
05:13:57 [INFO] 
05:13:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot ---
05:13:57 [INFO] 
05:13:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
05:13: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/wot/target/jacoco.exec
05:13:57 [INFO] 
05:13:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot ---
05:13:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:57 [INFO] The goal is skip due to packaging 'pom'
05:13:57 [INFO] 
05:13:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot ---
05:13:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT...
05:13:57 [INFO] 
05:13:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot ---
05:13:57 [INFO] 
05:13:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot ---
05:13:57 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:13:57 [INFO] 
05:13:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot ---
05:13:57 [INFO] Tests are skipped.
05:13:57 [INFO] 
05:13:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot ---
05:13:57 [INFO] Tests are skipped.
05:13:57 [INFO] 
05:13:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot ---
05:13:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:13:57 [INFO] 
05:13:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot ---
05:13:57 [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
05:13:57 [INFO] 
05:13:57 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------
05:13:57 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT                [48/77]
05:13:57 [INFO]   from wot/model/pom.xml
05:13:57 [INFO] -------------------------------[ bundle ]-------------------------------
05:13:57 [INFO] 
05:13:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-model ---
05:13:57 [INFO] 
05:13:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-model ---
05:13:57 [INFO] 
05:13:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
05:13:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:13:57 [INFO] 
05:13:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
05:13: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/wot/model/target/jacoco.exec
05:13:57 [INFO] 
05:13:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model ---
05:13:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:13:57 [WARNING] 
05:13:57 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:13:57 [WARNING] 
05:13:57 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:13:57 [WARNING] 
05:13:57 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:13:57 [INFO] 
05:13:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model ---
05:13:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources
05:13:57 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:13:57 [INFO] 
05:13:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model ---
05:13:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT...
05:13:57 [INFO] 
05:13:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model ---
05:13:57 [INFO] Changes detected - recompiling the module! :dependency
05:13:57 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes
05:13:59 [WARNING] bootstrap class path not set in conjunction with -source 8
05:13:59 [INFO] 
05:13:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model ---
05:13:59 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:13:59 [INFO] 
05:13:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model ---
05:13:59 [INFO] Changes detected - recompiling the module! :dependency
05:13:59 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
05:13:59 [WARNING] bootstrap class path not set in conjunction with -source 8
05:13:59 [INFO] 
05:13:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model ---
05:13:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:13:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/surefire-reports
05:13:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:13:59 [INFO] 
05:13:59 [INFO] -------------------------------------------------------
05:13:59 [INFO]  T E S T S
05:13:59 [INFO] -------------------------------------------------------
05:13:59 [INFO] Running org.eclipse.ditto.wot.model.ThingDescriptionTest
05:14:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s -- in org.eclipse.ditto.wot.model.ThingDescriptionTest
05:14:00 [INFO] 
05:14:00 [INFO] Results:
05:14:00 [INFO] 
05:14:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
05:14:00 [INFO] 
05:14:00 [INFO] 
05:14:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model ---
05:14:00 [INFO] 
05:14:00 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model ---
05:14:00 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar
05:14:00 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF
05:14:00 [INFO] 
05:14:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model ---
05:14:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:14:00 [INFO] No previous run data found, generating javadoc.
05:14:04 [WARNING] Javadoc Warnings
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment
05:14:04 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment
05:14:04 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment
05:14:04 [WARNING] String getActionName();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment
05:14:04 [WARNING] Optional<SingleDataSchema> getInput();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment
05:14:04 [WARNING] Optional<SingleDataSchema> getOutput();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment
05:14:04 [WARNING] boolean isIdempotent();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment
05:14:04 [WARNING] boolean isSafe();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment
05:14:04 [WARNING] Optional<Boolean> isSynchronous();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment
05:14:04 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment
05:14:04 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final CharSequence actionName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment
05:14:04 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment
05:14:04 [WARNING] Builder setInput(@Nullable SingleDataSchema input);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment
05:14:04 [WARNING] Builder setOutput(@Nullable SingleDataSchema output);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment
05:14:04 [WARNING] Builder setSafe(@Nullable Boolean safe);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment
05:14:04 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment
05:14:04 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment
05:14:04 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment
05:14:04 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment
05:14:04 [WARNING] static ActionFormElement.Builder newBuilder() {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment
05:14:04 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment
05:14:04 [WARNING] static Builder newBuilder() {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment
05:14:04 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment
05:14:04 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment
05:14:04 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment
05:14:04 [WARNING] static Actions from(final Collection<Action> actions) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment
05:14:04 [WARNING] static Actions fromJson(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment
05:14:04 [WARNING] Optional<Action> getAction(CharSequence actionName);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment
05:14:04 [WARNING] static Actions of(final Map<String, Action> actions) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment
05:14:04 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment
05:14:04 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment
05:14:04 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment
05:14:04 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment
05:14:04 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment
05:14:04 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment
05:14:04 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment
05:14:04 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment
05:14:04 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment
05:14:04 [WARNING] List<String> getAllOf();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:137: warning: no comment
05:14:04 [WARNING] SecuritySchemeScheme getScheme();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment
05:14:04 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment
05:14:04 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment
05:14:04 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment
05:14:04 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment
05:14:04 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment
05:14:04 [WARNING] Optional<SecuritySchemeIn> getIn();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment
05:14:04 [WARNING] Optional<String> getName();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment
05:14:04 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment
05:14:04 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment
05:14:04 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment
05:14:04 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment
05:14:04 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment
05:14:04 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment
05:14:04 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment
05:14:04 [WARNING] Optional<DataSchema> getItems();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment
05:14:04 [WARNING] Optional<Integer> getMaxItems();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment
05:14:04 [WARNING] Optional<Integer> getMinItems();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:104: warning: no comment
05:14:04 [WARNING] Optional<DataSchemaType> getType();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment
05:14:04 [WARNING] static ArraySchema.Builder newBuilder() {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment
05:14:04 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment
05:14:04 [WARNING] default ArraySchema.Builder toBuilder() {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment
05:14:04 [WARNING] static Builder newBuilder() {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment
05:14:04 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment
05:14:04 [WARNING] Builder setItems(@Nullable DataSchema items);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment
05:14:04 [WARNING] Builder setMaxItems(@Nullable Integer maxItems);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment
05:14:04 [WARNING] Builder setMinItems(@Nullable Integer minItems);
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment
05:14:04 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition(
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment
05:14:04 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment
05:14:04 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment
05:14:04 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment
05:14:04 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment
05:14:04 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment
05:14:04 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment
05:14:04 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment
05:14:04 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment
05:14:04 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment
05:14:04 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment
05:14:04 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment
05:14:04 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment
05:14:04 [WARNING] String REL_ICON = "icon";
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment
05:14:04 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) {
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment
05:14:04 [WARNING] Optional<IRI> getAnchor();
05:14:04 [WARNING] ^
05:14:04 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment
05:14:04 [WARNING] IRI getHref();
05:14:04 [WARNING] ^
05:14:04 [WARNING] 100 warnings
05:14:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar
05:14:04 [INFO] 
05:14:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model ---
05:14:04 [INFO] Tests are skipped.
05:14:04 [INFO] 
05:14:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model ---
05:14:04 [INFO] Tests are skipped.
05:14:04 [INFO] 
05:14:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model ---
05:14:04 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec
05:14:04 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes
05:14:05 [INFO] 
05:14:05 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model ---
05:14:05 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'.
05:14:05 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'.
05:14:05 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'.
05:14:05 [INFO] 
05:14:05 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model ---
05:14:05 [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
05:14:05 [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
05:14:05 [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
05:14:05 [INFO] 
05:14:05 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model ---
05:14:05 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar
05:14:05 [INFO] Writing OBR metadata
05:14:05 [INFO] 
05:14:05 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >--------
05:14:05 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77]
05:14:05 [INFO]   from internal/utils/cache-loaders/pom.xml
05:14:05 [INFO] --------------------------------[ jar ]---------------------------------
05:14:05 [INFO] 
05:14:05 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache-loaders ---
05:14:05 [INFO] 
05:14:05 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache-loaders ---
05:14:05 [INFO] 
05:14:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
05:14: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/internal/utils/cache-loaders/target/jacoco.exec
05:14:05 [INFO] 
05:14:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders ---
05:14:05 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:14:05 [WARNING] 
05:14:05 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:14:05 [WARNING] 
05:14:05 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:14:05 [WARNING] 
05:14:05 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:14:05 [INFO] 
05:14:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders ---
05:14:05 [INFO] Copying 1 resource from src/main/resources to target/classes
05:14:05 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:14:05 [INFO] 
05:14:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders ---
05:14:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT...
05:14:05 [INFO] 
05:14:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders ---
05:14:05 [INFO] Changes detected - recompiling the module! :dependency
05:14:05 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes
05:14:05 [INFO] 
05:14:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders ---
05:14:05 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:14:05 [INFO] 
05:14:05 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders ---
05:14:05 [INFO] Changes detected - recompiling the module! :dependency
05:14:05 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:14:05 [INFO] 
05:14:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders ---
05:14:05 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:14:05 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/surefire-reports
05:14:05 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:14:05 [INFO] 
05:14:05 [INFO] -------------------------------------------------------
05:14:05 [INFO]  T E S T S
05:14:05 [INFO] -------------------------------------------------------
05:14:06 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
05:14:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.676 s -- in org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
05:14:09 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
05:14:10 [INFO] [02/13/2024 10:14:10.446] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:14:10 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s -- in org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
05:14:10 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
05:14:10 10:14:10.600 [test-pekko.actor.default-dispatcher-5] INFO org.apache.pekko.event.slf4j.Slf4jLogger -- Slf4jLogger started
05:14:11 10:14:11.761 [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#-497837041]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:12 10:14:12.780 [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#-497837041]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:16 10:14:16.350 [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#456326892]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:17 10:14:17.609 [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#456326892]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:19 10:14:19.060 [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#456326892]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:21 10:14:20.969 [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#456326892]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:23 10:14:23.496 [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#1993418552]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:24 10:14:24.740 [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#1993418552]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:27 10:14:27.209 [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#623371234]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:31 10:14:31.749 [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#-2078988334]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:33 10:14:33.789 [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#-2078988334]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:43 10:14:43.889 [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#728898042]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:45 10:14:45.930 [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#728898042]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:48 10:14:47.969 [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#728898042]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:50 10:14:50.010 [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#728898042]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:51 10:14:51.519 [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#2128015831]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:52 10:14:52.539 [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#2128015831]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:53 10:14:53.560 [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#2128015831]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:54 10:14:54.579 [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#2128015831]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
05:14:56 10:14:56.579 [test-pekko.actor.default-dispatcher-5] INFO org.apache.pekko.actor.CoordinatedShutdown -- Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:14:56 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.13 s -- in org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
05:14:56 [INFO] 
05:14:56 [INFO] Results:
05:14:56 [INFO] 
05:14:56 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
05:14:56 [INFO] 
05:14:56 [INFO] 
05:14:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders ---
05:14:56 [INFO] 
05:14:56 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders ---
05:14:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
05:14:56 [INFO] 
05:14:56 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders ---
05:14:56 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:14:56 [INFO] No previous run data found, generating javadoc.
05:14:58 [WARNING] Javadoc Warnings
05:14:58 [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
05:14:58 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders;
05:14:58 [WARNING] ^
05:14:58 [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
05:14:58 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config;
05:14:58 [WARNING] ^
05:14:58 [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>
05:14:58 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard(
05:14:58 [WARNING] ^
05:14:58 [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
05:14:58 [WARNING] BACKOFF_DELAY
05:14:58 [WARNING] ^
05:14:58 [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
05:14:58 [WARNING] FIXED_DELAY,
05:14:58 [WARNING] ^
05:14:58 [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
05:14:58 [WARNING] NO_DELAY,
05:14:58 [WARNING] ^
05:14:58 [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
05:14:58 [WARNING] OFF,
05:14:58 [WARNING] ^
05:14:58 [WARNING] 7 warnings
05:14:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
05:14:58 [INFO] 
05:14:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders ---
05:14:58 [INFO] Tests are skipped.
05:14:58 [INFO] 
05:14:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders ---
05:14:58 [INFO] Tests are skipped.
05:14:58 [INFO] 
05:14:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders ---
05:14:58 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec
05:14:58 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes
05:14:58 [INFO] 
05:14:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders ---
05:14:58 [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
05:14:58 [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
05:14:58 [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
05:14:58 [INFO] 
05:14:58 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >----------
05:14:58 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77]
05:14:58 [INFO]   from internal/utils/namespaces/pom.xml
05:14:58 [INFO] --------------------------------[ jar ]---------------------------------
05:14:58 [INFO] 
05:14:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-namespaces ---
05:14:58 [INFO] 
05:14:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-namespaces ---
05:14:58 [INFO] 
05:14:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
05:14: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/namespaces/target/jacoco.exec
05:14:58 [INFO] 
05:14:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces ---
05:14:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:14:58 [WARNING] 
05:14:58 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:14:58 [WARNING] 
05:14:58 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:14:58 [WARNING] 
05:14:58 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:14:58 [INFO] 
05:14:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces ---
05:14:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources
05:14:58 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:14:58 [INFO] 
05:14:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces ---
05:14:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT...
05:14:58 [INFO] 
05:14:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces ---
05:14:58 [INFO] Changes detected - recompiling the module! :dependency
05:14:58 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
05:14:58 [INFO] 
05:14:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces ---
05:14:58 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:14:58 [INFO] 
05:14:58 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces ---
05:14:58 [INFO] Changes detected - recompiling the module! :dependency
05:14:58 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
05:14:58 [INFO] 
05:14:58 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces ---
05:14:58 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:14:58 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/surefire-reports
05:14:58 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:14:58 [INFO] 
05:14:58 [INFO] -------------------------------------------------------
05:14:58 [INFO]  T E S T S
05:14:58 [INFO] -------------------------------------------------------
05:14:59 [INFO] Running org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
05:15:01 [INFO] [02/13/2024 10:15:01.837] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.66.231:40059] with UID [345455185401286749]
05:15:01 [INFO] [02/13/2024 10:15:01.871] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - Starting up, Pekko version [1.0.1] ...
05:15:02 [INFO] [02/13/2024 10:15:02.047] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - Registered cluster JMX MBean [pekko:type=Cluster]
05:15:02 [INFO] [02/13/2024 10:15:02.047] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - Started up successfully
05:15:02 [INFO] [02/13/2024 10:15:02.136] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
05:15:02 [INFO] [02/13/2024 10:15:02.136] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
05:15:03 [INFO] [02/13/2024 10:15:03.165] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:03 [INFO] [02/13/2024 10:15:03.174] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - Exiting completed
05:15:03 [INFO] [02/13/2024 10:15:03.175] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - Shutting down...
05:15:03 [INFO] [02/13/2024 10:15:03.176] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40059] - Successfully shut down
05:15:03 [INFO] [pekkoDeadLetter][02/13/2024 10:15:03.176] [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#1038402030] 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'.
05:15:03 [INFO] [02/13/2024 10:15:03.190] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.66.231:40059/system/remoting-terminator] Shutting down remote daemon.
05:15:03 [INFO] [02/13/2024 10:15:03.191] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.66.231:40059/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
05:15:03 [INFO] [02/13/2024 10:15:03.241] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.66.231:40059/system/remoting-terminator] Remoting shut down.
05:15:03 [INFO] [02/13/2024 10:15:03.335] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.66.231:35911] with UID [-6269430489823728211]
05:15:03 [INFO] [02/13/2024 10:15:03.336] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - Starting up, Pekko version [1.0.1] ...
05:15:03 [INFO] [02/13/2024 10:15:03.340] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - Registered cluster JMX MBean [pekko:type=Cluster]
05:15:03 [INFO] [02/13/2024 10:15:03.340] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - Started up successfully
05:15:03 [INFO] [02/13/2024 10:15:03.342] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
05:15:03 [INFO] [02/13/2024 10:15:03.342] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
05:15:03 [INFO] [02/13/2024 10:15:03.370] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:03 [INFO] [pekkoDeadLetter][02/13/2024 10:15:03.371] [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#2034292458] 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'.
05:15:03 [INFO] [02/13/2024 10:15:03.372] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - Exiting completed
05:15:03 [INFO] [02/13/2024 10:15:03.372] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - Shutting down...
05:15:03 [INFO] [02/13/2024 10:15:03.372] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-6] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35911] - Successfully shut down
05:15:03 [INFO] [02/13/2024 10:15:03.375] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:35911/system/remoting-terminator] Shutting down remote daemon.
05:15:03 [INFO] [02/13/2024 10:15:03.375] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:35911/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
05:15:03 [INFO] [02/13/2024 10:15:03.377] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.66.231:35911/system/remoting-terminator] Remoting shut down.
05:15:03 [INFO] [02/13/2024 10:15:03.460] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.66.231:44713] with UID [-3913077543708384451]
05:15:03 [INFO] [02/13/2024 10:15:03.461] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:44713] - Starting up, Pekko version [1.0.1] ...
05:15:03 [INFO] [02/13/2024 10:15:03.464] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:44713] - Registered cluster JMX MBean [pekko:type=Cluster]
05:15:03 [INFO] [02/13/2024 10:15:03.464] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:44713] - Started up successfully
05:15:03 [INFO] [02/13/2024 10:15:03.466] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:44713] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
05:15:03 [INFO] [02/13/2024 10:15:03.466] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:44713] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
05:15:03 [INFO] [02/13/2024 10:15:03.601] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.66.231:35589] with UID [-5864944995041114182]
05:15:03 [INFO] [02/13/2024 10:15:03.603] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - Starting up, Pekko version [1.0.1] ...
05:15:03 [INFO] [02/13/2024 10:15:03.632] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - Registered cluster JMX MBean [pekko:type=Cluster]
05:15:03 [INFO] [02/13/2024 10:15:03.632] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - Started up successfully
05:15:03 [INFO] [02/13/2024 10:15:03.633] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
05:15:03 [INFO] [02/13/2024 10:15:03.633] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
05:15:05 [INFO] [02/13/2024 10:15:05.750] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:05 [INFO] [pekkoDeadLetter][02/13/2024 10:15:05.751] [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#1622184917] 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'.
05:15:05 [INFO] [02/13/2024 10:15:05.752] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - Exiting completed
05:15:05 [INFO] [02/13/2024 10:15:05.752] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - Shutting down...
05:15:05 [INFO] [02/13/2024 10:15:05.752] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:35589] - Successfully shut down
05:15:05 [INFO] [02/13/2024 10:15:05.754] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.66.231:35589/system/remoting-terminator] Shutting down remote daemon.
05:15:05 [INFO] [02/13/2024 10:15:05.754] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.66.231:35589/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
05:15:05 [INFO] [02/13/2024 10:15:05.757] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.66.231:35589/system/remoting-terminator] Remoting shut down.
05:15:05 [INFO] [02/13/2024 10:15:05.795] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.66.231:38767] with UID [655672173352583584]
05:15:05 [INFO] [02/13/2024 10:15:05.795] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - Starting up, Pekko version [1.0.1] ...
05:15:05 [INFO] [02/13/2024 10:15:05.799] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - Registered cluster JMX MBean [pekko:type=Cluster]
05:15:05 [INFO] [02/13/2024 10:15:05.799] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - Started up successfully
05:15:05 [INFO] [02/13/2024 10:15:05.800] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
05:15:05 [INFO] [02/13/2024 10:15:05.800] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
05:15:05 [INFO] [02/13/2024 10:15:05.853] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:05 [INFO] [pekkoDeadLetter][02/13/2024 10:15:05.854] [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#-2055774644] 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'.
05:15:05 [INFO] [02/13/2024 10:15:05.855] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - Exiting completed
05:15:05 [INFO] [02/13/2024 10:15:05.855] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - Shutting down...
05:15:05 [INFO] [02/13/2024 10:15:05.855] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:38767] - Successfully shut down
05:15:05 [INFO] [02/13/2024 10:15:05.857] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:38767/system/remoting-terminator] Shutting down remote daemon.
05:15:05 [INFO] [02/13/2024 10:15:05.857] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:38767/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
05:15:05 [INFO] [02/13/2024 10:15:05.859] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:38767/system/remoting-terminator] Remoting shut down.
05:15:05 [INFO] [02/13/2024 10:15:05.897] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.66.231:40751] with UID [-6929069541130002359]
05:15:05 [INFO] [02/13/2024 10:15:05.897] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - Starting up, Pekko version [1.0.1] ...
05:15:05 [INFO] [02/13/2024 10:15:05.932] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - Registered cluster JMX MBean [pekko:type=Cluster]
05:15:05 [INFO] [02/13/2024 10:15:05.932] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - Started up successfully
05:15:05 [INFO] [02/13/2024 10:15:05.934] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
05:15:05 [INFO] [02/13/2024 10:15:05.934] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
05:15:05 [INFO] [02/13/2024 10:15:05.962] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:05 [INFO] [pekkoDeadLetter][02/13/2024 10:15:05.963] [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#-1471001365] 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'.
05:15:05 [INFO] [02/13/2024 10:15:05.963] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - Exiting completed
05:15:05 [INFO] [02/13/2024 10:15:05.963] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - Shutting down...
05:15:05 [INFO] [02/13/2024 10:15:05.964] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.66.231:40751] - Successfully shut down
05:15:05 [INFO] [02/13/2024 10:15:05.965] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:40751/system/remoting-terminator] Shutting down remote daemon.
05:15:05 [INFO] [02/13/2024 10:15:05.965] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:40751/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
05:15:05 [INFO] [02/13/2024 10:15:05.967] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.66.231:40751/system/remoting-terminator] Remoting shut down.
05:15:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.489 s -- in org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
05:15:06 [INFO] 
05:15:06 [INFO] Results:
05:15:06 [INFO] 
05:15:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
05:15:06 [INFO] 
05:15:06 [INFO] 
05:15:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces ---
05:15:06 [INFO] 
05:15:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces ---
05:15:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
05:15:06 [INFO] 
05:15:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces ---
05:15:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:15:06 [INFO] No previous run data found, generating javadoc.
05:15:07 [WARNING] Javadoc Warnings
05:15:07 [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
05:15:07 [WARNING] package org.eclipse.ditto.internal.utils.namespaces;
05:15:07 [WARNING] ^
05:15:07 [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
05:15:07 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) {
05:15:07 [WARNING] ^
05:15:07 [WARNING] 2 warnings
05:15:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
05:15:08 [INFO] 
05:15:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces ---
05:15:08 [INFO] Tests are skipped.
05:15:08 [INFO] 
05:15:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces ---
05:15:08 [INFO] Tests are skipped.
05:15:08 [INFO] 
05:15:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces ---
05:15:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec
05:15:08 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes
05:15:08 [INFO] 
05:15:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces ---
05:15: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
05:15: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
05:15: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
05:15:08 [INFO] 
05:15:08 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------
05:15:08 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT     [51/77]
05:15:08 [INFO]   from policies/enforcement/pom.xml
05:15:08 [INFO] --------------------------------[ jar ]---------------------------------
05:15:08 [INFO] 
05:15:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-enforcement ---
05:15:08 [INFO] 
05:15:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-enforcement ---
05:15:08 [INFO] 
05:15:08 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
05:15:08 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:15:08 [INFO] 
05:15:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
05:15: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
05:15:08 [INFO] 
05:15:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement ---
05:15:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:08 [WARNING] 
05:15:08 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:15:08 [WARNING] 
05:15:08 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:15:08 [WARNING] 
05:15:08 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:15:08 [INFO] 
05:15:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement ---
05:15:08 [INFO] Copying 1 resource from src/main/resources to target/classes
05:15:08 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:15:08 [INFO] 
05:15:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement ---
05:15:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT...
05:15:08 [INFO] 
05:15:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement ---
05:15:08 [INFO] Changes detected - recompiling the module! :dependency
05:15:08 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes
05:15: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.
05:15: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.
05:15:08 [INFO] 
05:15:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement ---
05:15:08 [INFO] Copying 6 resources from src/test/resources to target/test-classes
05:15:08 [INFO] 
05:15:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement ---
05:15:08 [INFO] Changes detected - recompiling the module! :dependency
05:15:08 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
05:15:08 [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.
05:15:08 [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.
05:15:08 [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.
05:15:08 [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.
05:15:08 [INFO] 
05:15:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement ---
05:15:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:15:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/surefire-reports
05:15:08 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
05:15:08 [INFO] 
05:15:08 [INFO] -------------------------------------------------------
05:15:08 [INFO]  T E S T S
05:15:08 [INFO] -------------------------------------------------------
05:15:10 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
05:15:10 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:15:14 [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.808 s -- in org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
05:15:14 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
05:15:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.843 s -- in org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
05:15:17 [INFO] Running org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
05:15:17 [INFO] [02/13/2024 10:15:17.690] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:17 [INFO] [02/13/2024 10:15:17.798] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s -- in org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
05:15:17 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
05:15:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
05:15:18 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
05:15:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
05:15:19 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
05:15:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
05:15:19 [INFO] Running org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
05:15:19 10:15:19.355 [WARN ] o.e.d.p.e.DefaultPolicyEnforcerProvider - Got exception when trying to load the policy enforcer via cache loader. This is unexpected
05:15:19 java.lang.IllegalStateException: This is expected
05:15:19 	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProvider.getPolicyEnforcer(DefaultPolicyEnforcerProvider.java:60)
05:15:19 	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest.getPolicyEnforcerWhenCacheLoaderThrowsException(DefaultPolicyEnforcerProviderTest.java:90)
05:15:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:15:19 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:15:19 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:15:19 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:15:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:15:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:15:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:15:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:15:19 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:15:19 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:15:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:15:19 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:15:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:15:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:15:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:15:19 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:15:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:15:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:15:19 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:15:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:15:19 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:15:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:15:19 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:15:19 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:15:19 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:15:19 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:15:19 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
05:15:19 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
05:15:19 	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
05:15:19 	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
05:15:19 	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
05:15:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
05:15:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
05:15:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
05:15:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
05:15:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
05:15:19 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
05:15:19 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
05:15:19 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
05:15:19 	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
05:15:19 	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
05:15:19 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
05:15:19 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
05:15:19 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
05:15:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:15:19 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:15:19 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:15:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:15:19 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 s -- in org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
05:15:19 [INFO] Running org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
05:15:19 [INFO] [02/13/2024 10:15:19.882] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/$a] Received namespaces: <ORSet(namespace1, namespace2, namespace4)>
05:15:19 [INFO] [02/13/2024 10:15:19.931] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] [02/13/2024 10:15:20.275] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 10:15:20.362 [WARN ] o.e.d.p.e.CachingPolicyEnforcerProvider - Did receive Optional holding an unexpected type. Did expect a PolicyEnforcer but got <class java.lang.String>.
05:15:20 [INFO] [02/13/2024 10:15:20.369] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] [02/13/2024 10:15:20.434] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] [02/13/2024 10:15:20.496] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] [02/13/2024 10:15:20.682] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] [02/13/2024 10:15:20.740] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] [02/13/2024 10:15:20.817] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] [02/13/2024 10:15:20.879] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:15:20 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.487 s -- in org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
05:15:21 [INFO] 
05:15:21 [INFO] Results:
05:15:21 [INFO] 
05:15:21 [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0
05:15:21 [INFO] 
05:15:21 [INFO] 
05:15:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement ---
05:15:21 [INFO] 
05:15:21 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement ---
05:15:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar
05:15:21 [INFO] 
05:15:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement ---
05:15:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:15:21 [INFO] No previous run data found, generating javadoc.
05:15:23 [WARNING] Javadoc Warnings
05:15: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
05:15:23 [WARNING] package org.eclipse.ditto.policies.enforcement.config;
05:15:23 [WARNING] ^
05:15: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
05:15:23 [WARNING] package org.eclipse.ditto.policies.enforcement.pre;
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment
05:15:23 [WARNING] protected static final ThreadSafeDittoLogger LOGGER =
05:15:23 [WARNING] ^
05:15: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
05:15:23 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal);
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment
05:15:23 [WARNING] protected final E enforcement;
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment
05:15:23 [WARNING] protected final I entityId;
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment
05:15:23 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment
05:15:23 [WARNING] protected final PreEnforcerProvider preEnforcer;
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment
05:15:23 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) {
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment
05:15:23 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) {
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment
05:15:23 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider;
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment
05:15:23 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId,
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment
05:15:23 [WARNING] public interface Invalidatable {
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment
05:15:23 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout);
05:15:23 [WARNING] ^
05:15: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
05:15:23 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy,
05:15:23 [WARNING] ^
05:15:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment
05:15:23 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher";
05:15:23 [WARNING] ^
05:15: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
05:15:23 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) {
05:15:23 [WARNING] ^
05:15:23 [WARNING] 17 warnings
05:15:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
05:15:23 [INFO] 
05:15:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement ---
05:15:23 [INFO] Tests are skipped.
05:15:23 [INFO] 
05:15:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement ---
05:15:23 [INFO] Tests are skipped.
05:15:23 [INFO] 
05:15:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement ---
05:15:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec
05:15:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes
05:15:23 [INFO] 
05:15:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement ---
05:15: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
05:15: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
05:15: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
05:15:23 [INFO] 
05:15:23 [INFO] --------------------< org.eclipse.ditto:ditto-rql >---------------------
05:15:23 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT                         [52/77]
05:15:23 [INFO]   from rql/pom.xml
05:15:23 [INFO] --------------------------------[ pom ]---------------------------------
05:15:23 [INFO] 
05:15:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql ---
05:15:23 [INFO] 
05:15:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql ---
05:15:23 [INFO] 
05:15:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
05:15: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
05:15:23 [INFO] 
05:15:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql ---
05:15:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:23 [INFO] The goal is skip due to packaging 'pom'
05:15:23 [INFO] 
05:15:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql ---
05:15:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT...
05:15:23 [INFO] 
05:15:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql ---
05:15:23 [INFO] 
05:15:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql ---
05:15:23 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:15:23 [INFO] 
05:15:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql ---
05:15:23 [INFO] Tests are skipped.
05:15:23 [INFO] 
05:15:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql ---
05:15:23 [INFO] Tests are skipped.
05:15:23 [INFO] 
05:15:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql ---
05:15:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:15:23 [INFO] 
05:15:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql ---
05:15: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
05:15:23 [INFO] 
05:15:23 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------
05:15:23 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT                [53/77]
05:15:23 [INFO]   from rql/model/pom.xml
05:15:23 [INFO] -------------------------------[ bundle ]-------------------------------
05:15:23 [INFO] 
05:15:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-model ---
05:15:23 [INFO] 
05:15:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-model ---
05:15:23 [INFO] 
05:15:23 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
05:15:23 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:15:23 [INFO] 
05:15:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
05:15: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
05:15:23 [INFO] 
05:15:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model ---
05:15:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:23 [WARNING] 
05:15:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:15:23 [WARNING] 
05:15:23 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:15:23 [WARNING] 
05:15:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:15:23 [INFO] 
05:15:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model ---
05:15:23 [INFO] Copying 0 resource from src/main/resources to target/classes
05:15:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:15:23 [INFO] 
05:15:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model ---
05:15:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT...
05:15:23 [INFO] 
05:15:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model ---
05:15:23 [INFO] Changes detected - recompiling the module! :dependency
05:15:23 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes
05:15:23 [WARNING] bootstrap class path not set in conjunction with -source 8
05:15:23 [INFO] 
05:15:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model ---
05:15:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources
05:15:23 [INFO] 
05:15:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model ---
05:15:23 [INFO] Changes detected - recompiling the module! :dependency
05:15:23 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes
05:15:23 [WARNING] bootstrap class path not set in conjunction with -source 8
05:15:23 [INFO] 
05:15:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model ---
05:15:23 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:15:23 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/surefire-reports
05:15:23 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:15:23 [INFO] 
05:15:23 [INFO] -------------------------------------------------------
05:15:23 [INFO]  T E S T S
05:15:23 [INFO] -------------------------------------------------------
05:15:24 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
05:15:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 s -- in org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
05:15:25 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest
05:15: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
05:15:25 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
05:15:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
05:15:25 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
05:15:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
05:15:25 [INFO] 
05:15:25 [INFO] Results:
05:15:25 [INFO] 
05:15:25 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
05:15:25 [INFO] 
05:15:25 [INFO] 
05:15:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model ---
05:15:25 [INFO] 
05:15:25 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model ---
05:15:25 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar
05:15:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF
05:15:25 [INFO] 
05:15:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model ---
05:15:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:15:25 [INFO] No previous run data found, generating javadoc.
05:15:27 [WARNING] Javadoc Warnings
05:15: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
05:15:27 [WARNING] public String getName() {
05:15:27 [WARNING] ^
05:15: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
05:15:27 [WARNING] public static Type byName(final String name) {
05:15:27 [WARNING] ^
05:15: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
05:15:27 [WARNING] public String getName() {
05:15:27 [WARNING] ^
05:15: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
05:15:27 [WARNING] public String getName() {
05:15:27 [WARNING] ^
05:15:27 [WARNING] 4 warnings
05:15:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar
05:15:27 [INFO] 
05:15:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model ---
05:15:27 [INFO] Tests are skipped.
05:15:27 [INFO] 
05:15:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model ---
05:15:27 [INFO] Tests are skipped.
05:15:27 [INFO] 
05:15:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model ---
05:15:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec
05:15:27 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes
05:15:27 [INFO] 
05:15:27 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model ---
05:15:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'.
05:15:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'.
05:15:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'.
05:15:27 [INFO] 
05:15:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model ---
05:15: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
05:15: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
05:15: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
05:15:27 [INFO] 
05:15:27 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model ---
05:15:27 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar
05:15:27 [INFO] Writing OBR metadata
05:15:27 [INFO] 
05:15:27 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >-----------------
05:15:27 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT               [54/77]
05:15:27 [INFO]   from rql/parser/pom.xml
05:15:27 [INFO] -------------------------------[ bundle ]-------------------------------
05:15:27 [INFO] 
05:15:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-parser ---
05:15:27 [INFO] 
05:15:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-parser ---
05:15:27 [INFO] 
05:15:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
05:15:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:15:27 [INFO] 
05:15:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
05:15: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
05:15:27 [INFO] 
05:15:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser ---
05:15:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:27 [WARNING] 
05:15:27 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:15:27 [WARNING] 
05:15:27 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:15:27 [WARNING] 
05:15:27 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:15:27 [INFO] 
05:15:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser ---
05:15:27 [INFO] Copying 0 resource from src/main/resources to target/classes
05:15:27 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:15:27 [INFO] 
05:15:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser ---
05:15:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT...
05:15:27 [INFO] 
05:15:27 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser ---
05:15: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
05:15:28 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ...
05:15:36 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
05:15:36 1 warning.
05:15:36 [INFO] done compiling
05:15:36 [INFO] compile in 9.0 s
05:15:36 [INFO] 
05:15:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser ---
05:15:36 [INFO] Changes detected - recompiling the module! :dependency
05:15:36 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
05:15:36 [WARNING] bootstrap class path not set in conjunction with -source 8
05:15:36 [INFO] 
05:15:36 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser ---
05:15: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
05:15:36 [INFO] compile in 0.1 s
05:15:36 [INFO] 
05:15:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser ---
05:15:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources
05:15:36 [INFO] 
05:15:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser ---
05:15:36 [INFO] Changes detected - recompiling the module! :dependency
05:15:36 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
05:15:37 [WARNING] bootstrap class path not set in conjunction with -source 8
05:15:37 [INFO] 
05:15:37 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser ---
05:15: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
05:15:37 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/test-classes ...
05:15:38 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
05:15:38 1 warning.
05:15:38 [INFO] done compiling
05:15:38 [INFO] compile in 1.7 s
05:15:38 [INFO] 
05:15:38 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser ---
05:15:38 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:15:38 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/surefire-reports
05:15:38 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:15:38 [INFO] 
05:15:38 [INFO] -------------------------------------------------------
05:15:38 [INFO]  T E S T S
05:15:38 [INFO] -------------------------------------------------------
05:15:39 [INFO] Running org.eclipse.ditto.rql.parser.RqlPredicateParserTest
05:15:40 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 s -- in org.eclipse.ditto.rql.parser.RqlPredicateParserTest
05:15:40 [INFO] 
05:15:40 [INFO] Results:
05:15:40 [INFO] 
05:15:40 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
05:15:40 [INFO] 
05:15:40 [INFO] 
05:15:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser ---
05:15:40 [INFO] 
05:15:40 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser ---
05:15:40 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
05:15:40 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar
05:15:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF
05:15:40 [INFO] 
05:15:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser ---
05:15:40 [INFO] Tests are skipped.
05:15:40 [INFO] 
05:15:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser ---
05:15:40 [INFO] Tests are skipped.
05:15:40 [INFO] 
05:15:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser ---
05:15:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec
05:15:40 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes
05:15:40 [INFO] 
05:15:40 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser ---
05:15:40 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'.
05:15:40 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'.
05:15:40 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'.
05:15:40 [INFO] 
05:15:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser ---
05:15:40 [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
05:15:40 [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
05:15:40 [INFO] 
05:15:40 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser ---
05:15:40 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar
05:15:40 [INFO] Writing OBR metadata
05:15:40 [INFO] 
05:15:40 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------
05:15:40 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT                [55/77]
05:15:40 [INFO]   from rql/query/pom.xml
05:15:40 [INFO] -------------------------------[ bundle ]-------------------------------
05:15:40 [INFO] 
05:15:40 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-query ---
05:15:40 [INFO] 
05:15:40 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-query ---
05:15:40 [INFO] 
05:15:40 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
05:15:40 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:15:40 [INFO] 
05:15:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
05:15: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/rql/query/target/jacoco.exec
05:15:40 [INFO] 
05:15:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query ---
05:15:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:40 [WARNING] 
05:15:40 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:15:40 [WARNING] 
05:15:40 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:15:40 [WARNING] 
05:15:40 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:15:40 [INFO] 
05:15:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query ---
05:15:40 [INFO] Copying 0 resource from src/main/resources to target/classes
05:15:40 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:15:40 [INFO] 
05:15:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query ---
05:15:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT...
05:15:40 [INFO] 
05:15:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query ---
05:15:40 [INFO] Changes detected - recompiling the module! :dependency
05:15:40 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes
05:15:41 [WARNING] bootstrap class path not set in conjunction with -source 8
05:15:41 [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.
05:15:41 [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.
05:15:41 [INFO] 
05:15:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query ---
05:15:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources
05:15:41 [INFO] 
05:15:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query ---
05:15:41 [INFO] Changes detected - recompiling the module! :dependency
05:15:41 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
05:15:41 [WARNING] bootstrap class path not set in conjunction with -source 8
05:15:41 [INFO] 
05:15:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query ---
05:15:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:15:41 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/surefire-reports
05:15:41 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:15:41 [INFO] 
05:15:41 [INFO] -------------------------------------------------------
05:15:41 [INFO]  T E S T S
05:15:41 [INFO] -------------------------------------------------------
05:15:41 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
05:15:42 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
05:15:42 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
05:15:42 [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 s -- in org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
05:15:42 [INFO] Running org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
05:15:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.346 s -- in org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
05:15:44 [INFO] Running org.eclipse.ditto.rql.query.SortOptionTest
05:15:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 s -- in org.eclipse.ditto.rql.query.SortOptionTest
05:15:44 [INFO] Running org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
05:15:44 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
05:15:44 [INFO] Running org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
05:15:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
05:15:45 [INFO] 
05:15:45 [INFO] Results:
05:15:45 [INFO] 
05:15:45 [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0
05:15:45 [INFO] 
05:15:45 [INFO] 
05:15:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query ---
05:15:45 [INFO] 
05:15:45 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query ---
05:15:45 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar
05:15:45 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF
05:15:45 [INFO] 
05:15:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query ---
05:15:45 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:15:45 [INFO] No previous run data found, generating javadoc.
05:15:47 [WARNING] Javadoc Warnings
05:15:47 [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
05:15:47 [WARNING] T visitAttribute(String key);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitFeature(String featureId);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitFeatureDefinition(String featureId);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitFeatureIdProperty(String featureId, String property);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitFeatureProperties(CharSequence featureId);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitMetadata(String key);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitSimple(String fieldName);
05:15:47 [WARNING] ^
05:15:47 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment
05:15:47 [WARNING] public ExistsThingPredicateVisitor() {
05:15:47 [WARNING] ^
05:15:47 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment
05:15:47 [WARNING] public boolean isDefinition() {
05:15:47 [WARNING] ^
05:15:47 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment
05:15:47 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() {
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitMetadata(String key);
05:15:47 [WARNING] ^
05:15:47 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment
05:15:47 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression,
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitEq(@Nullable Object value);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitGe(@Nullable Object value);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitGt(@Nullable Object value);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitILike(@Nullable String value);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitIn(List<?> values);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitLe(@Nullable Object value);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitLike(@Nullable String value);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitLt(@Nullable Object value);
05:15:47 [WARNING] ^
05:15:47 [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
05:15:47 [WARNING] T visitNe(@Nullable Object value);
05:15:47 [WARNING] ^
05:15:47 [WARNING] 23 warnings
05:15:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar
05:15:47 [INFO] 
05:15:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query ---
05:15:47 [INFO] Tests are skipped.
05:15:47 [INFO] 
05:15:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query ---
05:15:47 [INFO] Tests are skipped.
05:15:47 [INFO] 
05:15:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query ---
05:15:47 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec
05:15:47 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes
05:15:47 [INFO] 
05:15:47 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query ---
05:15:47 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'.
05:15:47 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'.
05:15:47 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'.
05:15:47 [INFO] 
05:15:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query ---
05:15:47 [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
05:15:47 [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
05:15:47 [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
05:15:47 [INFO] 
05:15:47 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query ---
05:15:47 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar
05:15:47 [INFO] Writing OBR metadata
05:15:47 [INFO] 
05:15:47 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >---------------
05:15:47 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT         [56/77]
05:15:47 [INFO]   from thingsearch/api/pom.xml
05:15:47 [INFO] --------------------------------[ jar ]---------------------------------
05:15:47 [INFO] 
05:15:47 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-api ---
05:15:47 [INFO] 
05:15:47 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-api ---
05:15:47 [INFO] 
05:15:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
05:15: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/api/target/jacoco.exec
05:15:47 [INFO] 
05:15:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api ---
05:15:47 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:47 [WARNING] 
05:15:47 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:15:47 [WARNING] 
05:15:47 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:15:47 [WARNING] 
05:15:47 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:15:47 [INFO] 
05:15:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api ---
05:15:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources
05:15:47 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:15:47 [INFO] 
05:15:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api ---
05:15:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT...
05:15:47 [INFO] 
05:15:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api ---
05:15:47 [INFO] Changes detected - recompiling the module! :dependency
05:15:47 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes
05:15:48 [INFO] 
05:15:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api ---
05:15:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources
05:15:48 [INFO] 
05:15:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api ---
05:15:48 [INFO] Changes detected - recompiling the module! :dependency
05:15:48 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
05:15:48 [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.
05:15:48 [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.
05:15:48 [INFO] 
05:15:48 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api ---
05:15:48 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:15:48 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/surefire-reports
05:15:48 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:15:48 [INFO] 
05:15:48 [INFO] -------------------------------------------------------
05:15:48 [INFO]  T E S T S
05:15:48 [INFO] -------------------------------------------------------
05:15:48 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
05:15:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
05:15:50 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
05:15:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
05:15:50 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
05:15:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
05:15:50 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
05:15:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
05:15:50 [INFO] Running org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
05:15:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
05:15:50 [INFO] Running org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
05:15:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 s -- in org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
05:15:51 [INFO] Running org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
05:15:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
05:15:51 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
05:15:51 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
05:15:51 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
05:15:51 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
05:15:51 [INFO] 
05:15:51 [INFO] Results:
05:15:51 [INFO] 
05:15:51 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
05:15:51 [INFO] 
05:15:51 [INFO] 
05:15:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api ---
05:15:51 [INFO] 
05:15:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api ---
05:15:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar
05:15:51 [INFO] 
05:15:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api ---
05:15:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:15:51 [INFO] No previous run data found, generating javadoc.
05:15:53 [WARNING] Javadoc Warnings
05:15:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment
05:15:53 [WARNING] package org.eclipse.ditto.thingsearch.api;
05:15:53 [WARNING] ^
05:15:53 [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
05:15:53 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo;
05:15:53 [WARNING] ^
05:15:53 [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
05:15:53 [WARNING] package org.eclipse.ditto.thingsearch.api.events;
05:15:53 [WARNING] ^
05:15:53 [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
05:15:53 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) {
05:15:53 [WARNING] ^
05:15:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return
05:15:53 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) {
05:15:53 [WARNING] ^
05:15:53 [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
05:15:53 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
05:15:53 [WARNING] ^
05:15:53 [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
05:15:53 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
05:15:53 [WARNING] ^
05:15:53 [WARNING] 7 warnings
05:15:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
05:15:53 [INFO] 
05:15:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api ---
05:15:53 [INFO] Tests are skipped.
05:15:53 [INFO] 
05:15:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api ---
05:15:53 [INFO] Tests are skipped.
05:15:53 [INFO] 
05:15:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api ---
05:15:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec
05:15:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes
05:15:53 [INFO] 
05:15:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api ---
05:15:53 [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
05:15:53 [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
05:15:53 [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
05:15:53 [INFO] 
05:15:53 [INFO] --------------------< org.eclipse.ditto:ditto-edge >--------------------
05:15:53 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT                        [57/77]
05:15:53 [INFO]   from edge/pom.xml
05:15:53 [INFO] --------------------------------[ pom ]---------------------------------
05:15:53 [INFO] 
05:15:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge ---
05:15:53 [INFO] 
05:15:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge ---
05:15:53 [INFO] 
05:15:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
05:15: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/edge/target/jacoco.exec
05:15:53 [INFO] 
05:15:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge ---
05:15:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:53 [INFO] The goal is skip due to packaging 'pom'
05:15:53 [INFO] 
05:15:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge ---
05:15:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT...
05:15:53 [INFO] 
05:15:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge ---
05:15:53 [INFO] 
05:15:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge ---
05:15:53 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:15:53 [INFO] 
05:15:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge ---
05:15:53 [INFO] Tests are skipped.
05:15:53 [INFO] 
05:15:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge ---
05:15:53 [INFO] Tests are skipped.
05:15:53 [INFO] 
05:15:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge ---
05:15:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:15:53 [INFO] 
05:15:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge ---
05:15:53 [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
05:15:53 [INFO] 
05:15:53 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >----------------
05:15:53 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT             [58/77]
05:15:53 [INFO]   from edge/service/pom.xml
05:15:53 [INFO] --------------------------------[ jar ]---------------------------------
05:15:53 [INFO] 
05:15:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge-service ---
05:15:53 [INFO] 
05:15:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge-service ---
05:15:53 [INFO] 
05:15:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
05:15: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/edge/service/target/jacoco.exec
05:15:53 [INFO] 
05:15:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service ---
05:15:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:15:53 [WARNING] 
05:15:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:15:53 [WARNING] 
05:15:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:15:53 [WARNING] 
05:15:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/edge/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:15:53 [INFO] 
05:15:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service ---
05:15:53 [INFO] Copying 2 resources from src/main/resources to target/classes
05:15:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:15:53 [INFO] 
05:15:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service ---
05:15:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT...
05:15:53 [INFO] 
05:15:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service ---
05:15:53 [INFO] Changes detected - recompiling the module! :dependency
05:15:53 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes
05:15:54 [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.
05:15:54 [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.
05:15:54 [INFO] 
05:15:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service ---
05:15:54 [INFO] Copying 4 resources from src/test/resources to target/test-classes
05:15:54 [INFO] 
05:15:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service ---
05:15:54 [INFO] Changes detected - recompiling the module! :dependency
05:15:54 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
05:15:54 [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.
05:15:54 [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.
05:15:54 [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.
05:15:54 [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.
05:15:54 [INFO] 
05:15:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service ---
05:15:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:15:54 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/surefire-reports
05:15:54 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:15:54 [INFO] 
05:15:54 [INFO] -------------------------------------------------------
05:15:54 [INFO]  T E S T S
05:15:54 [INFO] -------------------------------------------------------
05:15:55 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
05:15:56 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
05:15:56 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
05:15:56 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
05:15:56 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
05:15:57 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
05:15:57 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
05:15:57 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
05:15:57 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
05:15:57 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:15:59 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.339 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
05:15:59 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
05:15:59 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
05:15:59 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
05:15:59 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
05:15:59 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
05:16:01 10:16:01.904 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:16:03 10:16:03.140 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:16:03 10:16:03.233 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:16:03 10:16:03.335 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:16:04 10:16:04.118 [DEBUG] [5e1b8962-faaa-4ac7-ad53-d40721d945ee] o.e.d.e.s.a.AcknowledgementForwarderActor - Received Acknowledgement / ErrorResponse, forwarding to acknowledgement aggregator <ActorSelection[Anchor(pekko://PekkoTestSystem/), Path(/system/testProbe-1#-1414791610)]>: <Acknowledgement [label=my-requested-ack, entityId=:44b2bb1f-435a-4c71-8dd8-cdbdd2c79237, httpStatus=HttpStatus [code=202, category=SUCCESS], payload=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=5e1b8962-faaa-4ac7-ad53-d40721d945ee, ditto-ackgregator-address=pekko://PekkoTestSystem/system/testProbe-1#-1414791610, response-required=false}], isWeak=false]>
05:16:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
05:16:04 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
05:16:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
05:16:04 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest
05:16: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
05:16:04 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
05:16:04 [INFO] [02/13/2024 10:16:04.837] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.674 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
05:16:04 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
05:16:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s -- in org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
05:16:05 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
05:16:05 [INFO] [02/13/2024 10:16:05.615] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-1476abe] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
05:16:05 [WARN] [02/13/2024 10:16:05.625] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-1476abe] Received invalid response. Reason: Entity ID of live response <:b9280829-bf1a-49c6-9c30-7c89d3d94476> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-1476abe, requested-acks=["live-response"], channel=live, timeout=3000ms, ditto-connection-id=e2d991c3-77ac-4e99-8b73-1eef2ab82bb4, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:b9280829-bf1a-49c6-9c30-7c89d3d94476].
05:16:08 [INFO] [02/13/2024 10:16:08.625] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-1476abe] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
05:16:08 [INFO] [02/13/2024 10:16:08.830] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:08 [INFO] [02/13/2024 10:16:08.875] [AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive/system/testProbe-7/$a][correlation-id:AcknowledgementAggregatorActorTest.resetConnectivityHeadersForLive-021587c] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
05:16:08 [INFO] [02/13/2024 10:16:08.881] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:08 [INFO] [02/13/2024 10:16:08.950] [AcknowledgementAggregatorActorTest_keepCommandHeaders-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders/system/testProbe-8/$a][correlation-id:AcknowledgementAggregatorActorTest.keepCommandHeaders-0274ba8] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
05:16:08 [INFO] [02/13/2024 10:16:08.953] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:09 [INFO] [02/13/2024 10:16:08.995] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-4fd4848] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
05:16:09 [WARN] [02/13/2024 10:16:08.995] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-4fd4848] Received invalid response. Reason: Entity ID of live response <:5d2bd407-ae18-44a3-8baf-7d7de577b612> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-4fd4848, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:5d2bd407-ae18-44a3-8baf-7d7de577b612].
05:16:09 [INFO] [02/13/2024 10:16:08.998] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:09 [INFO] [02/13/2024 10:16:09.056] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-0e1f6e2] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
05:16:09 [WARN] [02/13/2024 10:16:09.056] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-0e1f6e2] Received invalid response. Reason: Entity ID of live response <:77d7eb35-710d-4f3e-ba00-c0b119c79de8> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-0e1f6e2, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:77d7eb35-710d-4f3e-ba00-c0b119c79de8].
05:16:12 [INFO] [02/13/2024 10:16:12.074] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-0e1f6e2] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
05:16:12 [INFO] [02/13/2024 10:16:12.077] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:12 [INFO] [02/13/2024 10:16:12.125] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-9e9707e] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT0.001S>.
05:16:12 [INFO] [02/13/2024 10:16:12.153] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-9e9707e] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
05:16:12 [INFO] [02/13/2024 10:16:12.156] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:12 [INFO] [02/13/2024 10:16:12.196] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-891fae3] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT0.001S>.
05:16:12 [INFO] [02/13/2024 10:16:12.222] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-891fae3] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
05:16:12 [INFO] [02/13/2024 10:16:12.224] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:12 [INFO] [02/13/2024 10:16:12.266] [AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements/system/testProbe-13/$a][correlation-id:AcknowledgementAggregatorActorTest.discardDuplicateAndUnsolicitedAcknowledgements-99cbc6c] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
05:16:12 [INFO] [02/13/2024 10:16:12.269] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:12 [INFO] [02/13/2024 10:16:12.311] [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>.
05:16:17 [INFO] [02/13/2024 10:16:17.323] [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...
05:16:18 [INFO] [02/13/2024 10:16:18.312] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:18 [INFO] [pekkoDeadLetter][02/13/2024 10:16:18.313] [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#256261978] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a#256261978] 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'.
05:16:18 [INFO] [02/13/2024 10:16:18.353] [AcknowledgementAggregatorActorTest_returnSingleResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive/system/testProbe-15/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForLive-bfc021c] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
05:16:18 [INFO] [02/13/2024 10:16:18.355] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:18 [INFO] [02/13/2024 10:16:18.402] [AcknowledgementAggregatorActorTest_returnSingleResponseForTwin-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin/system/testProbe-16/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForTwin-a2d69c1] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
05:16:18 [INFO] [02/13/2024 10:16:18.404] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:18 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.93 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
05:16:18 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
05:16:18 10:16:18.435 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:16:18 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
05:16:18 [INFO] Running org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
05:16:18 10:16:18.782 [INFO ] [] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:16:18 [INFO] [02/13/2024 10:16:18.834] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$a][correlation-id:f55e2b33-6cf9-4063-8880-bba09905ac54] Got 'RetrieveThings' message. Retrieving requested '1' Things..
05:16:18 [INFO] [02/13/2024 10:16:18.864] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$b][correlation-id:f55e2b33-6cf9-4063-8880-bba09905ac54] Got 'RetrieveThings' message. Retrieving requested '1' Things..
05:16:18 [INFO] [02/13/2024 10:16:18.865] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$b] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
05:16:19 [INFO] [02/13/2024 10:16:19.229] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-7] [pekko://ThingsAggregatorProxyActorTest/user/$b] OP_COMPLETE: finished waiting for requests
05:16:19 [INFO] [02/13/2024 10:16:19.252] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$c][correlation-id:f55e2b33-6cf9-4063-8880-bba09905ac54] Got 'RetrieveThings' message. Retrieving requested '1' Things..
05:16:19 [INFO] [02/13/2024 10:16:19.276] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$d] SERVICE_REQUESTS_DONE: no ongoing requests
05:16:19 [INFO] [02/13/2024 10:16:19.279] [main] [CoordinatedShutdown(pekko://ThingsAggregatorProxyActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
05:16:19 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
05:16:19 10:16:19.297 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:16:19 10:16:19.466 [INFO ] [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTestSignalTransformer.
05:16:19 10:16:19.493 [DEBUG] [cid-1-create] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
05:16:19 10:16:19.536 [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]>.
05:16:19 10:16:19.538 [DEBUG] [cid-2-modify] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
05:16:19 10:16:19.692 [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]>.
05:16:19 10:16:19.694 [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
05:16:19 10:16:19.695 [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
05:16:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s -- in org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
05:16:19 [INFO] Running org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
05:16:19 10:16:19.743 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:16:19 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
05:16:19 [INFO] 
05:16:19 [INFO] Results:
05:16:19 [INFO] 
05:16:19 [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0
05:16:19 [INFO] 
05:16:19 [INFO] 
05:16:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service ---
05:16:19 [INFO] 
05:16:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service ---
05:16:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar
05:16:20 [INFO] 
05:16:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service ---
05:16:20 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:16:20 [INFO] No previous run data found, generating javadoc.
05:16:22 [WARNING] Javadoc Warnings
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment
05:16:22 [WARNING] package org.eclipse.ditto.edge.service;
05:16:22 [WARNING] ^
05:16:22 [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
05:16:22 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements;
05:16:22 [WARNING] ^
05:16:22 [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
05:16:22 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message;
05:16:22 [WARNING] ^
05:16:22 [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
05:16:22 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things;
05:16:22 [WARNING] ^
05:16:22 [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
05:16:22 [WARNING] package org.eclipse.ditto.edge.service.dispatching;
05:16:22 [WARNING] ^
05:16:22 [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
05:16:22 [WARNING] package org.eclipse.ditto.edge.service.placeholders;
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment
05:16:22 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment
05:16:22 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) {
05:16:22 [WARNING] ^
05:16:22 [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
05:16:22 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment
05:16:22 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment
05:16:22 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment
05:16:22 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment
05:16:22 [WARNING] static FeaturePlaceholder getInstance() {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment
05:16:22 [WARNING] static PolicyPlaceholder getInstance() {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment
05:16:22 [WARNING] static RequestPlaceholder getInstance() {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment
05:16:22 [WARNING] static ThingJsonPlaceholder getInstance() {
05:16:22 [WARNING] ^
05:16:22 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment
05:16:22 [WARNING] static ThingPlaceholder getInstance() {
05:16:22 [WARNING] ^
05:16:22 [WARNING] 17 warnings
05:16:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar
05:16:22 [INFO] 
05:16:22 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service ---
05:16:22 [INFO] Tests are skipped.
05:16:22 [INFO] 
05:16:22 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service ---
05:16:22 [INFO] Tests are skipped.
05:16:22 [INFO] 
05:16:22 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service ---
05:16:22 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec
05:16:22 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes
05:16:22 [INFO] 
05:16:22 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service ---
05:16:22 [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
05:16:22 [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
05:16:22 [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
05:16:22 [INFO] 
05:16:22 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------
05:16:22 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77]
05:16:22 [INFO]   from internal/models/signalenrichment/pom.xml
05:16:22 [INFO] --------------------------------[ jar ]---------------------------------
05:16:22 [INFO] 
05:16:22 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signalenrichment ---
05:16:22 [INFO] 
05:16:22 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signalenrichment ---
05:16:22 [INFO] 
05:16:22 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
05:16: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/models/signalenrichment/target/jacoco.exec
05:16:22 [INFO] 
05:16:22 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment ---
05:16:22 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:16:22 [WARNING] 
05:16:22 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:16:22 [WARNING] 
05:16:22 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:16:22 [WARNING] 
05:16:22 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:16:22 [INFO] 
05:16:22 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment ---
05:16:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources
05:16:22 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:16:22 [INFO] 
05:16:22 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment ---
05:16:22 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT...
05:16:22 [INFO] 
05:16:22 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment ---
05:16:22 [INFO] Changes detected - recompiling the module! :dependency
05:16:22 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
05:16:22 [INFO] 
05:16:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment ---
05:16:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources
05:16:22 [INFO] 
05:16:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment ---
05:16:22 [INFO] Changes detected - recompiling the module! :dependency
05:16:22 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
05:16:23 [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.
05:16:23 [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.
05:16:23 [INFO] 
05:16:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment ---
05:16:23 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:16:23 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/surefire-reports
05:16:23 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:16:23 [INFO] 
05:16:23 [INFO] -------------------------------------------------------
05:16:23 [INFO]  T E S T S
05:16:23 [INFO] -------------------------------------------------------
05:16:23 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest
05:16:26 [INFO] [02/13/2024 10:16:25.988] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:26 10:16:26.098 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::0ab31fcf-b788-4b32-9880-82073609591c>
05:16:27 10:16:27.230 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::0ab31fcf-b788-4b32-9880-82073609591c>
05:16:27 [INFO] [02/13/2024 10:16:27.289] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:27 10:16:27.365 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1dee1891-6625-43fe-9959-e6afec0f30d5>
05:16:27 10:16:27.774 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1dee1891-6625-43fe-9959-e6afec0f30d5>
05:16:28 10:16:28.785 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::1dee1891-6625-43fe-9959-e6afec0f30d5>
05:16:29 [INFO] [02/13/2024 10:16:29.790] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:29 10:16:29.836 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::59679076-854d-41e2-af9a-189a960a3822>
05:16:29 10:16:29.838 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::59679076-854d-41e2-af9a-189a960a3822>
05:16:30 [INFO] [02/13/2024 10:16:30.844] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:30 10:16:30.879 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::14bea565-c617-47ae-92a8-55a55b1690a3>
05:16:30 10:16:30.881 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::14bea565-c617-47ae-92a8-55a55b1690a3>
05:16:31 [INFO] [02/13/2024 10:16:31.885] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:32 10:16:31.926 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::62119949-2005-47f1-9627-7a11d1739780>
05:16:32 10:16:31.928 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::62119949-2005-47f1-9627-7a11d1739780>
05:16:32 [INFO] [02/13/2024 10:16:32.933] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:33 10:16:32.969 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::dd97ca2a-a20d-4b7d-98a9-fe5db5229658>
05:16:33 10:16:32.975 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::dd97ca2a-a20d-4b7d-98a9-fe5db5229658>
05:16:33 [INFO] [02/13/2024 10:16:33.981] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:34 10:16:34.023 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::76e79f18-f8b8-4bde-b2e5-6af4fe9c64e6>
05:16:34 10:16:34.026 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::76e79f18-f8b8-4bde-b2e5-6af4fe9c64e6>
05:16:34 [INFO] [02/13/2024 10:16:34.028] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:34 10:16:34.072 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4057f4e1-803b-4399-9071-1757a332f857>
05:16:34 10:16:34.079 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4057f4e1-803b-4399-9071-1757a332f857>
05:16:34 [INFO] [02/13/2024 10:16:34.081] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:34 10:16:34.142 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::624bf233-9592-4072-8b8c-8056697e2d0e>
05:16:34 [INFO] [02/13/2024 10:16:34.149] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:34 Feb 13, 2024 10:16:34 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:16:34 WARNING: Exception thrown during asynchronous load
05:16:34 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':624bf233-9592-4072-8b8c-8056697e2d0e' 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=e52d810f-689d-4d2f-a8c6-ab801d61a93d}]]
05:16:34 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
05:16:34 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
05:16:34 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
05:16:34 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:16:34 	at java.base/java.lang.Thread.run(Thread.java:833)
05:16:34 Caused by: ThingNotAccessibleException [message='The Thing with ID ':624bf233-9592-4072-8b8c-8056697e2d0e' 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=e52d810f-689d-4d2f-a8c6-ab801d61a93d}]]
05:16:34 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150)
05:16:34 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132)
05:16:34 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:16:34 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119)
05:16:34 	at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40)
05:16:34 	at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39)
05:16:34 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106)
05:16:34 	at org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest.thingNotAccessible(SearchIndexingSignalEnrichmentFacadeTest.java:43)
05:16:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:16:34 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:16:34 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:16:34 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:16:34 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:16:34 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:16:34 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:16:34 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:16:34 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
05:16:34 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:16:34 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:16:34 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:16:34 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:16:34 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:16:34 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:16:34 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:16:34 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:16:34 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:16:34 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:16:34 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:16:34 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:16:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:16:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:16:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:16:34 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:16:34 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:16:34 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:16:34 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:16:34 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:16:34 
05:16:34 10:16:34.187 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id>
05:16:34 [INFO] [02/13/2024 10:16:34.190] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:34 10:16:34.242 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::f06d72ab-d389-4425-ad89-9d07f51e5f87>
05:16:44 Feb 13, 2024 10:16:44 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:16:44 WARNING: Exception thrown during asynchronous load
05:16:44 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#-46047409), 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.
05:16:44 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:16:44 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
05:16:44 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
05:16:44 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
05:16:44 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:16:44 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:16:44 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
05:16:44 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:16:44 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
05:16:44 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
05:16:44 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
05:16:44 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:16:44 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
05:16:44 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
05:16:44 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
05:16:44 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
05:16:44 	at java.base/java.lang.Thread.run(Thread.java:833)
05:16:44 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://SearchIndexingSignalEnrichmentFacadeTest/system/testProbe-12#-46047409), 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.
05:16:44 
05:16:44 [INFO] [02/13/2024 10:16:44.261] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:44 10:16:44.299 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::6c687a5e-dbbf-4c52-a619-f457c096e966>
05:16:44 [INFO] [02/13/2024 10:16:44.302] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:44 10:16:44.339 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::009154e2-8800-453e-9c7b-762aac973040>
05:16:44 Feb 13, 2024 10:16:44 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:16:44 WARNING: Exception thrown during asynchronous load
05:16:44 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@5d3d150a
05:16:44 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:16:44 	at java.base/java.lang.Thread.run(Thread.java:833)
05:16:44 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@5d3d150a
05:16:44 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109)
05:16:44 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100)
05:16:44 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
05:16:44 	... 2 more
05:16:44 
05:16:44 [INFO] [02/13/2024 10:16:44.341] [main] [CoordinatedShutdown(pekko://SearchIndexingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:44 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.66 s -- in org.eclipse.ditto.internal.models.signalenrichment.SearchIndexingSignalEnrichmentFacadeTest
05:16:44 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
05:16:44 10:16:44.376 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4697923f-d9ff-4a21-adad-79c0f005629d>
05:16:44 10:16:44.379 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4697923f-d9ff-4a21-adad-79c0f005629d>
05:16:44 [INFO] [02/13/2024 10:16:44.383] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:44 10:16:44.436 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8af48e36-0617-4c95-887a-16a65b1d8d3a>
05:16:44 10:16:44.440 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8af48e36-0617-4c95-887a-16a65b1d8d3a>
05:16:45 10:16:45.443 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::8af48e36-0617-4c95-887a-16a65b1d8d3a>
05:16:46 [INFO] [02/13/2024 10:16:46.447] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:46 10:16:46.481 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::5e217eac-3a9a-4aca-9676-b4bee0bf97c5>
05:16:46 10:16:46.483 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::5e217eac-3a9a-4aca-9676-b4bee0bf97c5>
05:16:47 [INFO] [02/13/2024 10:16:47.487] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:47 10:16:47.524 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3f1a58bd-9455-4233-bdc3-7f23f449fc38>
05:16:47 10:16:47.526 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3f1a58bd-9455-4233-bdc3-7f23f449fc38>
05:16:48 [INFO] [02/13/2024 10:16:48.530] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:48 10:16:48.567 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3682acd6-0342-46c6-aa3d-0174ab1c6a54>
05:16:48 10:16:48.570 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::3682acd6-0342-46c6-aa3d-0174ab1c6a54>
05:16:49 [INFO] [02/13/2024 10:16:49.573] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:49 10:16:49.611 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9c7e5b0d-0280-4d4f-961c-38b8984dd1bd>
05:16:49 10:16:49.614 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::9c7e5b0d-0280-4d4f-961c-38b8984dd1bd>
05:16:50 [INFO] [02/13/2024 10:16:50.617] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:50 10:16:50.656 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4ff9f376-a330-4f27-8354-39924a270c4d>
05:16:50 10:16:50.658 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::4ff9f376-a330-4f27-8354-39924a270c4d>
05:16:50 [INFO] [02/13/2024 10:16:50.660] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:50 10:16:50.695 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::148947e0-1ef0-4eea-abc4-5486af1d263c>
05:16:50 10:16:50.697 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::148947e0-1ef0-4eea-abc4-5486af1d263c>
05:16:50 [INFO] [02/13/2024 10:16:50.699] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:50 10:16:50.745 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::ce4708f4-fe0c-4700-8c9a-24f855345d7c>
05:16:50 Feb 13, 2024 10:16:50 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:16:50 WARNING: Exception thrown during asynchronous load
05:16:50 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':ce4708f4-fe0c-4700-8c9a-24f855345d7c' 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=caeef469-64ff-476d-a413-eb11388d2ed9}]]
05:16:50 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
05:16:50 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
05:16:50 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
05:16:50 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:16:50 	at java.base/java.lang.Thread.run(Thread.java:833)
05:16:50 Caused by: ThingNotAccessibleException [message='The Thing with ID ':ce4708f4-fe0c-4700-8c9a-24f855345d7c' 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=caeef469-64ff-476d-a413-eb11388d2ed9}]]
05:16:50 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150)
05:16:50 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132)
05:16:50 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:16:50 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:119)
05:16:50 	at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40)
05:16:50 	at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39)
05:16:50 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:106)
05:16:50 	at org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest.thingNotAccessible(DittoCachingSignalEnrichmentFacadeTest.java:22)
05:16:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:16:50 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:16:50 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:16:50 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:16:50 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:16:50 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:16:50 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:16:50 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:16:50 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
05:16:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:16:50 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:16:50 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:16:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:16:50 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:16:50 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:16:50 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:16:50 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:16:50 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:16:50 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:16:50 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:16:50 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:16:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:16:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:16:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:16:50 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:16:50 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:16:50 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:16:50 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:16:50 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:16:50 
05:16:50 [INFO] [02/13/2024 10:16:50.748] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:50 10:16:50.776 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing:test:thing-id>
05:16:50 [INFO] [02/13/2024 10:16:50.779] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:16:50 10:16:50.809 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::e9035649-f93a-4f1c-8436-458d8eb14038>
05:17:00 Feb 13, 2024 10:17:00 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:17:00 WARNING: Exception thrown during asynchronous load
05:17:00 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#-667668795), 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.
05:17:00 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:17:00 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
05:17:00 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
05:17:00 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
05:17:00 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:17:00 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:17:00 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
05:17:00 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:17:00 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
05:17:00 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
05:17:00 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
05:17:00 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:17:00 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
05:17:00 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
05:17:00 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
05:17:00 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
05:17:00 	at java.base/java.lang.Thread.run(Thread.java:833)
05:17:00 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-25#-667668795), 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.
05:17:00 
05:17:00 [INFO] [02/13/2024 10:17:00.831] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:00 10:17:00.863 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::758e951a-f840-4d1c-9070-3c6020843501>
05:17:00 [INFO] [02/13/2024 10:17:00.866] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:00 10:17:00.897 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade -- Looking up cache entry for <thing::748248bc-fdd0-4673-b6b0-4260179e3cfa>
05:17:00 Feb 13, 2024 10:17:00 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:17:00 WARNING: Exception thrown during asynchronous load
05:17:00 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@40ed1210
05:17:00 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:17:00 	at java.base/java.lang.Thread.run(Thread.java:833)
05:17:00 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@40ed1210
05:17:00 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109)
05:17:00 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100)
05:17:00 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
05:17:00 	... 2 more
05:17:00 
05:17:00 [INFO] [02/13/2024 10:17:00.900] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:00 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.55 s -- in org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
05:17:00 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
05:17:00 [INFO] [02/13/2024 10:17:00.934] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:00 [INFO] [02/13/2024 10:17:00.967] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:01 [INFO] [02/13/2024 10:17:01.030] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:01 [INFO] [02/13/2024 10:17:01.063] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:01 [INFO] [02/13/2024 10:17:01.095] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s -- in org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
05:17:01 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
05:17:01 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
05:17:01 [INFO] 
05:17:01 [INFO] Results:
05:17:01 [INFO] 
05:17:01 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0
05:17:01 [INFO] 
05:17:01 [INFO] 
05:17:01 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment ---
05:17:01 [INFO] 
05:17:01 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment ---
05:17:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
05:17:01 [INFO] 
05:17:01 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment ---
05:17:01 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:17:01 [INFO] No previous run data found, generating javadoc.
05:17:03 [WARNING] Javadoc Warnings
05:17:03 [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
05:17:03 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment;
05:17:03 [WARNING] ^
05:17:03 [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
05:17:03 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject,
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:83: warning: no @return
05:17:03 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade,
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:458: warning: no comment
05:17:03 [WARNING] protected static final class CachingParameters {
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:60: warning: no comment
05:17:03 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache;
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:62: warning: no comment
05:17:03 [WARNING] protected DittoCachingSignalEnrichmentFacade(
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:453: warning: no comment
05:17:03 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) {
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:284: warning: no comment
05:17:03 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey,
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:163: warning: no comment
05:17:03 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId,
05:17:03 [WARNING] ^
05:17:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:465: warning: no comment
05:17:03 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector,
05:17:03 [WARNING] ^
05:17:03 [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
05:17:03 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance(
05:17:03 [WARNING] ^
05:17:03 [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
05:17:03 [WARNING] CACHE_ENABLED("cache.enabled", true);
05:17:03 [WARNING] ^
05:17:03 [WARNING] 12 warnings
05:17:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
05:17:03 [INFO] 
05:17:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment ---
05:17:03 [INFO] Tests are skipped.
05:17:03 [INFO] 
05:17:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment ---
05:17:03 [INFO] Tests are skipped.
05:17:03 [INFO] 
05:17:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment ---
05:17:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec
05:17:03 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes
05:17:03 [INFO] 
05:17:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment ---
05:17: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
05:17: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
05:17: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
05:17:03 [INFO] 
05:17:03 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >-----
05:17:03 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77]
05:17:03 [INFO]   from internal/utils/conditional-headers/pom.xml
05:17:03 [INFO] --------------------------------[ jar ]---------------------------------
05:17:03 [INFO] 
05:17:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-conditional-headers ---
05:17:03 [INFO] 
05:17:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-conditional-headers ---
05:17:03 [INFO] 
05:17:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
05:17: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/conditional-headers/target/jacoco.exec
05:17:03 [INFO] 
05:17:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers ---
05:17:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:17:03 [WARNING] 
05:17:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:17:03 [WARNING] 
05:17:03 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:17:03 [WARNING] 
05:17:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:17:03 [INFO] 
05:17:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers ---
05:17:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources
05:17:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:17:03 [INFO] 
05:17:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers ---
05:17:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT...
05:17:03 [INFO] 
05:17:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers ---
05:17:03 [INFO] Changes detected - recompiling the module! :dependency
05:17:03 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:17:03 [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.
05:17:03 [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.
05:17:03 [INFO] 
05:17:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers ---
05:17:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources
05:17:03 [INFO] 
05:17:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers ---
05:17:03 [INFO] Changes detected - recompiling the module! :dependency
05:17:03 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:17:03 [INFO] 
05:17:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers ---
05:17:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:17:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/surefire-reports
05:17:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:17:03 [INFO] 
05:17:03 [INFO] -------------------------------------------------------
05:17:03 [INFO]  T E S T S
05:17:03 [INFO] -------------------------------------------------------
05:17:04 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
05:17:05 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
05:17:05 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
05:17:05 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
05:17:05 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
05:17:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
05:17:05 [INFO] 
05:17:05 [INFO] Results:
05:17:05 [INFO] 
05:17:05 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
05:17:05 [INFO] 
05:17:05 [INFO] 
05:17:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers ---
05:17:05 [INFO] 
05:17:05 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers ---
05:17:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
05:17:05 [INFO] 
05:17:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers ---
05:17:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:17:05 [INFO] No previous run data found, generating javadoc.
05:17:06 [WARNING] Javadoc Warnings
05:17: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
05:17:06 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional;
05:17:06 [WARNING] ^
05:17: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>
05:17:06 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
05:17:06 [WARNING] ^
05:17: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
05:17:06 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
05:17:06 [WARNING] ^
05:17: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
05:17:06 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
05:17:06 [WARNING] ^
05:17: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
05:17:06 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
05:17:06 [WARNING] ^
05:17:06 [WARNING] 5 warnings
05:17:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
05:17:06 [INFO] 
05:17:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers ---
05:17:06 [INFO] Tests are skipped.
05:17:06 [INFO] 
05:17:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers ---
05:17:06 [INFO] Tests are skipped.
05:17:06 [INFO] 
05:17:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers ---
05:17:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec
05:17:06 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes
05:17:06 [INFO] 
05:17:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers ---
05:17:06 [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
05:17:06 [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
05:17:06 [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
05:17:06 [INFO] 
05:17:06 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------
05:17:06 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77]
05:17:06 [INFO]   from internal/utils/persistent-actors/pom.xml
05:17:06 [INFO] --------------------------------[ jar ]---------------------------------
05:17:06 [INFO] 
05:17:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistent-actors ---
05:17:06 [INFO] 
05:17:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistent-actors ---
05:17:06 [INFO] 
05:17:06 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
05:17:06 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:17:06 [INFO] 
05:17:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
05:17: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/persistent-actors/target/jacoco.exec
05:17:06 [INFO] 
05:17:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors ---
05:17:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:17:06 [WARNING] 
05:17:06 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:17:06 [WARNING] 
05:17:06 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:17:06 [WARNING] 
05:17:06 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:17:06 [INFO] 
05:17:06 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors ---
05:17:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources
05:17:06 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:17:06 [INFO] 
05:17:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors ---
05:17:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT...
05:17:06 [INFO] 
05:17:06 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors ---
05:17:06 [INFO] Changes detected - recompiling the module! :dependency
05:17:06 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes
05:17:07 [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.
05:17:07 [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.
05:17:07 [INFO] 
05:17:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors ---
05:17:07 [INFO] Copying 6 resources from src/test/resources to target/test-classes
05:17:07 [INFO] 
05:17:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors ---
05:17:07 [INFO] Changes detected - recompiling the module! :dependency
05:17:07 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
05:17:07 [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.
05:17:07 [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.
05:17:07 [INFO] 
05:17:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors ---
05:17:07 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:17:07 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/surefire-reports
05:17:07 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:17:07 [INFO] 
05:17:07 [INFO] -------------------------------------------------------
05:17:07 [INFO]  T E S T S
05:17:07 [INFO] -------------------------------------------------------
05:17:08 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
05:17:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
05:17:09 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
05:17:12 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:17:13 [INFO] [02/13/2024 10:17:13.812] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:14 [INFO] [02/13/2024 10:17:14.077] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:14 [INFO] [02/13/2024 10:17:14.196] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:14 [INFO] [02/13/2024 10:17:14.285] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.627 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
05:17:14 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
05:17:14 10:17:14.785 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:15 10:17:15.196 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
05:17:15 10:17:15.275 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
05:17:15 10:17:15.634 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT8M55.25390625S> from start
05:17:15 10:17:15.636 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
05:17:15 10:17:15.779 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:15 10:17:15.851 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
05:17:15 10:17:15.878 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Activating kill-switch on demand: <SingleKillSwitch(1963314898)>
05:17:15 10:17:15.882 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
05:17:15 10:17:15.883 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown and disabled. Last PID=<thing:last:pid>
05:17:16 10:17:16.217 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:16 10:17:16.269 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream disabled. lastPid=<>
05:17:16 10:17:16.295 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:16 10:17:16.375 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
05:17:16 10:17:16.377 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
05:17:16 10:17:16.377 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
05:17:16 10:17:16.479 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
05:17:16 10:17:16.480 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT6M11.19140625S> from start
05:17:16 10:17:16.585 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
05:17:16 [INFO] [02/13/2024 10:17:16.605] [test-pekko.actor.default-dispatcher-8] [pekko://test/system/testProbe-5/$a] Stream complete. Next stream in <PT5M4.39453125S> from start
05:17:16 10:17:16.605 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT5M4.39453125S> from start
05:17:16 10:17:16.635 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:16 10:17:16.696 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
05:17:16 10:17:16.699 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Aborting stream because of graceful shutdown.
05:17:16 10:17:16.699 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown. Next stream in <PT5M32.8125S> starting from <>
05:17:16 10:17:16.741 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:16 10:17:16.797 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
05:17:16 10:17:16.800 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT8M28.59375S> from start
05:17:16 10:17:16.837 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:16 10:17:16.905 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:17 10:17:16.999 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:17 [INFO] [02/13/2024 10:17:17.280] [test-pekko.actor.default-dispatcher-6] [pekko://test/system/testProbe-13/$a] Stream complete. Next stream in <PT6M48.10546875S> from start
05:17:17 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.975 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
05:17:17 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
05:17:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
05:17:17 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
05:17:17 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
05:17:17 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
05:17:17 [INFO] [02/13/2024 10:17:17.973] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:18 [INFO] [02/13/2024 10:17:18.190] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:18 [INFO] [02/13/2024 10:17:18.472] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
05:17:18 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
05:17:19 10:17:19.047 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:19 10:17:19.362 [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.
05:17:19 10:17:19.366 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Another cleanup is already running, rejecting the new cleanup request.
05:17:19 10:17:19.433 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:19 10:17:19.489 [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.
05:17:19 10:17:19.490 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteSucceeds' completed.
05:17:19 10:17:19.530 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:19 10:17:19.582 [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.
05:17:19 10:17:19.586 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteSnapshot' failed. Snapshots: DeleteSnapshotsFailure (thing:namespace:failDeleteSnapshot). Messages: DeleteMessagesSuccess.
05:17:19 10:17:19.618 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:19 10:17:19.673 [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.
05:17:19 10:17:19.674 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteNotCalledWhenRevisionDidNotChange' completed.
05:17:19 10:17:19.705 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:19 10:17:19.778 [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.
05:17:19 10:17:19.779 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteMessage' failed. Snapshots: DeleteSnapshotsSuccess. Messages: DeleteMessagesFailure (thing:namespace:failDeleteMessage).
05:17:19 10:17:19.803 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:19 10:17:19.870 [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.
05:17:19 10:17:19.871 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testZeroStaleEventsKept' completed.
05:17:19 10:17:19.899 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:17:19 10:17:19.961 [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.
05:17:19 10:17:19.962 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
05:17:19 10:17:19.967 [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.
05:17:19 10:17:19.967 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
05:17:19 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 s -- in org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
05:17:19 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
05:17:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s -- in org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
05:17:21 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
05:17:21 [INFO] [02/13/2024 10:17:21.601] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
05:17:21 [INFO] [02/13/2024 10:17:21.603] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$a] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
05:17:22 [INFO] [02/13/2024 10:17:22.632] [Thread-26] [pekko://PekkoTestSystem/user/$a] Sending pings completed.
05:17:22 [INFO] [02/13/2024 10:17:22.632] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$a] Got ping completed.
05:17:22 [INFO] [02/13/2024 10:17:22.645] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$b] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
05:17:22 [INFO] [02/13/2024 10:17:22.645] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$b] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
05:17:22 Feb 13, 2024 10:17:22 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:17:22 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.
05:17:22 [INFO] [02/13/2024 10:17:22.655] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$b] Another ping iteration is currently in progress. Next iteration will be started after <PT10M>.
05:17:23 Feb 13, 2024 10:17:23 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:17: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.
05:17:23 Feb 13, 2024 10:17:23 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:17: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.
05:17:23 [INFO] [02/13/2024 10:17:23.673] [Thread-27] [pekko://PekkoTestSystem/user/$b] Sending pings completed.
05:17:23 [INFO] [02/13/2024 10:17:23.673] [PekkoTestSystem-pekko.actor.default-dispatcher-9] [pekko://PekkoTestSystem/user/$b] Got ping completed.
05:17:23 [INFO] [02/13/2024 10:17:23.775] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.245 s -- in org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
05:17:23 [INFO] 
05:17:23 [INFO] Results:
05:17:23 [INFO] 
05:17:23 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
05:17:23 [INFO] 
05:17:23 [INFO] 
05:17:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors ---
05:17:23 [INFO] 
05:17:23 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors ---
05:17:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
05:17:23 [INFO] 
05:17:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors ---
05:17:23 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:17:23 [INFO] No previous run data found, generating javadoc.
05:17:26 [WARNING] Javadoc Warnings
05:17:26 [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
05:17:26 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass());
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand);
05:17:26 [WARNING] ^
05:17:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:530: warning: no comment
05:17:26 [WARNING] protected void becomeDeletedHandler() {
05:17:26 [WARNING] ^
05:17:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:680: warning: no comment
05:17:26 [WARNING] protected void handleByCommandStrategy(final C command) {
05:17:26 [WARNING] ^
05:17:26 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1047: warning: no comment
05:17:26 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) {
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] @Nullable protected ActorRef enforcerChild;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] @Nullable protected E entityId;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected final Duration localAskTimeout;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected final MongoReadJournal mongoReadJournal;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa";
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] @Nullable protected ActorRef persistenceActorChild;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected void becomeTwinSignalProcessingAwaiting() {
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer(
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected void restartChild() {
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() {
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() {
05:17:26 [WARNING] ^
05:17:26 [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>
05:17:26 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) {
05:17:26 [WARNING] ^
05:17:26 [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>
05:17:26 [WARNING] static <E extends Event<?>> Result<E> empty() {
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] public enum Control {
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] SERVICE_REQUESTS_DONE
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] SHUTDOWN,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] STREAM_COMPLETE,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] STREAM_FAILED,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] IN_QUIET_PERIOD,
05:17:26 [WARNING] ^
05:17:26 [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
05:17:26 [WARNING] RUNNING
05:17:26 [WARNING] ^
05:17:26 [WARNING] 37 warnings
05:17:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
05:17:26 [INFO] 
05:17:26 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors ---
05:17:26 [INFO] Tests are skipped.
05:17:26 [INFO] 
05:17:26 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors ---
05:17:26 [INFO] Tests are skipped.
05:17:26 [INFO] 
05:17:26 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors ---
05:17:26 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec
05:17:26 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes
05:17:26 [INFO] 
05:17:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors ---
05:17:26 [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
05:17:26 [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
05:17:26 [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
05:17:26 [INFO] 
05:17:26 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >-----------
05:17:26 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77]
05:17:26 [INFO]   from internal/utils/protocol/pom.xml
05:17:26 [INFO] --------------------------------[ jar ]---------------------------------
05:17:26 [INFO] 
05:17:26 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-protocol ---
05:17:26 [INFO] 
05:17:26 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-protocol ---
05:17:26 [INFO] 
05:17:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
05:17: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/internal/utils/protocol/target/jacoco.exec
05:17:26 [INFO] 
05:17:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol ---
05:17:26 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:17:26 [WARNING] 
05:17:26 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:17:26 [WARNING] 
05:17:26 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:17:26 [WARNING] 
05:17:26 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:17:26 [INFO] 
05:17:26 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol ---
05:17:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources
05:17:26 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:17:26 [INFO] 
05:17:26 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol ---
05:17:26 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT...
05:17:26 [INFO] 
05:17:26 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol ---
05:17:26 [INFO] Changes detected - recompiling the module! :dependency
05:17:26 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:17:26 [INFO] 
05:17:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol ---
05:17:26 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:17:26 [INFO] 
05:17:26 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol ---
05:17:26 [INFO] Changes detected - recompiling the module! :dependency
05:17:26 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
05:17:27 [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.
05:17:27 [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.
05:17:27 [INFO] 
05:17:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol ---
05:17:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:17:27 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/surefire-reports
05:17:27 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:17:27 [INFO] 
05:17:27 [INFO] -------------------------------------------------------
05:17:27 [INFO]  T E S T S
05:17:27 [INFO] -------------------------------------------------------
05:17:27 [INFO] Running org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
05:17:29 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.215 s -- in org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
05:17:29 [INFO] Running org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
05:17:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 s -- in org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
05:17:32 [INFO] 
05:17:32 [INFO] Results:
05:17:32 [INFO] 
05:17:32 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
05:17:32 [INFO] 
05:17:32 [INFO] 
05:17:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol ---
05:17:32 [INFO] 
05:17:32 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol ---
05:17:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar
05:17:32 [INFO] 
05:17:32 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol ---
05:17:32 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:17:32 [INFO] No previous run data found, generating javadoc.
05:17:33 [WARNING] Javadoc Warnings
05:17:33 [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
05:17:33 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config;
05:17:33 [WARNING] ^
05:17:33 [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
05:17:33 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig);
05:17:33 [WARNING] ^
05:17:33 [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
05:17:33 [WARNING] enum ProtocolConfigValue implements KnownConfigValue {
05:17:33 [WARNING] ^
05:17:33 [WARNING] 3 warnings
05:17:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
05:17:33 [INFO] 
05:17:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol ---
05:17:33 [INFO] Tests are skipped.
05:17:33 [INFO] 
05:17:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol ---
05:17:33 [INFO] Tests are skipped.
05:17:33 [INFO] 
05:17:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol ---
05:17:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec
05:17:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes
05:17:33 [INFO] 
05:17:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol ---
05:17:33 [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
05:17:33 [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
05:17:33 [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
05:17:33 [INFO] 
05:17:33 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >----------
05:17:33 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77]
05:17:33 [INFO]   from rql/search-option-parser/pom.xml
05:17:33 [INFO] -------------------------------[ bundle ]-------------------------------
05:17:33 [INFO] 
05:17:33 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-search-option-parser ---
05:17:33 [INFO] 
05:17:33 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-search-option-parser ---
05:17:33 [INFO] 
05:17:33 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
05:17:33 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:17:33 [INFO] 
05:17:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
05:17: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/rql/search-option-parser/target/jacoco.exec
05:17:33 [INFO] 
05:17:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser ---
05:17:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:17:33 [WARNING] 
05:17:33 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:17:33 [WARNING] 
05:17:33 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:17:33 [WARNING] 
05:17:33 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:17:33 [INFO] 
05:17:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser ---
05:17:33 [INFO] Copying 0 resource from src/main/resources to target/classes
05:17:33 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:17:33 [INFO] 
05:17:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser ---
05:17:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT...
05:17:33 [INFO] 
05:17:33 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser ---
05:17:33 [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
05:17:33 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ...
05:17:38 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
05:17:38 [WARNING] one warning found
05:17:39 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
05:17:39 1 warning.
05:17:39 [INFO] done compiling
05:17:39 [INFO] compile in 5.7 s
05:17:39 [INFO] 
05:17:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser ---
05:17:39 [INFO] Changes detected - recompiling the module! :dependency
05:17:39 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
05:17:39 [WARNING] bootstrap class path not set in conjunction with -source 8
05:17:39 [INFO] 
05:17:39 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser ---
05:17:39 [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
05:17:39 [INFO] compile in 0.0 s
05:17:39 [INFO] 
05:17:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser ---
05:17:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources
05:17:39 [INFO] 
05:17:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser ---
05:17:39 [INFO] Changes detected - recompiling the module! :dependency
05:17:39 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
05:17:39 [WARNING] bootstrap class path not set in conjunction with -source 8
05:17:39 [INFO] 
05:17:39 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser ---
05:17:39 [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
05:17:39 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/test-classes ...
05:17:41 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
05:17:41 1 warning.
05:17:41 [INFO] done compiling
05:17:41 [INFO] compile in 1.2 s
05:17:41 [INFO] 
05:17:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser ---
05:17:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:17:41 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/surefire-reports
05:17:41 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:17:41 [INFO] 
05:17:41 [INFO] -------------------------------------------------------
05:17:41 [INFO]  T E S T S
05:17:41 [INFO] -------------------------------------------------------
05:17:41 [INFO] Running org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
05:17:42 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.946 s -- in org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
05:17:42 [INFO] 
05:17:42 [INFO] Results:
05:17:42 [INFO] 
05:17:42 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
05:17:42 [INFO] 
05:17:42 [INFO] 
05:17:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser ---
05:17:42 [INFO] 
05:17:42 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser ---
05:17:42 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
05:17:42 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar
05:17:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF
05:17:42 [INFO] 
05:17:42 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser ---
05:17:42 [INFO] Tests are skipped.
05:17:42 [INFO] 
05:17:42 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser ---
05:17:42 [INFO] Tests are skipped.
05:17:42 [INFO] 
05:17:42 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser ---
05:17:42 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec
05:17:42 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes
05:17:42 [INFO] 
05:17:42 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser ---
05:17:42 [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
05:17:42 [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
05:17:42 [INFO] 
05:17:42 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser ---
05:17:42 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar
05:17:42 [INFO] Writing OBR metadata
05:17:42 [INFO] 
05:17:42 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------
05:17:42 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77]
05:17:42 [INFO]   from internal/utils/search/pom.xml
05:17:42 [INFO] --------------------------------[ jar ]---------------------------------
05:17:42 [INFO] 
05:17:42 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-search ---
05:17:42 [INFO] 
05:17:42 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-search ---
05:17:42 [INFO] 
05:17:42 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
05:17:42 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
05:17:42 [INFO] 
05:17:42 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search ---
05:17:42 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:17:42 [WARNING] 
05:17:42 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:17:42 [WARNING] 
05:17:42 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:17:42 [WARNING] 
05:17:42 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:17:42 [INFO] 
05:17:42 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search ---
05:17:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources
05:17:42 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:17:42 [INFO] 
05:17:42 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search ---
05:17:42 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT...
05:17:42 [INFO] 
05:17:42 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search ---
05:17:42 [INFO] Changes detected - recompiling the module! :dependency
05:17:42 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes
05:17:42 [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.
05:17:42 [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.
05:17:42 [INFO] 
05:17:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search ---
05:17:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources
05:17:42 [INFO] 
05:17:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search ---
05:17:42 [INFO] Changes detected - recompiling the module! :dependency
05:17:42 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
05:17:43 [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.
05:17:43 [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.
05:17:43 [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.
05:17:43 [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.
05:17:43 [INFO] 
05:17:43 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search ---
05:17:43 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:17:43 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/surefire-reports
05:17:43 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:17:43 [INFO] 
05:17:43 [INFO] -------------------------------------------------------
05:17:43 [INFO]  T E S T S
05:17:43 [INFO] -------------------------------------------------------
05:17:44 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceTest
05:17:47 SLF4J(W): Class path contains multiple SLF4J providers.
05:17:47 SLF4J(W): Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@7d5d77a6]
05:17:47 SLF4J(W): Found provider [org.slf4j.simple.SimpleServiceProvider@71b7e9c8]
05:17:47 SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation.
05:17:47 SLF4J(I): Actual provider is of type [ch.qos.logback.classic.spi.LogbackServiceProvider@7d5d77a6]
05:17:47 [WARN] [02/13/2024 10:17:47.469] [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
05:17:47 [INFO] [02/13/2024 10:17:47.611] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:47 [INFO] [02/13/2024 10:17:47.930] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:48 10:17:48.071 [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
05:17:48 [INFO] [02/13/2024 10:17:48.212] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:48 [WARN] [02/13/2024 10:17:48.308] [default-pekko.actor.default-dispatcher-6] [SinkRefStageImpl(pekko://default)] [SinkRef-0] Stream already completed before remote side materialized, failing now.
05:17:48 [INFO] [02/13/2024 10:17:48.311] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.041 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceTest
05:17:48 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
05:17:48 [INFO] [02/13/2024 10:17:48.404] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/$a] SubscriptionID not found, responding with SubscriptionFailed: <RequestFromSubscription[type=thing-search.commands:request, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=nonexistentSid, demand=1]>
05:17:48 [INFO] [02/13/2024 10:17:48.407] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:48 10:17:48.550 [default-pekko.actor.default-dispatcher-6] ERROR org.eclipse.ditto.internal.utils.search.SearchSource -- Unexpected error
05:17:48 org.apache.pekko.pattern.AskTimeoutException: mock error
05:17:48 [INFO] [02/13/2024 10:17:48.861] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=null, options=size(0), fields=null, namespaces=null, prefix=null]>
05:17:48 [INFO] [02/13/2024 10:17:48.867] [default-pekko.actor.default-dispatcher-7] [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 [{}]]]
05:17:48 [INFO] [02/13/2024 10:17:48.869] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:48 [INFO] [02/13/2024 10:17:48.935] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=exists(attributes/tag1), options=size(1), fields=/thingId, namespaces=null, prefix=null]>
05:17:48 [INFO] [02/13/2024 10:17:48.940] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=SubscriptionProtocolErrorException [message='The number of requested elements must be > 0 (see reactive-streams specification, rule 3.9)', errorCode=thing-search:subscription.protocol.error, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='null', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]]
05:17:48 [INFO] [02/13/2024 10:17:48.942] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
05:17:48 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
05:17:48 [INFO] [02/13/2024 10:17:48.985] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] [02/13/2024 10:17:49.043] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] [02/13/2024 10:17:49.077] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] [02/13/2024 10:17:49.193] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
05:17:49 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
05:17:49 [INFO] [02/13/2024 10:17:49.274] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] Stopping due to idle timeout
05:17:49 [INFO] [02/13/2024 10:17:49.296] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] [02/13/2024 10:17:49.363] [SubscriptionActorTest0-pekko.actor.default-dispatcher-7] [pekko://SubscriptionActorTest0/user/-2147483648] Processing <CancelSubscription[type=thing-search.commands:cancel, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=-2147483648]>
05:17:49 [INFO] [02/13/2024 10:17:49.364] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] [02/13/2024 10:17:49.476] [SubscriptionActorTest0-pekko.actor.default-dispatcher-6] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
05:17:49 [INFO] [02/13/2024 10:17:49.477] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] [02/13/2024 10:17:49.577] [SubscriptionActorTest0-pekko.actor.default-dispatcher-7] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
05:17:49 [INFO] [02/13/2024 10:17:49.578] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:17:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
05:17:49 [INFO] 
05:17:49 [INFO] Results:
05:17:49 [INFO] 
05:17:49 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
05:17:49 [INFO] 
05:17:49 [INFO] 
05:17:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search ---
05:17:49 [INFO] 
05:17:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search ---
05:17:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar
05:17:49 [INFO] 
05:17:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search ---
05:17:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:17:49 [INFO] No previous run data found, generating javadoc.
05:17:51 [WARNING] Javadoc Warnings
05:17:51 [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
05:17:51 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) {
05:17:51 [WARNING] ^
05:17:51 [WARNING] 1 warning
05:17:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
05:17:51 [INFO] 
05:17:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search ---
05:17:51 [INFO] Tests are skipped.
05:17:51 [INFO] 
05:17:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search ---
05:17:51 [INFO] Tests are skipped.
05:17:51 [INFO] 
05:17:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search ---
05:17:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
05:17:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes
05:17:51 [INFO] 
05:17:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search ---
05:17:51 [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
05:17:51 [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
05:17:51 [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
05:17:51 [INFO] 
05:17:51 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >-------
05:17:51 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77]
05:17:51 [INFO]   from internal/utils/pubsub-policies/pom.xml
05:17:51 [INFO] --------------------------------[ jar ]---------------------------------
05:17:51 [INFO] 
05:17:51 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] 
05:17:51 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] 
05:17:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/jacoco.exec
05:17:51 [INFO] 
05:17:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:17:51 [WARNING] 
05:17:51 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:17:51 [WARNING] 
05:17:51 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:17:51 [WARNING] 
05:17:51 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:17:51 [INFO] 
05:17:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources
05:17:51 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:17:51 [INFO] 
05:17:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT...
05:17:51 [INFO] 
05:17:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] Changes detected - recompiling the module! :dependency
05:17:51 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes
05:17:51 [INFO] 
05:17:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources
05:17:51 [INFO] 
05:17:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] No sources to compile
05:17:51 [INFO] 
05:17:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:17:51 [INFO] No tests to run.
05:17:51 [INFO] 
05:17:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] 
05:17:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
05:17:51 [INFO] 
05:17:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies ---
05:17:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:17:51 [INFO] No previous run data found, generating javadoc.
05:17:52 [WARNING] Javadoc Warnings
05:17:52 [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
05:17:52 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies;
05:17:52 [WARNING] ^
05:17:52 [WARNING] 1 warning
05:17:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
05:17:52 [INFO] 
05:17:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies ---
05:17:52 [INFO] Tests are skipped.
05:17:52 [INFO] 
05:17:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies ---
05:17:52 [INFO] Tests are skipped.
05:17:52 [INFO] 
05:17:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies ---
05:17:52 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:17:52 [INFO] 
05:17:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies ---
05:17:52 [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
05:17:52 [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
05:17:52 [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
05:17:52 [INFO] 
05:17:52 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >--------
05:17:52 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77]
05:17:52 [INFO]   from internal/utils/pubsub-things/pom.xml
05:17:52 [INFO] --------------------------------[ jar ]---------------------------------
05:17:52 [INFO] 
05:17:52 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-things ---
05:17:52 [INFO] 
05:17:52 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-things ---
05:17:52 [INFO] 
05:17:52 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
05:17: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-things/target/jacoco.exec
05:17:52 [INFO] 
05:17:52 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things ---
05:17:52 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:17:52 [WARNING] 
05:17:52 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:17:52 [WARNING] 
05:17:52 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:17:52 [WARNING] 
05:17:52 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:17:52 [INFO] 
05:17:52 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things ---
05:17:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources
05:17:52 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:17:52 [INFO] 
05:17:52 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things ---
05:17:52 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT...
05:17:52 [INFO] 
05:17:52 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things ---
05:17:52 [INFO] Changes detected - recompiling the module! :dependency
05:17:52 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes
05:17:53 [INFO] 
05:17:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things ---
05:17:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources
05:17:53 [INFO] 
05:17:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things ---
05:17:53 [INFO] No sources to compile
05:17:53 [INFO] 
05:17:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things ---
05:17:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:17:53 [INFO] No tests to run.
05:17:53 [INFO] 
05:17:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things ---
05:17:53 [INFO] 
05:17:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things ---
05:17:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
05:17:53 [INFO] 
05:17:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things ---
05:17:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:17:53 [INFO] No previous run data found, generating javadoc.
05:17:54 [WARNING] Javadoc Warnings
05:17:54 [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
05:17:54 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings;
05:17:54 [WARNING] ^
05:17:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:57: warning: no @param for resubscribe
05:17:54 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber,
05:17:54 [WARNING] ^
05:17:54 [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
05:17:54 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) {
05:17:54 [WARNING] ^
05:17:54 [WARNING] 3 warnings
05:17:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
05:17:54 [INFO] 
05:17:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things ---
05:17:54 [INFO] Tests are skipped.
05:17:54 [INFO] 
05:17:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things ---
05:17:54 [INFO] Tests are skipped.
05:17:54 [INFO] 
05:17:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things ---
05:17:54 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:17:54 [INFO] 
05:17:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things ---
05:17:54 [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
05:17:54 [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
05:17:54 [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
05:17:54 [INFO] 
05:17:54 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------
05:17:54 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT     [67/77]
05:17:54 [INFO]   from connectivity/service/pom.xml
05:17:54 [INFO] --------------------------------[ jar ]---------------------------------
05:18:02 [INFO] 
05:18:02 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-service ---
05:18:02 [INFO] 
05:18:02 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-service ---
05:18:02 [INFO] 
05:18:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
05: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/connectivity/service/target/jacoco.exec
05:18:02 [INFO] 
05:18:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service ---
05:18:02 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:18:03 [WARNING] 
05:18:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:18:03 [WARNING] 
05:18:03 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:18:03 [WARNING] 
05:18:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:18:03 [INFO] 
05:18:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service ---
05:18:03 [INFO] Copying 1 resource from src/main/resources to target/classes
05:18:03 [INFO] Copying 8 resources from src/main/resources to target/classes
05:18:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:18:03 [INFO] 
05:18:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service ---
05:18:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT...
05:18:03 [INFO] 
05:18:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service ---
05:18:03 [INFO] Changes detected - recompiling the module! :dependency
05:18:03 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes
05:18:07 [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
05:18:07 [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
05:18:07 [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
05:18:07 [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
05:18:07 [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
05:18:07 [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
05:18:07 [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
05:18:07 [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
05:18:07 [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.
05:18:07 [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.
05:18:07 [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.
05:18:07 [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.
05:18:07 [INFO] 
05:18:07 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service ---
05:18:07 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar
05:18:08 [INFO] 
05:18:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service ---
05:18:08 [INFO] Copying 39 resources from src/test/resources to target/test-classes
05:18:08 [INFO] 
05:18:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service ---
05:18:08 [INFO] Changes detected - recompiling the module! :dependency
05:18:08 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes
05:18:15 [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.
05:18:15 [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.
05:18:15 [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.
05:18:15 [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.
05:18:15 [INFO] 
05:18:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service ---
05:18:15 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:18:15 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/surefire-reports
05:18:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:18:15 [INFO] 
05:18:15 [INFO] -------------------------------------------------------
05:18:15 [INFO]  T E S T S
05:18:15 [INFO] -------------------------------------------------------
05:18:17 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
05:18:18 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
05:18:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
05:18:18 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:18:19 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.467 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
05:18:19 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
05:18:19 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
05:18:19 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest
05:18:20 [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
05:18:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
05:18:20 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
05:18:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
05:18:20 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
05:18:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
05:18:22 [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.281 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
05:18:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
05:18:22 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
05:18:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
05:18:23 10:18:23.641 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect publishing client <publishingClient>. Disconnecting subscribing client …
05:18:23 java.lang.IllegalStateException: Yolo!
05:18:23 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDisconnectsSubscribingClientIfConnectingPublishingClientFailed(DefaultGenericMqttClientTest.java:226)
05:18:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:18:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:18:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:18:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:18:23 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:18:23 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:18:23 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:18:23 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:18:23 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:18:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:18:23 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:18:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:18:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:18:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:18:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:18:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:18:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:18:23 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:18:23 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:18:23 10:18:23.776 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect subscribing client <subscribingClient>.
05:18:23 java.lang.IllegalStateException: Yolo!
05:18:23 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.disconnectFailsIfDisconnectOnSubscribingClientFails(DefaultGenericMqttClientTest.java:264)
05:18:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:18:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:18:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:18:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:18:23 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:18:23 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:18:23 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:18:23 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:18:23 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:18:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:18:23 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:18:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:18:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:18:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:18:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:18:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:18:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:18:23 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:18:23 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:18:23 10:18:23.780 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect publishing client <publishingClient>.
05:18:23 10:18:23.785 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <subscribingClient>.
05:18:23 java.lang.IllegalStateException: Yolo!
05:18:23 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDoesNotCallConnectOnPublishingClientIfConnectingSubscribingClientFailed(DefaultGenericMqttClientTest.java:200)
05:18:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:18:23 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:18:23 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:18:23 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:18:23 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:18:23 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:18:23 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:18:23 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:18:23 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:18:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:18:23 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:18:23 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:18:23 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:18:23 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:18:23 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:18:23 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:18:23 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:18:23 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:23 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:18:23 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:18:23 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:18:23 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:18:23 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:18:23 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:18:24 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.283 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
05:18:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
05:18:24 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
05:18:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
05:18:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
05:18:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
05:18:24 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
05:18:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
05:18:28 [INFO] [02/13/2024 10:18:28.554] [main] [CoordinatedShutdown(pekko://Mqtt5RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:28 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.182 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
05:18:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
05:18:28 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
05:18:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
05:18:29 [INFO] [02/13/2024 10:18:29.154] [main] [CoordinatedShutdown(pekko://Mqtt3RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:29 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
05:18:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest
05:18:29 [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
05:18:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
05:18:29 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
05:18:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
05:18:29 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
05:18:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest
05:18:29 [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
05:18:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
05:18:29 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
05:18:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
05:18:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
05:18:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
05:18:30 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
05:18:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
05:18:30 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
05:18:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
05:18:30 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
05:18:30 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
05:18:30 10:18:30.258 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:18:34 [INFO] [02/13/2024 10:18:34.854] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.855] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.855] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.855] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.856] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.856] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.856] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.856] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.856] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.856] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.857] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.857] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.857] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.857] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.857] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.857] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.858] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.858] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.858] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.858] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.858] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.858] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.859] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.859] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.859] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.859] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.859] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.859] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.860] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.860] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.860] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.860] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.860] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.860] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.861] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.861] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.861] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.861] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.861] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.861] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.861] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.862] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.862] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.862] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.862] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.862] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.862] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.863] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.863] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.863] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.863] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.863] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.863] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.863] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.864] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.864] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.864] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.864] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.864] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.864] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.865] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.865] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.865] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.865] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.865] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.865] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.865] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.866] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.867] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.867] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.867] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.867] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.867] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.867] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.867] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.868] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.868] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.868] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.868] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.868] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.868] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.868] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.869] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.869] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.869] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.869] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.869] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.869] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.870] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.870] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.870] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.870] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:34 [INFO] [02/13/2024 10:18:34.870] [MqttConsumerActorTest-pekko.actor.default-dispatcher-8] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 1838844465>.
05:18:36 [INFO] [02/13/2024 10:18:36.706] [main] [CoordinatedShutdown(pekko://MqttConsumerActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:36 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.461 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
05:18:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
05:18:36 [INFO] [02/13/2024 10:18:36.838] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithEmptyCollectionReturnsEmptySource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:36 [INFO] [02/13/2024 10:18:36.932] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenAllSubscriptionsSuccessfulReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:37 [INFO] [02/13/2024 10:18:36.993] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenSomeSubscriptionsFailedReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:37 [INFO] [02/13/2024 10:18:37.069] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWithInvalidSourceAddressReturnsSourceWithSubscribeFailure)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:37 [INFO] [02/13/2024 10:18:37.109] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_newInstanceWithNullClientThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:37 [INFO] [02/13/2024 10:18:37.177] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithNullConnectionSourceThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
05:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest
05:18:37 [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
05:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
05:18:37 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
05:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest
05:18:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest
05:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
05:18:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
05:18:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
05:18:37 10:18:37.350 [INFO ] [main] o.e.d.c.s.m.m.MqttServerRule - Starting server at port 33079
05:18:37 10:18:37.471 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:18:38 10:18:38.890 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M1.589S> interval (min=<PT5M>)
05:18:38 10:18:38.890 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:38 10:18:38.893 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M54.068S> interval (min=<PT5M>)
05:18:38 10:18:38.894 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.143S> interval (min=<PT5M>)
05:18:38 10:18:38.930 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:38 10:18:38.930 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.038S> interval (min=<PT5M>)
05:18:38 10:18:38.943 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:38 10:18:38.944 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:39 10:18:38.961 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M15.917S> interval (min=<PT5M>)
05:18:39 10:18:38.961 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:39 10:18:39.308 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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@6fe914c6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:39 10:18:39.322 [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=[]]}]>
05:18:39 10:18:39.354 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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@6fe914c6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:39 10:18:39.355 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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=[]]}]>
05:18:39 10:18:39.372 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59716 
05:18:39 10:18:39.375 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:39 10:18:39.433 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:39 10:18:39.530 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:18:39 10:18:39.549 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.qos=0, mqtt.qos=0, custom.retain=false, custom.topic=source/status, mqtt.retain=false, mqtt.topic=source/status, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithSourceHeaderMapping-182bf81, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:39 10:18:39.569 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-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>.
05:18:39 10:18:39.584 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:18:39 10:18:39.675 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
05:18:39 10:18:39.734 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M12.239S> interval (min=<PT5M>)
05:18:39 10:18:39.735 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:39 10:18:39.736 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M23.599S> interval (min=<PT5M>)
05:18:39 10:18:39.738 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.112S> interval (min=<PT5M>)
05:18:39 10:18:39.739 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:39 10:18:39.740 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.549S> interval (min=<PT5M>)
05:18:39 10:18:39.742 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:39 10:18:39.743 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:39 10:18:39.747 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.371S> interval (min=<PT5M>)
05:18:39 10:18:39.747 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:39 10:18:39.750 [WARN ] [MqttClientActorTest_publishToTopic-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@37d30b90]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:39 10:18:39.750 [INFO ] [MqttClientActorTest_publishToTopic-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=[]]}]>
05:18:39 10:18:39.754 [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@37d30b90]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:39 10:18:39.754 [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=[]]}]>
05:18:39 10:18:39.767 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59718 
05:18:39 10:18:39.768 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:39 10:18:39.854 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:18:39 10:18:39.865 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:39 10:18:39.893 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] 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]>
05:18:39 10:18:39.903 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:18:40 10:18:39.965 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:18:40 10:18:39.971 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:40 10:18:40.034 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M41.667S> interval (min=<PT5M>)
05:18:40 10:18:40.035 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.036 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.759S> interval (min=<PT5M>)
05:18:40 10:18:40.038 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M34.433S> interval (min=<PT5M>)
05:18:40 10:18:40.039 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:40 10:18:40.039 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.811S> interval (min=<PT5M>)
05:18:40 10:18:40.042 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.042 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.046 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M25.35S> interval (min=<PT5M>)
05:18:40 10:18:40.046 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.048 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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@301861f1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.049 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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=[]]}]>
05:18:40 10:18:40.052 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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@301861f1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.053 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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=[]]}]>
05:18:40 10:18:40.055 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59728 
05:18:40 10:18:40.055 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:40 10:18:40.130 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-b40f26d, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:40 10:18:40.136 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-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 'eclipse/invalid/address'.>
05:18:40 10:18:40.136 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] 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-b40f26d, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={}]] : and external headers {mqtt.retain=false, mqtt.qos=0, mqtt.topic=eclipse/invalid/address}
05:18:40 10:18:40.149 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] 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]>
05:18:40 10:18:40.151 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:18:40 10:18:40.152 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:18:40 10:18:40.162 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:40 10:18:40.251 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:18:40 10:18:40.252 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:40 10:18:40.270 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M16.794S> interval (min=<PT5M>)
05:18:40 10:18:40.276 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.276 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.281 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.281 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:40 10:18:40.282 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M34.553S> interval (min=<PT5M>)
05:18:40 10:18:40.282 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M25.196S> interval (min=<PT5M>)
05:18:40 10:18:40.282 [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@6e76e120]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.282 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.043S> interval (min=<PT5M>)
05:18:40 10:18:40.282 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.201S> interval (min=<PT5M>)
05:18:40 10:18:40.283 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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=[]]}]>
05:18:40 10:18:40.283 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.285 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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@6e76e120]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.286 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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=[]]}]>
05:18:40 10:18:40.288 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59738 
05:18:40 10:18:40.288 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:40 10:18:40.340 [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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicAndRetrieveConnectionMetrics-fe58a86, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:40 10:18:40.342 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-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>.
05:18:40 10:18:40.399 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:18:40 10:18:40.400 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:40 10:18:40.488 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:18:40 10:18:40.500 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
05:18:40 10:18:40.607 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M22.34S> interval (min=<PT5M>)
05:18:40 10:18:40.607 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.609 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.599S> interval (min=<PT5M>)
05:18:40 10:18:40.609 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.357S> interval (min=<PT5M>)
05:18:40 10:18:40.610 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:40 10:18:40.611 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.084S> interval (min=<PT5M>)
05:18:40 10:18:40.630 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.631 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.634 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M51.688S> interval (min=<PT5M>)
05:18:40 10:18:40.634 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.636 [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@22fba5df]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.636 [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=[]]}]>
05:18:40 10:18:40.639 [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@22fba5df]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.639 [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=[]]}]>
05:18:40 10:18:40.652 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59748 
05:18:40 10:18:40.652 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:40 10:18:40.726 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:18:40 10:18:40.730 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
05:18:40 10:18:40.731 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:40 10:18:40.734 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:40 10:18:40.931 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M45.158S> interval (min=<PT5M>)
05:18:40 10:18:40.931 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.933 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M56.373S> interval (min=<PT5M>)
05:18:40 10:18:40.933 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M36.406S> interval (min=<PT5M>)
05:18:40 10:18:40.935 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:40 10:18:40.935 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M49.604S> interval (min=<PT5M>)
05:18:40 10:18:40.938 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.938 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:40 10:18:40.942 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:40 10:18:40.942 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.836S> interval (min=<PT5M>)
05:18:40 10:18:40.944 [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@5cbb0744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.944 [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=[]]}]>
05:18:40 10:18:40.947 [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@5cbb0744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:40 10:18:40.948 [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=[]]}]>
05:18:40 10:18:40.960 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59760 
05:18:41 10:18:40.964 [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@5cbb0744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:40.965 [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=[]]}]>
05:18:41 10:18:40.965 [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@5cbb0744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:40.966 [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=[]]}]>
05:18:41 10:18:40.967 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Established MQTT connection to <tcp://localhost:33079>.
05:18:41 10:18:41.033 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f> at <tcp://localhost:33079> was successful.
05:18:41 10:18:41.034 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
05:18:41 10:18:41.035 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:41 10:18:41.167 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M34.638S> interval (min=<PT5M>)
05:18:41 10:18:41.167 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.169 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.881S> interval (min=<PT5M>)
05:18:41 10:18:41.170 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.354S> interval (min=<PT5M>)
05:18:41 10:18:41.172 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:41 10:18:41.172 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.897S> interval (min=<PT5M>)
05:18:41 10:18:41.174 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.174 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.178 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.369S> interval (min=<PT5M>)
05:18:41 10:18:41.178 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.180 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-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@4518c928]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.180 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-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=[]]}]>
05:18:41 10:18:41.183 [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@4518c928]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.183 [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=[]]}]>
05:18:41 10:18:41.185 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59766 
05:18:41 10:18:41.185 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:41 10:18:41.195 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-40812af, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.197 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-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>.
05:18:41 10:18:41.242 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59772 
05:18:41 10:18:41.242 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:41 10:18:41.256 [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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-40812af, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.258 [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>.
05:18:41 10:18:41.286 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:18:41 10:18:41.286 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] 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]
05:18:41 10:18:41.295 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
05:18:41 10:18:41.296 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:41 10:18:41.297 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:41 10:18:41.304 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:41 10:18:41.304 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:41 10:18:41.398 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M4.065S> interval (min=<PT5M>)
05:18:41 10:18:41.399 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.399 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.203S> interval (min=<PT5M>)
05:18:41 10:18:41.400 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M48.316S> interval (min=<PT5M>)
05:18:41 10:18:41.401 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:41 10:18:41.401 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.24S> interval (min=<PT5M>)
05:18:41 10:18:41.429 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.430 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.432 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.554S> interval (min=<PT5M>)
05:18:41 10:18:41.433 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.434 [WARN ] [MqttClientActorTest_testConnectionFails-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@3fc5cf62]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.434 [INFO ] [MqttClientActorTest_testConnectionFails-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=[]]}]>
05:18:41 10:18:41.437 [WARN ] [MqttClientActorTest_testConnectionFails-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@3fc5cf62]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.437 [INFO ] [MqttClientActorTest_testConnectionFails-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=[]]}]>
05:18:41 10:18:41.449 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59776 
05:18:41 10:18:41.450 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3fc5cf62]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.450 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f> at <tcp://localhost:33079> failed: Failed to connect.
05:18:41 10:18:41.450 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:18:41 10:18:41.451 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3fc5cf62]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.451 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:18:41 10:18:41.452 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Failure(org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Failed to connect.)>
05:18:41 10:18:41.453 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:41 10:18:41.570 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M4.078S> interval (min=<PT5M>)
05:18:41 10:18:41.570 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.571 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.783S> interval (min=<PT5M>)
05:18:41 10:18:41.572 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.929S> interval (min=<PT5M>)
05:18:41 10:18:41.573 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:41 10:18:41.573 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.278S> interval (min=<PT5M>)
05:18:41 10:18:41.575 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.575 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.578 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.387S> interval (min=<PT5M>)
05:18:41 10:18:41.578 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.580 [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@682b9e80]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.580 [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=[]]}]>
05:18:41 10:18:41.583 [WARN ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@682b9e80]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.583 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:18:41 10:18:41.596 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59780 
05:18:41 10:18:41.597 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:41 10:18:41.690 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:18:41 10:18:41.691 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:41 10:18:41.697 [INFO ] [MqttClientActorTest_publishToReplyTarget-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 <:e7b11bbd-54ef-4d68-b39b-17261d35985c> to PublishTarget <MqttPublishTarget [topic=replyTarget/:e7b11bbd-54ef-4d68-b39b-17261d35985c, qos=AT_MOST_ONCE]>
05:18:41 10:18:41.700 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:18:41 10:18:41.791 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:18:41 10:18:41.792 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:41 10:18:41.799 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M16.252S> interval (min=<PT5M>)
05:18:41 10:18:41.799 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.800 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.096S> interval (min=<PT5M>)
05:18:41 10:18:41.801 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.56S> interval (min=<PT5M>)
05:18:41 10:18:41.830 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:41 10:18:41.831 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M57.625S> interval (min=<PT5M>)
05:18:41 10:18:41.832 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.833 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:41 10:18:41.837 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M10.891S> interval (min=<PT5M>)
05:18:41 10:18:41.837 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:41 10:18:41.839 [WARN ] [MqttClientActorTest_consumeMultipleSources-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@67774b05]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.839 [INFO ] [MqttClientActorTest_consumeMultipleSources-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=[]]}]>
05:18:41 10:18:41.842 [WARN ] [MqttClientActorTest_consumeMultipleSources-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@67774b05]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:41 10:18:41.842 [INFO ] [MqttClientActorTest_consumeMultipleSources-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=[]]}]>
05:18:41 10:18:41.844 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59782 
05:18:41 10:18:41.845 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:41 10:18:41.856 [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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661A10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.857 [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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661C10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.857 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] 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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661B10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.858 [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>.
05:18:41 10:18:41.859 [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>.
05:18:41 10:18:41.859 [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>.
05:18:41 10:18:41.860 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=A1, mqtt.topic=A1, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661A11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.862 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
05:18:41 10:18:41.862 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] 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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661C20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.862 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] 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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661B11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.863 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
05:18:41 10:18:41.864 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
05:18:41 10:18:41.864 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] 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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661A12, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.865 [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>.
05:18:41 10:18:41.865 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] 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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661C30, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.866 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] 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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661B20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.866 [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>.
05:18:41 10:18:41.867 [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>.
05:18:41 10:18:41.870 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] 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=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-7b0a661B21, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:41 10:18:41.871 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
05:18:41 10:18:41.872 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
05:18:41 10:18:41.874 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:42 10:18:42.032 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M41.501S> interval (min=<PT5M>)
05:18:42 10:18:42.033 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.033 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M34.527S> interval (min=<PT5M>)
05:18:42 10:18:42.034 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.376S> interval (min=<PT5M>)
05:18:42 10:18:42.035 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:42 10:18:42.035 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M30.268S> interval (min=<PT5M>)
05:18:42 10:18:42.037 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.037 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.040 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M25.558S> interval (min=<PT5M>)
05:18:42 10:18:42.040 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.042 [WARN ] [MqttClientActorTest_subscribeFails-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@2fe59e91]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.042 [INFO ] [MqttClientActorTest_subscribeFails-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=[]]}]>
05:18:42 10:18:42.045 [WARN ] [MqttClientActorTest_subscribeFails-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@2fe59e91]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.045 [INFO ] [MqttClientActorTest_subscribeFails-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=[]]}]>
05:18:42 10:18:42.058 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59796 
05:18:42 10:18:42.059 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:42 10:18:42.067 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions failed: ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-02-13T10:18:42.062989219Z, connectivityStatus=null]. Staying in CONNECTING state to continue with connection recovery after backoff.
05:18:42 10:18:42.067 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-02-13T10:18:42.062989219Z, connectivityStatus=null]>
05:18:42 10:18:42.069 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] 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-02-13T10:18:42.062989219Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:18:42 10:18:42.070 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
05:18:42 10:18:42.070 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:42 10:18:42.196 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M22.073S> interval (min=<PT5M>)
05:18:42 10:18:42.196 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.197 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.401S> interval (min=<PT5M>)
05:18:42 10:18:42.197 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.728S> interval (min=<PT5M>)
05:18:42 10:18:42.198 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:42 10:18:42.198 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M12.648S> interval (min=<PT5M>)
05:18:42 10:18:42.200 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.200 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.202 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M6.125S> interval (min=<PT5M>)
05:18:42 10:18:42.202 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.204 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4db8de9c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.204 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:18:42 10:18:42.230 [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@4db8de9c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.230 [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=[]]}]>
05:18:42 10:18:42.232 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59808 
05:18:42 10:18:42.232 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:42 10:18:42.241 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=56104bbc-962f-42da-876b-a1b9cdbaf75f, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcement-4f69a04, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:18:42 10:18:42.243 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-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>.
05:18:42 10:18:42.243 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
05:18:42 10:18:42.244 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:42 10:18:42.338 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M5.713S> interval (min=<PT5M>)
05:18:42 10:18:42.339 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.339 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.982S> interval (min=<PT5M>)
05:18:42 10:18:42.340 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.786S> interval (min=<PT5M>)
05:18:42 10:18:42.341 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:42 10:18:42.341 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M9.493S> interval (min=<PT5M>)
05:18:42 10:18:42.343 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.343 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.345 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.977S> interval (min=<PT5M>)
05:18:42 10:18:42.345 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.347 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-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@49defb82]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.347 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-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=[]]}]>
05:18:42 10:18:42.349 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-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@49defb82]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.350 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-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=[]]}]>
05:18:42 10:18:42.362 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 59814 
05:18:42 10:18:42.362 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
05:18:42 10:18:42.460 [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.
05:18:42 10:18:42.461 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:18:42 10:18:42.461 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:42 10:18:42.562 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:42 10:18:42.635 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M59.91S> interval (min=<PT5M>)
05:18:42 10:18:42.636 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.636 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M38.795S> interval (min=<PT5M>)
05:18:42 10:18:42.637 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.175S> interval (min=<PT5M>)
05:18:42 10:18:42.638 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:42 10:18:42.638 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.118S> interval (min=<PT5M>)
05:18:42 10:18:42.639 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.640 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.642 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.603S> interval (min=<PT5M>)
05:18:42 10:18:42.642 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.644 [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@471641ba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.644 [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=[]]}]>
05:18:42 10:18:42.646 [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@471641ba]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.647 [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=[]]}]>
05:18:42 10:18:42.671 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47810 
05:18:42 10:18:42.732 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
05:18:42 10:18:42.733 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:42 10:18:42.736 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:42 10:18:42.759 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:42 10:18:42.832 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M52.844S> interval (min=<PT5M>)
05:18:42 10:18:42.832 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.833 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.306S> interval (min=<PT5M>)
05:18:42 10:18:42.833 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.111S> interval (min=<PT5M>)
05:18:42 10:18:42.834 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:42 10:18:42.834 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.998S> interval (min=<PT5M>)
05:18:42 10:18:42.836 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.836 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:42 10:18:42.838 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.406S> interval (min=<PT5M>)
05:18:42 10:18:42.838 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:42 10:18:42.840 [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@7a089698]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.840 [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=[]]}]>
05:18:42 10:18:42.859 [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@7a089698]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:42 10:18:42.859 [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=[]]}]>
05:18:42 10:18:42.862 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
05:18:42 10:18:42.864 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:43 10:18:42.968 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:43 10:18:43.033 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M8.855S> interval (min=<PT5M>)
05:18:43 10:18:43.034 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.354S> interval (min=<PT5M>)
05:18:43 10:18:43.034 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:43 10:18:43.034 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.984S> interval (min=<PT5M>)
05:18:43 10:18:43.035 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:43 10:18:43.035 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.001S> interval (min=<PT5M>)
05:18:43 10:18:43.037 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:43 10:18:43.037 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:43 10:18:43.040 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.138S> interval (min=<PT5M>)
05:18:43 10:18:43.040 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:43 10:18:43.044 [WARN ] [MqttClientActorTest_enableConnectionLogs-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@1d51e0f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:43 10:18:43.044 [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=[]]}]>
05:18:43 10:18:43.047 [WARN ] [MqttClientActorTest_enableConnectionLogs-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@1d51e0f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:43 10:18:43.047 [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=[]]}]>
05:18:43 10:18:43.049 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:43 10:18:43.049 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <22> loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:43 10:18:43.050 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47814 
05:18:43 10:18:43.161 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:43 10:18:43.333 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
05:18:43 10:18:43.334 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:43 10:18:43.334 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:43 10:18:43.337 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:43 10:18:43.343 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47830 
05:18:43 10:18:43.344 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47832 
05:18:43 10:18:43.463 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f> failed. Disabling automatic reconnect.
05:18:43 10:18:43.464 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:43 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
05:18:43 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:43 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:18:43 	... 17 common frames omitted
05:18:43 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:43 	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:43 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
05:18:43 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
05:18:43 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
05:18:43 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
05:18:43 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
05:18:43 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
05:18:43 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:18:43 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:18:43 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:43 10:18:43.464 [INFO ] [RxComputationThreadPool-1] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:43 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
05:18:43 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:43 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:18:43 	... 17 common frames omitted
05:18:43 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:43 	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:43 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:43 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
05:18:43 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
05:18:43 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
05:18:43 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
05:18:43 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
05:18:43 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
05:18:43 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:18:43 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:18:43 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:43 10:18:43.561 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
05:18:43 10:18:43.562 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:44 10:18:44.272 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M8.935S> interval (min=<PT5M>)
05:18:44 10:18:44.273 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.702S> interval (min=<PT5M>)
05:18:44 10:18:44.273 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:44 10:18:44.273 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.998S> interval (min=<PT5M>)
05:18:44 10:18:44.274 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:44 10:18:44.274 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.455S> interval (min=<PT5M>)
05:18:44 10:18:44.277 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:44 10:18:44.278 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:44 10:18:44.280 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:44 10:18:44.280 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.394S> interval (min=<PT5M>)
05:18:44 10:18:44.284 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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@20001a48]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:44 10:18:44.284 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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=[]]}]>
05:18:44 10:18:44.288 [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@20001a48]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:44 10:18:44.288 [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=[]]}]>
05:18:44 10:18:44.291 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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@20001a48]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:44 10:18:44.291 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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=[]]}]>
05:18:44 10:18:44.292 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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@20001a48]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:44 10:18:44.292 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-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=[]]}]>
05:18:44 10:18:44.293 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - received unknown/unsupported message OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=56104bbc-962f-42da-876b-a1b9cdbaf75f] in state TESTING - status: unknown: Testing connection since 2024-02-13T10:18:44.292788009Z - sender: Actor[pekko://MqttClientActorTest_testTLSConnectionWithoutCertificateCheck/user/$a#-1617842180]
05:18:44 10:18:44.430 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:44 10:18:44.689 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:44 java.security.cert.CertificateException: No name matching localhost found
05:18:44 	at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:234)
05:18:44 	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:103)
05:18:44 	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:109)
05:18:44 	at org.eclipse.ditto.connectivity.service.messaging.internal.ssl.DittoTrustManager.checkServerTrusted(DittoTrustManager.java:107)
05:18:44 	at java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1455)
05:18:44 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1335)
05:18:44 	... 29 common frames omitted
05:18:44 Wrapped by: javax.net.ssl.SSLHandshakeException: No name matching localhost found
05:18:44 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
05:18:44 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
05:18:44 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
05:18:44 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
05:18:44 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
05:18:44 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
05:18:44 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
05:18:44 	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
05:18:44 	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
05:18:44 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277)
05:18:44 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264)
05:18:44 	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
05:18:44 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209)
05:18:44 	at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1647)
05:18:44 	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1493)
05:18:44 	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1334)
05:18:44 	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1383)
05:18:44 	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
05:18:44 	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
05:18:44 	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
05:18:44 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
05:18:44 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
05:18:44 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
05:18:44 	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
05:18:44 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
05:18:44 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
05:18:44 	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
05:18:44 	at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)
05:18:44 	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509)
05:18:44 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
05:18:44 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
05:18:44 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
05:18:44 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
05:18:44 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:44 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
05:18:44 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
05:18:44 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
05:18:44 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:18:44 	... 12 common frames omitted
05:18:44 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
05:18:44 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:18:44 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:18:44 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
05:18:44 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:18:44 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:44 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:44 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
05:18:44 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
05:18:44 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
05:18:44 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
05:18:44 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
05:18:44 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
05:18:44 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:18:44 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:18:44 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:47 10:18:47.579 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:18:47 10:18:47.584 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:47 10:18:47.877 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:18:48 10:18:48.150 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:18:48 10:18:48.153 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:49 10:18:49.306 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - test timed out.
05:18:49 10:18:49.308 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:49 10:18:49.315 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:49 10:18:49.415 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M5.324S> interval (min=<PT5M>)
05:18:49 10:18:49.415 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:49 10:18:49.433 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M26.017S> interval (min=<PT5M>)
05:18:49 10:18:49.434 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.26S> interval (min=<PT5M>)
05:18:49 10:18:49.435 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M13.215S> interval (min=<PT5M>)
05:18:49 10:18:49.435 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:49 10:18:49.438 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.438 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.441 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M46.189S> interval (min=<PT5M>)
05:18:49 10:18:49.441 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:49 10:18:49.447 [WARN ] [MqttClientActorTest_resetConnectionMetrics-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@60b2b5b3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:49 10:18:49.447 [INFO ] [MqttClientActorTest_resetConnectionMetrics-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=[]]}]>
05:18:49 10:18:49.451 [WARN ] [MqttClientActorTest_resetConnectionMetrics-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@60b2b5b3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:49 10:18:49.451 [INFO ] [MqttClientActorTest_resetConnectionMetrics-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=[]]}]>
05:18:49 10:18:49.456 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47840 
05:18:49 10:18:49.459 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47854 
05:18:49 10:18:49.465 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f> failed. Disabling automatic reconnect.
05:18:49 10:18:49.465 [INFO ] [MqttClientActorTest_resetConnectionMetrics-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-02-13T10:18:49.465160255Z, connectivityStatus=null]>
05:18:49 10:18:49.465 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
05:18:49 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:49 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:18:49 	... 12 common frames omitted
05:18:49 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:49 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
05:18:49 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
05:18:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
05:18:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
05:18:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
05:18:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
05:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:18:49 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:49 10:18:49.467 [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-02-13T10:18:49.465160255Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:18:49 10:18:49.468 [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-02-13T10:18:49.465160255Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionMetrics/deadLetters]
05:18:49 10:18:49.513 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:49 10:18:49.561 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:49 10:18:49.631 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M8.975S> interval (min=<PT5M>)
05:18:49 10:18:49.631 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:49 10:18:49.632 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M19.033S> interval (min=<PT5M>)
05:18:49 10:18:49.633 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.645S> interval (min=<PT5M>)
05:18:49 10:18:49.634 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:49 10:18:49.635 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.058S> interval (min=<PT5M>)
05:18:49 10:18:49.636 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.636 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.638 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M4.537S> interval (min=<PT5M>)
05:18:49 10:18:49.638 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:49 10:18:49.640 [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@71c8c742]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:49 10:18:49.640 [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=[]]}]>
05:18:49 10:18:49.643 [WARN ] [MqttClientActorTest_resetConnectionLogs-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@71c8c742]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:49 10:18:49.643 [INFO ] [MqttClientActorTest_resetConnectionLogs-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=[]]}]>
05:18:49 10:18:49.644 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.646 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47856 
05:18:49 10:18:49.647 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47858 
05:18:49 10:18:49.648 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f> failed. Disabling automatic reconnect.
05:18:49 10:18:49.648 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] 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-02-13T10:18:49.648785028Z, connectivityStatus=null]>
05:18:49 10:18:49.648 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
05:18:49 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:49 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:18:49 	... 12 common frames omitted
05:18:49 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:49 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
05:18:49 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
05:18:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
05:18:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
05:18:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
05:18:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
05:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:18:49 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:49 10:18:49.649 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-02-13T10:18:49.648785028Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:18:49 10:18:49.649 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - received Exception java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. in state CONNECTING - status: failed: MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2024-02-13T10:18:49.648785028Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionLogs/deadLetters]
05:18:49 10:18:49.707 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:49 10:18:49.759 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:49 10:18:49.777 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M35.095S> interval (min=<PT5M>)
05:18:49 10:18:49.778 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:49 10:18:49.778 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M12.126S> interval (min=<PT5M>)
05:18:49 10:18:49.779 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.799S> interval (min=<PT5M>)
05:18:49 10:18:49.780 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <56104bbc-962f-42da-876b-a1b9cdbaf75f>
05:18:49 10:18:49.780 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.11S> interval (min=<PT5M>)
05:18:49 10:18:49.781 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.781 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.783 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:18:49 10:18:49.783 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.49S> interval (min=<PT5M>)
05:18:49 10:18:49.785 [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@19d3c75d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:49 10:18:49.785 [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=[]]}]>
05:18:49 10:18:49.787 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-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@19d3c75d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:18:49 10:18:49.788 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-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=[]]}]>
05:18:49 10:18:49.789 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 10:18:49.791 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 33079 accepted at port 47874 
05:18:49 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.46 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
05:18:49 10:18:49.793 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
05:18:49 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
05:18:49 10:18:49.793 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f> failed. Disabling automatic reconnect.
05:18:49 10:18:49.793 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
05:18:49 10:18:49.793 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:56104bbc-962f-42da-876b-a1b9cdbaf75f>.
05:18:49 java.net.ConnectException: finishConnect(..) failed: Connection refused
05:18:49 	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
05:18:49 	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
05:18:49 	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
05:18:49 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710)
05:18:49 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687)
05:18:49 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
05:18:49 	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499)
05:18:49 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
05:18:49 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
05:18:49 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
05:18:49 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
05:18:49 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:49 Wrapped by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:33079
05:18:49 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:33079
05:18:49 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:33079
05:18:49 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:18:49 	... 17 common frames omitted
05:18:49 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:33079
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:49 	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:18:49 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:18:49 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
05:18:49 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
05:18:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
05:18:49 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
05:18:49 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
05:18:49 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
05:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:18:49 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:18:49 	at java.base/java.lang.Thread.run(Thread.java:833)
05:18:49 [INFO] [02/13/2024 10:18:49.917] [main] [CoordinatedShutdown(pekko://MqttClientConnectedTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
05:18:49 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
05:18:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
05:18:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
05:18:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
05:18:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
05:18:50 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
05:18:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
05:18:50 10:18:50.344 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:18:50 10:18:50.432 [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]>
05:18:50 10:18:50.624 [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]>
05:18:50 10:18:50.808 [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]>
05:18:51 10:18:50.978 [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]>
05:18:51 10:18:50.981 [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.
05:18:51 10:18:51.511 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-02-13T10:18:51.484752310Z, 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-02-13T10:18:51.484752310Z, 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#1514135161]]>.
05:18:51 10:18:51.511 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-02-13T10:18:51.496923884Z, 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-02-13T10:18:51.496923884Z, 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#1514135161]]>.
05:18:51 10:18:51.511 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-02-13T10:18:51.498173987Z, 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-02-13T10:18:51.498173987Z, 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#1514135161]]>.
05:18:51 10:18:51.670 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=EXACTLY_ONCE]>
05:18:51 10:18:51.841 [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]>
05:18:51 10:18:51.843 [WARN ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to send MQTT Publish message to broker. IllegalStateException: This is totally expected.
05:18:51 10:18:51.848 [ERROR] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to enqueue MQTT message to topic <mqtt/eclipse/ditto> for sending to broker.
05:18:51 java.lang.IllegalStateException: This is totally expected.
05:18:51 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest.sendPublishToBrokerFailureTriggersNegativeAcknowledgementIfAutoAckTargetPresent(MqttPublisherActorTest.java:285)
05:18:51 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:18:51 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:18:51 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:18:51 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:18:51 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:18:51 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:18:51 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:18:51 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:18:51 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:18:51 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
05:18:51 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:18:51 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:51 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:18:51 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:18:51 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:18:51 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:18:51 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:18:51 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:18:51 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:18:51 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:18:51 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:18:51 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:18:51 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
05:18:51 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:18:51 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:18:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:18:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:18:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:18:51 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:18:51 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:18:51 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:18:51 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:18:51 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:18:51 Wrapped by: org.eclipse.ditto.connectivity.model.MessageSendingFailedException: Failed to send message: This is totally expected.
05:18:51 	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:152)
05:18:51 	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:113)
05:18:51 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:18:51 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.handleGenericMqttPublishResultFailure(MqttPublisherActor.java:192)
05:18:51 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.lambda$sendMqttPublishMessageToBroker$0(MqttPublisherActor.java:164)
05:18:51 	at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757)
05:18:51 	at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735)
05:18:51 	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182)
05:18:51 	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:144)
05:18:51 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.sendMqttPublishMessageToBroker(MqttPublisherActor.java:160)
05:18:51 	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1(Sink.scala:141)
05:18:51 	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1$adapted(Sink.scala:141)
05:18:51 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:18:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:18:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:18:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:18:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:18:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:18:51 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:18:51 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
05:18:51 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:18:51 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:18:51 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:18:51 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:18:51 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:18:51 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:18:51 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:18:51 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:18:51 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:18:51 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:18:51 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:18:51 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:18:51 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:18:51 10:18:51.848 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] 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.
05:18:52 10:18:52.116 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
05:18:52 10:18:52.205 [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]>
05:18:52 10:18:52.396 [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]>
05:18:52 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.173 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
05:18:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
05:18:52 [INFO] [02/13/2024 10:18:52.545] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-c6e895d] Failed to create HiveMqttClientProperties: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
05:18:52 [INFO] [02/13/2024 10:18:52.546] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-c6e895d] Test for connection <null> at <null> failed: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
05:18:52 [INFO] [02/13/2024 10:18:52.548] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:52 [INFO] [02/13/2024 10:18:52.780] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n] Established MQTT connection to <example.com>.
05:18:52 [INFO] [02/13/2024 10:18:52.784] [Thread-153] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException-5cebd59] Test for connection <abbc946c-3746-4f8f-9c6b-c5f0066ffc73> at <example.com> failed: [SubscriptionStatus[Topic filter: source/foo => Error: FAILURE(128)], SubscriptionStatus[Topic filter: source/bar => Error: QUOTA_EXCEEDED(151)]]
05:18:52 [INFO] [02/13/2024 10:18:52.785] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:52 [INFO] [02/13/2024 10:18:52.832] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-e896351] Failed to create GenericMqttClient: Some argument is invalid.
05:18:52 [INFO] [02/13/2024 10:18:52.832] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-e896351] Test for connection <abbc946c-3746-4f8f-9c6b-c5f0066ffc73> at <example.com> failed: Some argument is invalid.
05:18:52 [INFO] [02/13/2024 10:18:52.833] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:18:52 [INFO] [02/13/2024 10:18:52.911] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o] Established MQTT connection to <example.com>.
05:18:54 10:18:54.529 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:18:54 10:18:54.532 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:18:54 10:18:54.718 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:18:54 10:18:54.721 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:02 [INFO] [02/13/2024 10:19:02.929] [ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond-scheduler-1] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorDoesNotRespond-8df9516] Test for connection <abbc946c-3746-4f8f-9c6b-c5f0066ffc73> at <example.com> failed: Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/system/testProbe-96> did not report its status within <PT10S>.
05:19:02 [INFO] [02/13/2024 10:19:02.931] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:02 [INFO] [02/13/2024 10:19:02.988] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p] Established MQTT connection to <example.com>.
05:19:02 [INFO] [02/13/2024 10:19:02.994] [Thread-164] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException-699ed8f] Test for connection <abbc946c-3746-4f8f-9c6b-c5f0066ffc73> at <example.com> failed: [Subscribing failed: [source/foo, source/bar]]
05:19:02 [INFO] [02/13/2024 10:19:02.996] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:03 [INFO] [02/13/2024 10:19:03.051] [Thread-166] [pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus/user/$a][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus-4778183] Test for connection <abbc946c-3746-4f8f-9c6b-c5f0066ffc73> at <example.com> failed: The broker is temporarily not available
05:19:03 [INFO] [02/13/2024 10:19:03.053] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:03 [INFO] [02/13/2024 10:19:03.147] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q] Established MQTT connection to <example.com>.
05:19:03 [INFO] [02/13/2024 10:19:03.154] [Thread-174] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown-fee0436] Test for connection <abbc946c-3746-4f8f-9c6b-c5f0066ffc73> 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>.]
05:19:03 [INFO] [02/13/2024 10:19:03.155] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:03 [INFO] [02/13/2024 10:19:03.236] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r] Established MQTT connection to <example.com>.
05:19:03 [INFO] [02/13/2024 10:19:03.241] [Thread-182] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r][connection-id:abbc946c-3746-4f8f-9c6b-c5f0066ffc73][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSuccessful-2457d33] Test for connection <abbc946c-3746-4f8f-9c6b-c5f0066ffc73> at <example.com> was successful.
05:19:03 [INFO] [02/13/2024 10:19:03.243] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:03 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.74 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
05:19:03 10:19:03.349 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.353 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.358 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.359 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.360 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.361 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.362 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.363 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.364 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.368 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.370 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.378 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.378 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.379 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.380 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.381 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.382 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.383 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c46e17]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
05:19:03 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
05:19:03 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
05:19:03 10:19:03.473 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.475 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.478 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.480 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.481 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.482 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.483 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.485 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.489 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.491 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.492 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.493 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.494 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 10:19:03.495 [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@4c771d1a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:03 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
05:19:03 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
05:19:03 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
05:19:03 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest
05:19:03 10:19:03.795 [ERROR] [main] o.e.d.c.s.m.m.l.DefaultMuteableConnectionLogger - Encountered exception: <java.lang.IllegalArgumentException> in connection logger: <DefaultMuteableConnectionLogger [connectionId=connection-48eab622-a740-42d7-9da5-6723dc49a6ab, delegate=Mock for ConnectionLogger, hashCode: 162182708, active=true]>. Switching delegate to: <ExceptionalConnectionLogger>.
05:19:03 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
05:19:03 10:19:03.912 [INFO ] [main] o.e.d.c.s.m.m.l.AbstractConnectionLogger - The log message contains an invalid pattern: success {} 
05:19:03 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
05:19:03 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
05:19:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
05:19:03 10:19:03.967 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f1ea79f4-b9a1-4355-aeec-f1cd0e8550d2>.
05:19:03 10:19:03.967 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f1ea79f4-b9a1-4355-aeec-f1cd0e8550d2>.
05:19:03 10:19:03.967 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f1ea79f4-b9a1-4355-aeec-f1cd0e8550d2>.
05:19:03 10:19:03.967 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f1ea79f4-b9a1-4355-aeec-f1cd0e8550d2>.
05:19:03 10:19:03.967 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-f1ea79f4-b9a1-4355-aeec-f1cd0e8550d2>.
05:19:03 10:19:03.968 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-edb7fba2-17a6-4a3f-8cdd-593c1eab5e34>.
05:19:03 10:19:03.968 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-edb7fba2-17a6-4a3f-8cdd-593c1eab5e34>.
05:19:03 10:19:03.968 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-edb7fba2-17a6-4a3f-8cdd-593c1eab5e34>.
05:19:03 10:19:03.968 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-edb7fba2-17a6-4a3f-8cdd-593c1eab5e34>.
05:19:03 10:19:03.968 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-edb7fba2-17a6-4a3f-8cdd-593c1eab5e34>.
05:19:03 10:19:03.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-670c2441-096e-4973-991f-ca9111f163b6>.
05:19:03 10:19:03.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-670c2441-096e-4973-991f-ca9111f163b6>.
05:19:03 10:19:03.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-670c2441-096e-4973-991f-ca9111f163b6>.
05:19:03 10:19:03.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-670c2441-096e-4973-991f-ca9111f163b6>.
05:19:03 10:19:03.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-670c2441-096e-4973-991f-ca9111f163b6>.
05:19:03 10:19:03.977 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-81e3b9e1-870c-48b6-820e-7ab3d67c38ed>.
05:19:03 10:19:03.977 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-81e3b9e1-870c-48b6-820e-7ab3d67c38ed>.
05:19:03 10:19:03.977 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-81e3b9e1-870c-48b6-820e-7ab3d67c38ed>.
05:19:03 10:19:03.977 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-81e3b9e1-870c-48b6-820e-7ab3d67c38ed>.
05:19:03 10:19:03.978 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-7cb45bbc-1e75-4605-a3d0-097683431824>.
05:19:03 10:19:03.978 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-7cb45bbc-1e75-4605-a3d0-097683431824>.
05:19:03 10:19:03.978 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-7cb45bbc-1e75-4605-a3d0-097683431824>.
05:19:03 10:19:03.979 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-e890cc48-5d3b-4616-b037-d74721d96cbd>.
05:19:03 10:19:03.979 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-e890cc48-5d3b-4616-b037-d74721d96cbd>.
05:19:03 10:19:03.979 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-e890cc48-5d3b-4616-b037-d74721d96cbd>.
05:19:03 10:19:03.979 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-e890cc48-5d3b-4616-b037-d74721d96cbd>.
05:19:03 10:19:03.980 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-518d3d77-ad3f-4550-bc57-9cbad84fc194>.
05:19:03 10:19:03.980 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-518d3d77-ad3f-4550-bc57-9cbad84fc194>.
05:19:03 10:19:03.980 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-518d3d77-ad3f-4550-bc57-9cbad84fc194>.
05:19:03 10:19:03.980 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-518d3d77-ad3f-4550-bc57-9cbad84fc194>.
05:19:03 10:19:03.983 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-518d3d77-ad3f-4550-bc57-9cbad84fc194>.
05:19:03 10:19:03.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-9ba88406-eca0-4c16-b3ef-84ddb3ead85d>.
05:19:03 10:19:03.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-9ba88406-eca0-4c16-b3ef-84ddb3ead85d>.
05:19:03 10:19:03.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-9ba88406-eca0-4c16-b3ef-84ddb3ead85d>.
05:19:03 10:19:03.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-9ba88406-eca0-4c16-b3ef-84ddb3ead85d>.
05:19:03 10:19:03.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-9ba88406-eca0-4c16-b3ef-84ddb3ead85d>.
05:19:03 10:19:03.985 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-9ba88406-eca0-4c16-b3ef-84ddb3ead85d>.
05:19:03 10:19:03.986 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-a03385ed-3885-4a15-b482-c82433150bbf>.
05:19:03 10:19:03.986 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-a03385ed-3885-4a15-b482-c82433150bbf>.
05:19:03 10:19:03.986 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-a03385ed-3885-4a15-b482-c82433150bbf>.
05:19:04 10:19:03.987 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-176074c3-e600-4da8-adb2-f4b61060274a>.
05:19:04 10:19:03.987 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-176074c3-e600-4da8-adb2-f4b61060274a>.
05:19:04 10:19:03.987 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-176074c3-e600-4da8-adb2-f4b61060274a>.
05:19:04 10:19:03.987 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-176074c3-e600-4da8-adb2-f4b61060274a>.
05:19:04 10:19:04.003 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-176074c3-e600-4da8-adb2-f4b61060274a>.
05:19:04 10:19:04.003 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Dropping <1> of <5> log entries for connection with ID <loggerRegistryTest-176074c3-e600-4da8-adb2-f4b61060274a>, because of size limit.
05:19:04 10:19:04.004 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-666080ce-c1e5-4a4c-9104-e8d641c80f6f>.
05:19:04 10:19:04.004 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-666080ce-c1e5-4a4c-9104-e8d641c80f6f>.
05:19:04 10:19:04.005 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-666080ce-c1e5-4a4c-9104-e8d641c80f6f>.
05:19:04 10:19:04.005 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-666080ce-c1e5-4a4c-9104-e8d641c80f6f>.
05:19:04 10:19:04.005 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-666080ce-c1e5-4a4c-9104-e8d641c80f6f>.
05:19:04 10:19:04.041 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f0b3bc8a-952b-4747-8b6c-d67a3be4fc9c>.
05:19:04 10:19:04.041 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f0b3bc8a-952b-4747-8b6c-d67a3be4fc9c>.
05:19:04 10:19:04.092 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-5d2b97ad-346c-4719-a150-8199417b9b79>.
05:19:04 10:19:04.092 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-5d2b97ad-346c-4719-a150-8199417b9b79>.
05:19:04 10:19:04.093 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-5d2b97ad-346c-4719-a150-8199417b9b79>.
05:19:04 10:19:04.093 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-b4f27df2-6f9f-4261-948d-50ec98b45c4e>.
05:19:04 10:19:04.094 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-b4f27df2-6f9f-4261-948d-50ec98b45c4e>.
05:19:04 10:19:04.094 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-b4f27df2-6f9f-4261-948d-50ec98b45c4e>.
05:19:04 10:19:04.094 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-b4f27df2-6f9f-4261-948d-50ec98b45c4e>.
05:19:04 10:19:04.097 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-416915f8-757a-42d8-818d-4e1ae880ded8>.
05:19:04 10:19:04.097 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-416915f8-757a-42d8-818d-4e1ae880ded8>.
05:19:04 10:19:04.097 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-416915f8-757a-42d8-818d-4e1ae880ded8>.
05:19:04 10:19:04.097 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-416915f8-757a-42d8-818d-4e1ae880ded8>.
05:19:04 10:19:04.097 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-416915f8-757a-42d8-818d-4e1ae880ded8>.
05:19:04 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
05:19:04 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
05:19:04 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
05:19:04 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest
05:19:09 10:19:09.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.RetrieveConnectionLogsAggregatorActor - Dropping <4> of <6> log entries for connection with ID <connection-74e1d438-9886-4c2e-8067-d53d5a656f19>, because of size limit.
05:19:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.423 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest
05:19:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
05:19:09 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
05:19:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
05:19:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
05:19:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
05:19:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
05:19:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
05:19:09 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
05:19:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
05:19:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
05:19:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
05:19:10 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest
05:19:10 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
05:19:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest
05:19:10 [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
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
05:19:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
05:19:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
05:19:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
05:19:10 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
05:19:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
05:19:11 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
05:19:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
05:19:11 [INFO] [02/13/2024 10:19:11.507] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:11 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
05:19:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
05:19:11 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
05:19:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
05:19:11 10:19:11.608 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:19:11 10:19:11.760 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M13.112S> interval (min=<PT5M>)
05:19:11 10:19:11.760 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:11 10:19:11.761 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.699S> interval (min=<PT5M>)
05:19:11 10:19:11.762 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.456S> interval (min=<PT5M>)
05:19:11 10:19:11.762 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a2f9fd5c-688b-4344-8486-aea25b39a88e>
05:19:11 10:19:11.763 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.175S> interval (min=<PT5M>)
05:19:11 10:19:11.764 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a2f9fd5c-688b-4344-8486-aea25b39a88e>.
05:19:11 10:19:11.764 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a2f9fd5c-688b-4344-8486-aea25b39a88e>.
05:19:11 10:19:11.767 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:11 10:19:11.767 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M4.204S> interval (min=<PT5M>)
05:19:11 10:19:11.777 [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@135d5e5a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:11 10:19:11.777 [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=[]]}]>
05:19:11 10:19:11.780 [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@135d5e5a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:11 10:19:11.780 [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=[]]}]>
05:19:11 10:19:11.782 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
05:19:11 10:19:11.876 [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.
05:19:11 10:19:11.884 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] 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]>
05:19:11 10:19:11.887 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-a2f9fd5c-688b-4344-8486-aea25b39a88e>
05:19:12 10:19:12.042 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:19:12 10:19:12.067 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:12 10:19:12.086 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:19:12 10:19:12.231 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M31.842S> interval (min=<PT5M>)
05:19:12 10:19:12.231 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:12 10:19:12.232 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.661S> interval (min=<PT5M>)
05:19:12 10:19:12.232 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.994S> interval (min=<PT5M>)
05:19:12 10:19:12.233 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-2877121f-1666-411a-aab7-d60b625242cd>
05:19:12 10:19:12.233 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.046S> interval (min=<PT5M>)
05:19:12 10:19:12.235 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2877121f-1666-411a-aab7-d60b625242cd>.
05:19:12 10:19:12.235 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2877121f-1666-411a-aab7-d60b625242cd>.
05:19:12 10:19:12.237 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:12 10:19:12.237 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M39.54S> interval (min=<PT5M>)
05:19:12 10:19:12.239 [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@47ddf816]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.239 [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=[]]}]>
05:19:12 10:19:12.241 [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@47ddf816]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.241 [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=[]]}]>
05:19:12 10:19:12.243 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
05:19:12 10:19:12.344 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:19:12 10:19:12.345 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<DISCONNECTED>
05:19:12 10:19:12.348 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:12 10:19:12.520 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M43.42S> interval (min=<PT5M>)
05:19:12 10:19:12.520 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:12 10:19:12.521 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M6.882S> interval (min=<PT5M>)
05:19:12 10:19:12.522 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-2bd40e38-97ab-410a-9fff-294fd7e3472c>
05:19:12 10:19:12.522 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.343S> interval (min=<PT5M>)
05:19:12 10:19:12.522 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.662S> interval (min=<PT5M>)
05:19:12 10:19:12.523 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2bd40e38-97ab-410a-9fff-294fd7e3472c>.
05:19:12 10:19:12.524 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2bd40e38-97ab-410a-9fff-294fd7e3472c>.
05:19:12 10:19:12.530 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:12 10:19:12.531 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.001S> interval (min=<PT5M>)
05:19:12 10:19:12.534 [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@76820f2b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.534 [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=[]]}]>
05:19:12 10:19:12.536 [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@76820f2b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.537 [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=[]]}]>
05:19:12 10:19:12.546 [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@76820f2b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.547 [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=[]]}]>
05:19:12 10:19:12.547 [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@76820f2b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.547 [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=[]]}]>
05:19:12 10:19:12.573 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] 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)>
05:19:12 10:19:12.720 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M52.878S> interval (min=<PT5M>)
05:19:12 10:19:12.720 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:12 10:19:12.721 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M6.401S> interval (min=<PT5M>)
05:19:12 10:19:12.721 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M53.569S> interval (min=<PT5M>)
05:19:12 10:19:12.740 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-12c55e9b-d8f6-46ac-ad51-48693420c1b1>
05:19:12 10:19:12.740 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M30.084S> interval (min=<PT5M>)
05:19:12 10:19:12.741 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-12c55e9b-d8f6-46ac-ad51-48693420c1b1>.
05:19:12 10:19:12.742 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-12c55e9b-d8f6-46ac-ad51-48693420c1b1>.
05:19:12 10:19:12.744 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M22.411S> interval (min=<PT5M>)
05:19:12 10:19:12.744 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:12 10:19:12.746 [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@54edabbf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.746 [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=[]]}]>
05:19:12 10:19:12.748 [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@54edabbf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:12 10:19:12.748 [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=[]]}]>
05:19:12 10:19:12.750 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
05:19:12 10:19:12.845 [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.
05:19:12 10:19:12.852 [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]>
05:19:12 10:19:12.863 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:19:12 10:19:12.865 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:12 10:19:12.865 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-12c55e9b-d8f6-46ac-ad51-48693420c1b1>
05:19:13 10:19:12.955 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:19:13 10:19:12.958 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:13 10:19:12.982 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M40.269S> interval (min=<PT5M>)
05:19:13 10:19:12.982 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:12.983 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M30.231S> interval (min=<PT5M>)
05:19:13 10:19:12.983 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.955S> interval (min=<PT5M>)
05:19:13 10:19:12.984 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-d81269a6-6c86-4fdb-81b0-18d107d6bf80>
05:19:13 10:19:12.984 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M1.649S> interval (min=<PT5M>)
05:19:13 10:19:12.986 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d81269a6-6c86-4fdb-81b0-18d107d6bf80>.
05:19:13 10:19:12.986 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d81269a6-6c86-4fdb-81b0-18d107d6bf80>.
05:19:13 10:19:12.989 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:12.989 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.586S> interval (min=<PT5M>)
05:19:13 10:19:12.990 [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@1982f79e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:12.991 [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=[]]}]>
05:19:13 10:19:12.992 [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@1982f79e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:12.992 [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=[]]}]>
05:19:13 10:19:13.085 [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@1982f79e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.085 [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=[]]}]>
05:19:13 10:19:13.086 [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@1982f79e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.086 [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=[]]}]>
05:19:13 10:19:13.130 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-d81269a6-6c86-4fdb-81b0-18d107d6bf80>
05:19:13 10:19:13.140 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
05:19:13 10:19:13.289 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-9717d3ed-7d23-4e44-af9e-e75bfa7d208f>
05:19:13 10:19:13.291 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9717d3ed-7d23-4e44-af9e-e75bfa7d208f>.
05:19:13 10:19:13.291 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9717d3ed-7d23-4e44-af9e-e75bfa7d208f>.
05:19:13 10:19:13.296 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M41.227S> interval (min=<PT5M>)
05:19:13 10:19:13.296 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.58S> interval (min=<PT5M>)
05:19:13 10:19:13.296 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:13.296 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.788S> interval (min=<PT5M>)
05:19:13 10:19:13.297 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.635S> interval (min=<PT5M>)
05:19:13 10:19:13.297 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.164S> interval (min=<PT5M>)
05:19:13 10:19:13.297 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:13.298 [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@3fa03f34]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.298 [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=[]]}]>
05:19:13 10:19:13.300 [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@3fa03f34]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.300 [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=[]]}]>
05:19:13 10:19:13.302 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Socket could not be opened for <127.0.0.1:42121> due to java.net.ConnectException: Connection refused
05:19:13 10:19:13.303 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-9717d3ed-7d23-4e44-af9e-e75bfa7d208f' 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:42121'. Make sure the endpoint is reachable and that no firewall prevents the connection.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])>
05:19:13 10:19:13.450 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M24.529S> interval (min=<PT5M>)
05:19:13 10:19:13.450 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:13.451 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M55.703S> interval (min=<PT5M>)
05:19:13 10:19:13.451 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M36.075S> interval (min=<PT5M>)
05:19:13 10:19:13.452 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-eabfe1b0-de82-4083-ac9b-eb78e4c40eab>
05:19:13 10:19:13.452 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M33.714S> interval (min=<PT5M>)
05:19:13 10:19:13.454 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-eabfe1b0-de82-4083-ac9b-eb78e4c40eab>.
05:19:13 10:19:13.454 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-eabfe1b0-de82-4083-ac9b-eb78e4c40eab>.
05:19:13 10:19:13.457 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M24.372S> interval (min=<PT5M>)
05:19:13 10:19:13.457 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:13.459 [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@111b34f2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.459 [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=[]]}]>
05:19:13 10:19:13.461 [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@111b34f2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.461 [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=[]]}]>
05:19:13 10:19:13.465 [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@111b34f2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.465 [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=[]]}]>
05:19:13 10:19:13.466 [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@111b34f2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.466 [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=[]]}]>
05:19:13 10:19:13.488 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] 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:34903>.', 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 [{}]])>
05:19:13 Feb 13, 2024 10:19:13 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:19:13 WARNING: Exception thrown during asynchronous load
05:19:13 JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:34903>.', 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 [{}]]
05:19:13 	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:100)
05:19:13 	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:87)
05:19:13 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:19:13 	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.parseJwt(AsyncJwtLoader.java:108)
05:19:13 	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.asJsonWebToken(AsyncJwtLoader.java:91)
05:19:13 	at org.apache.pekko.stream.javadsl.Source.$anonfun$flatMapConcat$1(Source.scala:3894)
05:19:13 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:19:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:19:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:540)
05:19:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
05:19:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:19:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:19:13 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:19:13 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:19:13 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
05:19:13 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:19:13 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:19:13 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:19:13 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:19:13 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:19:13 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:19:13 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:19:13 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:13 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:13 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:13 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:13 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:13 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:13 
05:19:13 10:19:13.573 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-eabfe1b0-de82-4083-ac9b-eb78e4c40eab>
05:19:13 10:19:13.630 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M46.309S> interval (min=<PT5M>)
05:19:13 10:19:13.631 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:13.631 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M54.849S> interval (min=<PT5M>)
05:19:13 10:19:13.632 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.257S> interval (min=<PT5M>)
05:19:13 10:19:13.632 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a39da04a-7087-47a9-b9d9-ff555e89bf9f>
05:19:13 10:19:13.633 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.144S> interval (min=<PT5M>)
05:19:13 10:19:13.634 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a39da04a-7087-47a9-b9d9-ff555e89bf9f>.
05:19:13 10:19:13.634 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a39da04a-7087-47a9-b9d9-ff555e89bf9f>.
05:19:13 10:19:13.636 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:13 10:19:13.637 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.365S> interval (min=<PT5M>)
05:19:13 10:19:13.638 [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@569a8189]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.638 [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=[]]}]>
05:19:13 10:19:13.640 [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@569a8189]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.640 [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=[]]}]>
05:19:13 10:19:13.642 [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@569a8189]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.643 [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=[]]}]>
05:19:13 10:19:13.643 [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@569a8189]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:13 10:19:13.643 [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=[]]}]>
05:19:13 10:19:13.643 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
05:19:14 10:19:13.853 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M34.464S> interval (min=<PT5M>)
05:19:14 10:19:13.853 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:13.855 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.667S> interval (min=<PT5M>)
05:19:14 10:19:13.856 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M7.105S> interval (min=<PT5M>)
05:19:14 10:19:13.857 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-11970bfc-ba4a-444b-80ee-fc1185cd03ab>
05:19:14 10:19:13.857 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.016S> interval (min=<PT5M>)
05:19:14 10:19:13.859 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-11970bfc-ba4a-444b-80ee-fc1185cd03ab>.
05:19:14 10:19:13.859 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-11970bfc-ba4a-444b-80ee-fc1185cd03ab>.
05:19:14 10:19:13.862 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M53.721S> interval (min=<PT5M>)
05:19:14 10:19:13.862 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:13.904 [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@17badbad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:13.904 [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=[]]}]>
05:19:14 10:19:13.906 [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@17badbad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:13.906 [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=[]]}]>
05:19:14 10:19:13.909 [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@17badbad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:13.909 [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=[]]}]>
05:19:14 10:19:13.910 [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@17badbad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:13.910 [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=[]]}]>
05:19:14 10:19:13.975 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-11970bfc-ba4a-444b-80ee-fc1185cd03ab>
05:19:14 10:19:14.029 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
05:19:14 10:19:14.032 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:14 10:19:14.175 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M12.701S> interval (min=<PT5M>)
05:19:14 10:19:14.175 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.176 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.566S> interval (min=<PT5M>)
05:19:14 10:19:14.176 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.613S> interval (min=<PT5M>)
05:19:14 10:19:14.177 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-4be9c11c-73b5-4393-883f-447477b530b1>
05:19:14 10:19:14.177 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.031S> interval (min=<PT5M>)
05:19:14 10:19:14.179 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-4be9c11c-73b5-4393-883f-447477b530b1>.
05:19:14 10:19:14.179 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-4be9c11c-73b5-4393-883f-447477b530b1>.
05:19:14 10:19:14.182 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.684S> interval (min=<PT5M>)
05:19:14 10:19:14.182 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.184 [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@3615cead]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.184 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-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=[]]}]>
05:19:14 10:19:14.186 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-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@3615cead]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.186 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:19:14 10:19:14.191 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:19:14 10:19:14.356 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M16.072S> interval (min=<PT5M>)
05:19:14 10:19:14.356 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.357 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.595S> interval (min=<PT5M>)
05:19:14 10:19:14.358 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M32.176S> interval (min=<PT5M>)
05:19:14 10:19:14.358 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-58fd8e61-4596-47c1-a501-e46052ca86f1>
05:19:14 10:19:14.359 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M43.149S> interval (min=<PT5M>)
05:19:14 10:19:14.360 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-58fd8e61-4596-47c1-a501-e46052ca86f1>.
05:19:14 10:19:14.360 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-58fd8e61-4596-47c1-a501-e46052ca86f1>.
05:19:14 10:19:14.363 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.363 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M56.183S> interval (min=<PT5M>)
05:19:14 10:19:14.365 [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@19e9a325]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.365 [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=[]]}]>
05:19:14 10:19:14.367 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-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@19e9a325]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.367 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-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=[]]}]>
05:19:14 10:19:14.368 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] 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.
05:19:14 10:19:14.477 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-58fd8e61-4596-47c1-a501-e46052ca86f1>
05:19:14 10:19:14.496 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M58.142S> interval (min=<PT5M>)
05:19:14 10:19:14.496 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.497 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.353S> interval (min=<PT5M>)
05:19:14 10:19:14.497 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.222S> interval (min=<PT5M>)
05:19:14 10:19:14.498 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-727a4b19-7a70-44d0-86fb-b2f91895db80>
05:19:14 10:19:14.498 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.887S> interval (min=<PT5M>)
05:19:14 10:19:14.499 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-727a4b19-7a70-44d0-86fb-b2f91895db80>.
05:19:14 10:19:14.500 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-727a4b19-7a70-44d0-86fb-b2f91895db80>.
05:19:14 10:19:14.502 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.356S> interval (min=<PT5M>)
05:19:14 10:19:14.502 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.504 [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@71593777]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.504 [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=[]]}]>
05:19:14 10:19:14.506 [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@71593777]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.506 [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=[]]}]>
05:19:14 10:19:14.507 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-727a4b19-7a70-44d0-86fb-b2f91895db80>.
05:19:14 10:19:14.507 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-727a4b19-7a70-44d0-86fb-b2f91895db80>.
05:19:14 10:19:14.617 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-727a4b19-7a70-44d0-86fb-b2f91895db80>
05:19:14 10:19:14.746 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M59.334S> interval (min=<PT5M>)
05:19:14 10:19:14.746 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.747 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.911S> interval (min=<PT5M>)
05:19:14 10:19:14.747 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.283S> interval (min=<PT5M>)
05:19:14 10:19:14.748 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-b20fb4e0-53f0-4a7d-8e65-e70cc0ac97c5>
05:19:14 10:19:14.748 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.466S> interval (min=<PT5M>)
05:19:14 10:19:14.749 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b20fb4e0-53f0-4a7d-8e65-e70cc0ac97c5>.
05:19:14 10:19:14.750 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b20fb4e0-53f0-4a7d-8e65-e70cc0ac97c5>.
05:19:14 10:19:14.752 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:14 10:19:14.752 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.523S> interval (min=<PT5M>)
05:19:14 10:19:14.755 [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@5483356b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.755 [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=[]]}]>
05:19:14 10:19:14.756 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-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@5483356b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.757 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:19:14 10:19:14.759 [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@5483356b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.759 [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=[]]}]>
05:19:14 10:19:14.760 [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@5483356b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:14 10:19:14.760 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:19:14 10:19:14.831 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
05:19:15 10:19:15.031 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M10.817S> interval (min=<PT5M>)
05:19:15 10:19:15.031 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:15 10:19:15.032 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M8.138S> interval (min=<PT5M>)
05:19:15 10:19:15.032 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.107S> interval (min=<PT5M>)
05:19:15 10:19:15.033 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-00343ed8-2b00-4482-82ec-e1cbd1c70f39>
05:19:15 10:19:15.033 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.736S> interval (min=<PT5M>)
05:19:15 10:19:15.035 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-00343ed8-2b00-4482-82ec-e1cbd1c70f39>.
05:19:15 10:19:15.035 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-00343ed8-2b00-4482-82ec-e1cbd1c70f39>.
05:19:15 10:19:15.038 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.597S> interval (min=<PT5M>)
05:19:15 10:19:15.038 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:15 10:19:15.040 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-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@64b7e63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:15 10:19:15.040 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-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=[]]}]>
05:19:15 10:19:15.042 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-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@64b7e63]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:15 10:19:15.043 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-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=[]]}]>
05:19:15 10:19:15.150 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-00343ed8-2b00-4482-82ec-e1cbd1c70f39>
05:19:15 10:19:15.363 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M31.588S> interval (min=<PT5M>)
05:19:15 10:19:15.364 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:15 10:19:15.364 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M2.817S> interval (min=<PT5M>)
05:19:15 10:19:15.365 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M44.577S> interval (min=<PT5M>)
05:19:15 10:19:15.365 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-d4ee2e8d-1336-43f3-8f87-5591f25b825e>
05:19:15 10:19:15.365 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M14.459S> interval (min=<PT5M>)
05:19:15 10:19:15.367 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d4ee2e8d-1336-43f3-8f87-5591f25b825e>.
05:19:15 10:19:15.367 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d4ee2e8d-1336-43f3-8f87-5591f25b825e>.
05:19:15 10:19:15.370 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.387S> interval (min=<PT5M>)
05:19:15 10:19:15.370 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:15 10:19:15.371 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-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@47426b4d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:15 10:19:15.372 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-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=[]]}]>
05:19:15 10:19:15.373 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-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@47426b4d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:15 10:19:15.374 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-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=[]]}]>
05:19:15 10:19:15.374 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-d4ee2e8d-1336-43f3-8f87-5591f25b825e>.
05:19:15 10:19:15.484 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-d4ee2e8d-1336-43f3-8f87-5591f25b825e>
05:19:15 10:19:15.611 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-771ce95c-f33c-4432-8e41-b784a31c351d>
05:19:15 10:19:15.630 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M56.911S> interval (min=<PT5M>)
05:19:15 10:19:15.630 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.254S> interval (min=<PT5M>)
05:19:15 10:19:15.630 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M14.515S> interval (min=<PT5M>)
05:19:15 10:19:15.630 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M3.48S> interval (min=<PT5M>)
05:19:15 10:19:15.630 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:15 10:19:15.631 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-771ce95c-f33c-4432-8e41-b784a31c351d>.
05:19:15 10:19:15.631 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-771ce95c-f33c-4432-8e41-b784a31c351d>.
05:19:15 10:19:15.634 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:15 10:19:15.634 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.007S> interval (min=<PT5M>)
05:19:15 10:19:15.636 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-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@66efb332]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:15 10:19:15.636 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-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=[]]}]>
05:19:15 10:19:15.638 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-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@66efb332]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:15 10:19:15.638 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-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=[]]}]>
05:19:15 10:19:15.639 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-771ce95c-f33c-4432-8e41-b784a31c351d>.
05:19:15 10:19:15.641 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:19:15 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.032 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
05:19:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
05:19:15 [INFO] [02/13/2024 10:19:15.731] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:15 [INFO] [02/13/2024 10:19:15.779] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:15 [INFO] [02/13/2024 10:19:15.835] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:15 [INFO] [02/13/2024 10:19:15.869] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:15 [INFO] [02/13/2024 10:19:15.904] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:15 [INFO] [02/13/2024 10:19:15.957] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.005] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.051] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.092] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.140] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.182] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.215] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.261] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.293] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] [02/13/2024 10:19:16.355] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:16 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.710 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
05:19:16 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
05:19:16 10:19:16.364 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:19:16 10:19:16.491 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
05:19:16 10:19:16.495 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
05:19:16 10:19:16.530 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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>.
05:19:16 10:19:16.603 [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]>
05:19:16 10:19:16.690 [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]>
05:19:16 10:19:16.694 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:16 10:19:16.787 [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]>
05:19:16 10:19:16.790 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:16 10:19:16.879 [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]>
05:19:16 10:19:16.882 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:16 10:19:16.959 [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]>
05:19:16 10:19:16.961 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
05:19:16 10:19:16.962 [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}>
05:19:17 10:19:17.034 [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]>
05:19:17 10:19:17.035 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.102 [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]>
05:19:17 10:19:17.104 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
05:19:17 10:19:17.106 [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>.
05:19:17 10:19:17.193 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
05:19:17 10:19:17.195 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.296 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] 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]>
05:19:17 10:19:17.299 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
05:19:17 10:19:17.302 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] 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}>
05:19:17 10:19:17.392 [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]>
05:19:17 10:19:17.394 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
05:19:17 10:19:17.395 [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}>
05:19:17 10:19:17.492 [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]>
05:19:17 10:19:17.494 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.510 [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(GET), pathWithQuery=/path]>
05:19:17 10:19:17.513 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.528 [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]>
05:19:17 10:19:17.531 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.547 [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(GET), pathWithQuery=/path]>
05:19:17 10:19:17.549 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.566 [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]>
05:19:17 10:19:17.569 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.585 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]>
05:19:17 10:19:17.587 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.603 [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]>
05:19:17 10:19:17.605 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.622 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]>
05:19:17 10:19:17.624 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.696 [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]>
05:19:17 10:19:17.699 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Failed to send message due to <NoSuchElementException: Either.right.get on Left>
05:19:17 10:19:17.699 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Unexpected failure when publishing signal  - NoSuchElementException: Either.right.get on Left
05:19:17 10:19:17.832 [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]>
05:19:17 10:19:17.834 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:17 10:19:17.901 [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]>
05:19:17 10:19:17.903 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
05:19:17 10:19:17.907 [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>.
05:19:18 10:19:17.993 [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]>
05:19:18 10:19:17.996 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:18 10:19:18.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(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
05:19:18 10:19:18.091 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:18 10:19:18.158 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:19:18 10:19:18.173 [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]>
05:19:18 10:19:18.175 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:18 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.892 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
05:19:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
05:19:18 10:19:18.261 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=replyTarget/thing:id]>
05:19:18 10:19:18.502 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:19:19 10:19:19.386 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:19:19 10:19:19.388 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:19 10:19:19.606 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:19:19 10:19:19.608 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:19 10:19:19.608 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:20 10:19:20.109 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-7] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:19:20 10:19:20.111 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:20 10:19:20.111 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:20 10:19:20.473 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:19:20 10:19:20.475 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:19:21 [INFO] [02/13/2024 10:19:21.148] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.892 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
05:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
05:19:21 [INFO] [02/13/2024 10:19:21.200] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:21 [INFO] [02/13/2024 10:19:21.237] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
05:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
05:19:21 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
05:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
05:19:21 10:19:21.641 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.644 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.647 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.648 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.654 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.655 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.656 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.657 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.657 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.658 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.659 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.659 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.660 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.661 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 10:19:21.661 [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@288e57fe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:21 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
05:19:21 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
05:19:21 10:19:21.672 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:19:21 10:19:21.874 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
05:19:21 10:19:21.889 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:22 10:19:21.990 [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]>
05:19:22 10:19:22.001 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
05:19:22 10:19:22.102 [INFO ] [HttpPublisherErrorTest-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(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
05:19:22 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.450 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
05:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
05:19:22 10:19:22.672 [ERROR] [HttpPushFactoryTest-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Internal server error, sending 500 response
05:19:22 org.apache.pekko.stream.SubscriptionWithCancelException$StageWasCompleted$: null
05:19:22 10:19:22.919 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
05:19:22 10:19:22.940 [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
05:19:22 10:19:22.944 [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
05:19:22 10:19:22.948 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-23] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
05:19:22 10:19:22.951 [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
05:19:22 10:19:22.955 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
05:19:22 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
05:19:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
05:19:26 [INFO] [02/13/2024 10:19:26.055] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.093 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
05:19:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
05:19:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
05:19:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
05:19:26 10:19:26.169 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:19:26 10:19:26.491 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:26 10:19:26.524 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:26 10:19:26.562 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:26 10:19:26.598 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:26 10:19:26.598 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.337S> interval (min=<PT5M>)
05:19:26 10:19:26.599 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H52M8.018S>
05:19:26 10:19:26.942 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-48187548-df79-4b10-b5e0-a4b6bbdc56cd> was recovered: null
05:19:26 10:19:26.959 [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@6dda6798]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:26 10:19:26.964 [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-48187548-df79-4b10-b5e0-a4b6bbdc56cd>: <[always-alive, priority-0]>
05:19:27 10:19:27.060 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:27 10:19:27.077 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-48187548-df79-4b10-b5e0-a4b6bbdc56cd> with <1> clients.
05:19:27 10:19:27.168 [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@6dda6798]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:27 10:19:27.168 [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-48187548-df79-4b10-b5e0-a4b6bbdc56cd>: <[always-alive, priority-0]>
05:19:27 10:19:27.176 [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>.
05:19:27 10:19:27.177 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-48187548-df79-4b10-b5e0-a4b6bbdc56cd> with <1> clients.
05:19:27 10:19:27.182 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-48187548-df79-4b10-b5e0-a4b6bbdc56cd>
05:19:27 10:19:27.392 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:27 10:19:27.406 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:27 10:19:27.409 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:27 10:19:27.413 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H6M5.502S>
05:19:27 10:19:27.413 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:27 10:19:27.413 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M28.482S> interval (min=<PT5M>)
05:19:27 10:19:27.414 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-172c2a5e-36c6-4445-9e80-a2cbd80ba634> was recovered: null
05:19:27 10:19:27.420 [WARN ] [ConnectionPersistenceActorTest_testConnectionTypeHono-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@4af9f54]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:27 10:19:27.425 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-172c2a5e-36c6-4445-9e80-a2cbd80ba634> with <1> clients.
05:19:27 10:19:27.546 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:27 10:19:27.560 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:27 10:19:27.564 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:27 10:19:27.569 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H34M7.938S>
05:19:27 10:19:27.569 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:27 10:19:27.569 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.267S> interval (min=<PT5M>)
05:19:27 10:19:27.569 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-6b5d6555-0f9a-4124-a9da-c8f44ed00e52> was recovered: null
05:19:27 10:19:27.572 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingException-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@2fa12865]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:27 10:19:27.572 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-6b5d6555-0f9a-4124-a9da-c8f44ed00e52> with <1> clients.
05:19:27 10:19:27.600 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] 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 [{}]]
05:19:27 10:19:27.648 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-172c2a5e-36c6-4445-9e80-a2cbd80ba634>
05:19:27 10:19:27.687 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:27 10:19:27.701 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:27 10:19:27.703 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:27 10:19:27.706 [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 <PT23H46M13.577S>
05:19:27 10:19:27.706 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:27 10:19:27.706 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.615S> interval (min=<PT5M>)
05:19:27 10:19:27.707 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-050ac34d-317e-4e53-8867-043c4bfe6ec3> was recovered: null
05:19:27 10:19:27.709 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-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@6d51c4c3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:27 10:19:27.711 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-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-050ac34d-317e-4e53-8867-043c4bfe6ec3>: <[]>
05:19:27 10:19:27.716 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:27 10:19:27.799 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-6b5d6555-0f9a-4124-a9da-c8f44ed00e52>
05:19:27 10:19:27.937 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-050ac34d-317e-4e53-8867-043c4bfe6ec3>
05:19:28 10:19:28.043 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:28 10:19:28.056 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:28 10:19:28.059 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:28 10:19:28.062 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H6M56.546S>
05:19:28 10:19:28.062 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:28 10:19:28.062 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.854S> interval (min=<PT5M>)
05:19:28 10:19:28.063 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-5230a818-4541-41f6-a1f4-ed09ab34c928> was recovered: null
05:19:28 10:19:28.065 [WARN ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-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@51b38ca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:28 10:19:28.065 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-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-5230a818-4541-41f6-a1f4-ed09ab34c928>: <[]>
05:19:28 10:19:28.070 [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>.
05:19:28 10:19:28.073 [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-81d6c87}], connection=ImmutableConnection [id=connection-5230a818-4541-41f6-a1f4-ed09ab34c928, 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-81d6c87}]]>
05:19:28 10:19:28.074 [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-81d6c87}]]
05:19:28 10:19:28.176 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-5230a818-4541-41f6-a1f4-ed09ab34c928>
05:19:28 10:19:28.259 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:28 10:19:28.272 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:28 10:19:28.275 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:28 10:19:28.278 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H27M31.016S>
05:19:28 10:19:28.278 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:28 10:19:28.278 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.233S> interval (min=<PT5M>)
05:19:28 10:19:28.279 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-845a55b7-d7e1-46d5-b3bf-9610699670f4> was recovered: null
05:19:28 10:19:28.281 [WARN ] [ConnectionPersistenceActorTest_createConnectionInClosedState-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@410f09d7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:28 10:19:28.281 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-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-845a55b7-d7e1-46d5-b3bf-9610699670f4>: <[]>
05:19:28 10:19:28.285 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:28 10:19:28.392 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-845a55b7-d7e1-46d5-b3bf-9610699670f4>
05:19:28 10:19:28.480 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:28 10:19:28.505 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:28 10:19:28.508 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:28 10:19:28.511 [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 <PT23H9M28.662S>
05:19:28 10:19:28.511 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:28 10:19:28.511 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.251S> interval (min=<PT5M>)
05:19:28 10:19:28.512 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ba13c85f-11d6-49a7-9b66-4820ede55fb4> was recovered: null
05:19:28 10:19:28.514 [WARN ] [ConnectionPersistenceActorTest_manageConnection-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@710fe67f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:28 10:19:28.515 [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:connectionCreated> for connection with ID <connection-ba13c85f-11d6-49a7-9b66-4820ede55fb4>: <[always-alive, priority-0]>
05:19:28 10:19:28.532 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:28 10:19:28.533 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ba13c85f-11d6-49a7-9b66-4820ede55fb4> with <1> clients.
05:19:28 10:19:28.561 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-ba13c85f-11d6-49a7-9b66-4820ede55fb4>: <[]>
05:19:28 10:19:28.564 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
05:19:28 10:19:28.567 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-ba13c85f-11d6-49a7-9b66-4820ede55fb4>: <[]>
05:19:28 10:19:28.570 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <3>.
05:19:30 10:19:30.602 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-ba13c85f-11d6-49a7-9b66-4820ede55fb4> was deleted recently. Shutting Actor down ...
05:19:30 10:19:30.602 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ba13c85f-11d6-49a7-9b66-4820ede55fb4>
05:19:30 10:19:30.690 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:30 10:19:30.704 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:30 10:19:30.706 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:30 10:19:30.710 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H46.865S>
05:19:30 10:19:30.710 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:30 10:19:30.710 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M15.031S> interval (min=<PT5M>)
05:19:30 10:19:30.711 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-befecdff-a789-488d-8071-9b7e5bdf014f> was recovered: null
05:19:30 10:19:30.713 [WARN ] [ConnectionPersistenceActorTest_testConnection-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@3d86f020]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:30 10:19:30.713 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-befecdff-a789-488d-8071-9b7e5bdf014f> with <1> clients.
05:19:30 10:19:30.819 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:30 10:19:30.819 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M32.491S> interval (min=<PT5M>)
05:19:31 10:19:30.936 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-befecdff-a789-488d-8071-9b7e5bdf014f>
05:19:31 10:19:31.052 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:31 10:19:31.054 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:31 10:19:31.057 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H54M47.053S>
05:19:31 10:19:31.057 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7094678e-e49b-4987-a006-6ceb03ee5708> was recovered: null
05:19:31 10:19:31.061 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-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@76ac6fad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:31 10:19:31.061 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-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-7094678e-e49b-4987-a006-6ceb03ee5708>: <[]>
05:19:31 10:19:31.065 [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>.
05:19:31 10:19:31.067 [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@76ac6fad]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:31 10:19:31.068 [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-7094678e-e49b-4987-a006-6ceb03ee5708>: <[always-alive, priority-0]>
05:19:31 10:19:31.070 [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>.
05:19:31 10:19:31.070 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-7094678e-e49b-4987-a006-6ceb03ee5708> with <2> clients.
05:19:31 10:19:31.089 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7094678e-e49b-4987-a006-6ceb03ee5708>
05:19:31 10:19:31.193 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:31 10:19:31.206 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:31 10:19:31.209 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:31 10:19:31.212 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H19M29.81S>
05:19:31 10:19:31.212 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.977S> interval (min=<PT5M>)
05:19:31 10:19:31.212 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:31 10:19:31.213 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-0b047ac8-88ec-430e-b0ba-56796c068d12> was recovered: null
05:19:31 10:19:31.215 [WARN ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-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@15c438d6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:31 10:19:31.215 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-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-0b047ac8-88ec-430e-b0ba-56796c068d12>: <[]>
05:19:31 10:19:31.219 [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>.
05:19:31 10:19:31.254 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-72ffa59}], connection=ImmutableConnection [id=connection-0b047ac8-88ec-430e-b0ba-56796c068d12, 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-72ffa59}]]>
05:19:31 10:19:31.254 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-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: 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-72ffa59}]]
05:19:31 10:19:31.356 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-0b047ac8-88ec-430e-b0ba-56796c068d12>
05:19:31 10:19:31.442 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:31 10:19:31.455 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:31 10:19:31.458 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:31 10:19:31.461 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:31 10:19:31.461 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M7.86S> interval (min=<PT5M>)
05:19:31 10:19:31.461 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H32M0.652S>
05:19:31 10:19:31.462 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-cd41e502-e100-4618-839f-1c9918cbfade> was recovered: null
05:19:31 10:19:31.464 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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@aabe7e5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:31 10:19:31.465 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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-cd41e502-e100-4618-839f-1c9918cbfade>: <[always-alive, priority-0]>
05:19:31 10:19:31.468 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:31 10:19:31.469 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-cd41e502-e100-4618-839f-1c9918cbfade> with <1> clients.
05:19:31 10:19:31.495 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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-cd41e502-e100-4618-839f-1c9918cbfade>: <[]>
05:19:31 10:19:31.497 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
05:19:31 10:19:31.500 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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@aabe7e5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:31 10:19:31.501 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-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-cd41e502-e100-4618-839f-1c9918cbfade>: <[]>
05:19:31 10:19:31.504 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <3>.
05:19:33 10:19:33.498 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-cd41e502-e100-4618-839f-1c9918cbfade> was not accessed in a while. Shutting Actor down ...
05:19:33 10:19:33.498 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-cd41e502-e100-4618-839f-1c9918cbfade>
05:19:34 10:19:34.582 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:34 10:19:34.595 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:34 10:19:34.597 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:34 10:19:34.600 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H1M44.943S>
05:19:34 10:19:34.601 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:34 10:19:34.601 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.574S> interval (min=<PT5M>)
05:19:34 10:19:34.601 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-efaf9e40-bc37-46ab-a850-850da0bcbbda> was recovered: null
05:19:34 10:19:34.603 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-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@4e60eb0c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:34 10:19:34.604 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-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-efaf9e40-bc37-46ab-a850-850da0bcbbda>: <[]>
05:19:34 10:19:34.608 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:34 10:19:34.613 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-efaf9e40-bc37-46ab-a850-850da0bcbbda>: <[]>
05:19:34 10:19:34.615 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
05:19:36 10:19:36.650 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-efaf9e40-bc37-46ab-a850-850da0bcbbda> was deleted recently. Shutting Actor down ...
05:19:36 10:19:36.651 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-efaf9e40-bc37-46ab-a850-850da0bcbbda>
05:19:36 10:19:36.770 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:36 10:19:36.773 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:36 10:19:36.776 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H38M45.897S>
05:19:36 10:19:36.776 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:36 10:19:36.777 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.94S> interval (min=<PT5M>)
05:19:36 10:19:36.777 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d712fa5b-5c23-44fa-9e80-d4ffcfcedfdd> was recovered: null
05:19:36 10:19:36.779 [WARN ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-16] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@c77d97b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:36 10:19:36.780 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDueToCustomValidator-942ed1d, validator-should-throw-exception=true}], connection=ImmutableConnection [id=connection-d712fa5b-5c23-44fa-9e80-d4ffcfcedfdd, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:38533, 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-942ed1d, validator-should-throw-exception=true}]]>
05:19:38 10:19:38.809 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-d712fa5b-5c23-44fa-9e80-d4ffcfcedfdd> was deleted recently. Shutting Actor down ...
05:19:38 10:19:38.897 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:39 10:19:38.911 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:39 10:19:38.913 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:39 10:19:38.917 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.883S> interval (min=<PT5M>)
05:19:39 10:19:38.917 [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 <PT24H8M35.881S>
05:19:39 10:19:38.917 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:39 10:19:38.917 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-94616b80-5724-4523-b1ce-e5fae754cf4c> was recovered: null
05:19:39 10:19:38.920 [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@603151fa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:39 10:19:38.920 [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-94616b80-5724-4523-b1ce-e5fae754cf4c>: <[always-alive, priority-0]>
05:19:39 10:19:38.924 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:39 10:19:38.924 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-94616b80-5724-4523-b1ce-e5fae754cf4c> with <1> clients.
05:19:39 10:19:38.950 [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-94616b80-5724-4523-b1ce-e5fae754cf4c>: <[]>
05:19:39 10:19:38.952 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
05:19:40 10:19:40.994 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-94616b80-5724-4523-b1ce-e5fae754cf4c> was deleted recently. Shutting Actor down ...
05:19:40 10:19:40.994 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-94616b80-5724-4523-b1ce-e5fae754cf4c>
05:19:41 10:19:41.085 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:41 10:19:41.099 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:41 10:19:41.101 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:41 10:19:41.104 [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 <PT24H18M55.109S>
05:19:41 10:19:41.104 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:41 10:19:41.104 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M3.094S> interval (min=<PT5M>)
05:19:41 10:19:41.105 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-0a2ba979-5f37-4803-9845-fd718bca055a> was recovered: null
05:19:41 10:19:41.107 [WARN ] [ConnectionPersistenceActorTest_enableConnectionLogs-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@6aaa1904]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:41 10:19:41.108 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-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-0a2ba979-5f37-4803-9845-fd718bca055a>: <[always-alive, priority-0]>
05:19:41 10:19:41.112 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:41 10:19:41.112 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-0a2ba979-5f37-4803-9845-fd718bca055a> with <1> clients.
05:19:41 10:19:41.141 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-0a2ba979-5f37-4803-9845-fd718bca055a>
05:19:41 10:19:41.253 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:41 10:19:41.269 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:41 10:19:41.273 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:41 10:19:41.279 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:41 10:19:41.280 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H7M40.575S>
05:19:41 10:19:41.280 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.395S> interval (min=<PT5M>)
05:19:41 10:19:41.281 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1e58f45b-4ec6-452f-acd6-e871eca30f40> was recovered: null
05:19:41 10:19:41.284 [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@707a26ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:41 10:19:41.285 [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-1e58f45b-4ec6-452f-acd6-e871eca30f40>: <[always-alive, priority-0]>
05:19:41 10:19:41.289 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:41 10:19:41.290 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1e58f45b-4ec6-452f-acd6-e871eca30f40> with <1> clients.
05:19:41 10:19:41.319 [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@707a26ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:41 10:19:41.320 [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-1e58f45b-4ec6-452f-acd6-e871eca30f40>: <[always-alive, priority-0]>
05:19:41 10:19:41.329 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
05:19:41 10:19:41.330 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1e58f45b-4ec6-452f-acd6-e871eca30f40> with <1> clients.
05:19:41 10:19:41.434 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1e58f45b-4ec6-452f-acd6-e871eca30f40>
05:19:41 10:19:41.532 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:41 10:19:41.534 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:41 10:19:41.538 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H37M59.155S>
05:19:41 10:19:41.538 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:41 10:19:41.538 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.078S> interval (min=<PT5M>)
05:19:41 10:19:41.539 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-86576e67-9cde-4d83-9d6b-1d4e7132a5f1> was recovered: null
05:19:41 10:19:41.541 [WARN ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-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@5f0c972d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:41 10:19:41.541 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDuringClientActorPropsCreation-553e6cd, should-throw-exception=true}], connection=ImmutableConnection [id=connection-86576e67-9cde-4d83-9d6b-1d4e7132a5f1, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:40707, 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 [{}]]>
05:19:43 10:19:43.573 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-86576e67-9cde-4d83-9d6b-1d4e7132a5f1> was deleted recently. Shutting Actor down ...
05:19:43 10:19:43.662 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:43 10:19:43.675 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:43 10:19:43.678 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:43 10:19:43.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 <PT23H33M54.054S>
05:19:43 10:19:43.681 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.506S> interval (min=<PT5M>)
05:19:43 10:19:43.681 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:43 10:19:43.682 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ec93fc6d-3711-4504-8201-a4e254c4de20> was recovered: null
05:19:43 10:19:43.683 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithBlockedHost-91b953a}], connection=ImmutableConnection [id=connection-ec93fc6d-3711-4504-8201-a4e254c4de20, 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-91b953a}]]>
05:19:43 10:19:43.683 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] 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-91b953a}]]
05:19:43 10:19:43.785 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ec93fc6d-3711-4504-8201-a4e254c4de20>
05:19:43 10:19:43.882 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:43 10:19:43.895 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:43 10:19:43.898 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:43 10:19:43.901 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H54M24.918S>
05:19:43 10:19:43.901 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:43 10:19:43.901 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.227S> interval (min=<PT5M>)
05:19:43 10:19:43.902 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f5124c53-66f9-4c8e-a4ea-055c8b2f367b> was recovered: null
05:19:43 10:19:43.931 [WARN ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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@2a7e9e3d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:43 10:19:43.932 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-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-f5124c53-66f9-4c8e-a4ea-055c8b2f367b>: <[always-alive, priority-0]>
05:19:43 10:19:43.937 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:43 10:19:43.937 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-f5124c53-66f9-4c8e-a4ea-055c8b2f367b> with <1> clients.
05:19:44 10:19:43.966 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f5124c53-66f9-4c8e-a4ea-055c8b2f367b>
05:19:44 10:19:44.110 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:44 10:19:44.131 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:44 10:19:44.133 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:44 10:19:44.136 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H49M5.491S>
05:19:44 10:19:44.136 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:44 10:19:44.137 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.754S> interval (min=<PT5M>)
05:19:44 10:19:44.137 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-37197648-0945-4adc-90eb-ce911847f84a> was recovered: null
05:19:44 10:19:44.145 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-c558f83}], connection=ImmutableConnection [id=connection-37197648-0945-4adc-90eb-ce911847f84a, 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-c558f83}]]>
05:19:44 10:19:44.146 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-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 '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-c558f83}]]
05:19:44 10:19:44.248 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-37197648-0945-4adc-90eb-ce911847f84a>
05:19:44 10:19:44.334 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:44 10:19:44.347 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:44 10:19:44.354 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:44 10:19:44.357 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H38M21.734S>
05:19:44 10:19:44.357 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:44 10:19:44.357 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.21S> interval (min=<PT5M>)
05:19:44 10:19:44.358 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-29a0c826-77c2-4eeb-af8e-4a5104dc6e9c> was recovered: null
05:19:44 10:19:44.359 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-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@37b6bab2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:44 10:19:44.360 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-29a0c826-77c2-4eeb-af8e-4a5104dc6e9c> with <1> clients.
05:19:44 10:19:44.382 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-8] 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 [{}]]
05:19:44 10:19:44.472 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:44 10:19:44.486 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:44 10:19:44.488 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:44 10:19:44.491 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H56M38.345S>
05:19:44 10:19:44.492 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:44 10:19:44.492 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.362S> interval (min=<PT5M>)
05:19:44 10:19:44.492 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-459d91b2-7ddc-4f61-b6cb-f23d8735eaf0> was recovered: null
05:19:44 10:19:44.494 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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@7ae898c6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:44 10:19:44.495 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-459d91b2-7ddc-4f61-b6cb-f23d8735eaf0>: <[always-alive, priority-0]>
05:19:44 10:19:44.498 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:44 10:19:44.499 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-459d91b2-7ddc-4f61-b6cb-f23d8735eaf0> with <1> clients.
05:19:44 10:19:44.524 [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:connectionDeleted> for connection with ID <connection-459d91b2-7ddc-4f61-b6cb-f23d8735eaf0>: <[]>
05:19:44 10:19:44.527 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
05:19:44 10:19:44.530 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received command for deleted connection, rejecting: <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.openConnectionAfterDeletedFails-fd4f685}], connectionId=connection-459d91b2-7ddc-4f61-b6cb-f23d8735eaf0]>
05:19:44 10:19:44.530 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-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-459d91b2-7ddc-4f61-b6cb-f23d8735eaf0' 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-fd4f685}]]
05:19:44 10:19:44.532 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-459d91b2-7ddc-4f61-b6cb-f23d8735eaf0>
05:19:44 10:19:44.582 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-29a0c826-77c2-4eeb-af8e-4a5104dc6e9c>
05:19:44 10:19:44.631 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:44 10:19:44.645 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:44 10:19:44.647 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:44 10:19:44.650 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H36M47.449S>
05:19:44 10:19:44.650 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:44 10:19:44.650 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M48.445S> interval (min=<PT5M>)
05:19:44 10:19:44.650 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-38674b5e-068d-4e84-811f-7aacc8a89aa1> was recovered: null
05:19:44 10:19:44.653 [WARN ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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@2d835568]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:44 10:19:44.653 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-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-38674b5e-068d-4e84-811f-7aacc8a89aa1>: <[always-alive, priority-0]>
05:19:44 10:19:44.657 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:44 10:19:44.657 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-38674b5e-068d-4e84-811f-7aacc8a89aa1> with <1> clients.
05:19:44 10:19:44.685 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-38674b5e-068d-4e84-811f-7aacc8a89aa1>
05:19:46 10:19:46.747 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.698S> interval (min=<PT5M>)
05:19:46 10:19:46.750 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925, Up), Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:36211, Up)), Set(), Set(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925, pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:36211), Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925), HashMap(thing-event-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925), live-signal-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925), blocked-namespaces-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925), dc-default -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925), connectivity -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925), acks-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925), policy-announcement-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925)))>
05:19:46 10:19:46.863 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:46 10:19:46.877 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:46 10:19:46.880 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:46 10:19:46.882 [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 <PT25H3M22.298S>
05:19:46 10:19:46.883 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea> was recovered: null
05:19:46 10:19:46.885 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@834dfc8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:46 10:19:46.885 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea>: <[]>
05:19:46 10:19:46.889 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:46 10:19:46.892 [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@834dfc8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:46 10:19:46.893 [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:connectionOpened> for connection with ID <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea>: <[always-alive, priority-0]>
05:19:46 10:19:46.896 [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>.
05:19:46 10:19:46.896 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea> with <2> clients.
05:19:47 10:19:46.964 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea>: <[]>
05:19:47 10:19:46.967 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <3>.
05:19:47 10:19:46.970 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea>: <[]>
05:19:47 10:19:46.973 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-20] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <4>.
05:19:48 10:19:48.380 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-4] o.a.p.r.a.Decoder - Message for banned (terminated, unresolved) remote deployed recipient [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:36211/remote/pekko/ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925/user/shardRegionMock-connection-8d086ae3-cd4c-4f62-9186-267bde6186ea/connection-8d086ae3-cd4c-4f62-9186-267bde6186ea/pa/$a/c2#1062724323].
05:19:49 10:19:49.011 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea> was deleted recently. Shutting Actor down ...
05:19:49 10:19:49.011 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-8d086ae3-cd4c-4f62-9186-267bde6186ea>
05:19:49 10:19:49.106 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:49 10:19:49.120 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:49 10:19:49.123 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:49 10:19:49.131 [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 <PT23H9M33.688S>
05:19:49 10:19:49.131 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M42.297S> interval (min=<PT5M>)
05:19:49 10:19:49.131 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:49 10:19:49.131 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f91d87d2-cb0b-42c3-afd0-31eacc6904ee> was recovered: null
05:19:49 10:19:49.134 [WARN ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-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@4b107f87]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:49 10:19:49.134 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-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-f91d87d2-cb0b-42c3-afd0-31eacc6904ee>: <[]>
05:19:49 10:19:49.137 [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>.
05:19:49 10:19:49.343 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f91d87d2-cb0b-42c3-afd0-31eacc6904ee>
05:19:49 10:19:49.430 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:49 10:19:49.444 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:49 10:19:49.446 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:49 10:19:49.449 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:49 10:19:49.450 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.719S> interval (min=<PT5M>)
05:19:49 10:19:49.450 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H8M12.943S>
05:19:49 10:19:49.450 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2a4b49fa-61c8-47ff-86cb-69d54a8a91a7> was recovered: null
05:19:49 10:19:49.452 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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@14ca8ca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:49 10:19:49.453 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-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-2a4b49fa-61c8-47ff-86cb-69d54a8a91a7>: <[always-alive, priority-0]>
05:19:49 10:19:49.456 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:49 10:19:49.457 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2a4b49fa-61c8-47ff-86cb-69d54a8a91a7> with <1> clients.
05:19:49 10:19:49.484 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@14ca8ca]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:49 10:19:49.485 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-2a4b49fa-61c8-47ff-86cb-69d54a8a91a7>: <[always-alive, priority-0]>
05:19:49 10:19:49.489 [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>.
05:19:49 10:19:49.489 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2a4b49fa-61c8-47ff-86cb-69d54a8a91a7> with <1> clients.
05:19:49 10:19:49.493 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2a4b49fa-61c8-47ff-86cb-69d54a8a91a7>
05:19:49 10:19:49.585 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:49 10:19:49.599 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:49 10:19:49.601 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:49 10:19:49.604 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H51M35.658S>
05:19:49 10:19:49.604 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:49 10:19:49.604 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.683S> interval (min=<PT5M>)
05:19:49 10:19:49.605 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b846569e-07cb-488e-b44f-331346f594a3> was recovered: null
05:19:49 10:19:49.607 [WARN ] [ConnectionPersistenceActorTest_resetConnectionLogs-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@3bfc4d09]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:49 10:19:49.607 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-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-b846569e-07cb-488e-b44f-331346f594a3>: <[always-alive, priority-0]>
05:19:49 10:19:49.611 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:49 10:19:49.611 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-b846569e-07cb-488e-b44f-331346f594a3> with <1> clients.
05:19:49 10:19:49.639 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-b846569e-07cb-488e-b44f-331346f594a3>
05:19:49 10:19:49.758 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:49 10:19:49.760 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:49 10:19:49.763 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H50M53.581S>
05:19:49 10:19:49.763 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.343S> interval (min=<PT5M>)
05:19:49 10:19:49.764 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:49 10:19:49.764 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3e081866-5074-44e0-8284-e256baffe05b> was recovered: null
05:19:49 10:19:49.767 [WARN ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-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@72378d14]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:49 10:19:49.767 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-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-3e081866-5074-44e0-8284-e256baffe05b>: <[always-alive, priority-0]>
05:19:49 10:19:49.771 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:49 10:19:49.771 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3e081866-5074-44e0-8284-e256baffe05b> with <1> clients.
05:19:49 10:19:49.778 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] 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.
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 19 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 10 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.779 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 19 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 10 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.780 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
05:19:49 10:19:49.780 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] 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.
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 26 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 17 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.781 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 26 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 17 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.781 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
05:19:49 10:19:49.781 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] 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.
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 26 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 17 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.781 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 26 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 17 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.781 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
05:19:49 10:19:49.781 [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.
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 26 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 17 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.782 [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.
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 26 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 17 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.783 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.a.p.a.OneForOneStrategy - 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
05:19:49 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
05:19:49 	... 26 common frames omitted
05:19:49 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:19:49 	at jdk.internal.reflect.GeneratedConstructorAccessor222.newInstance(Unknown Source)
05:19:49 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:19:49 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:19:49 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
05:19:49 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
05:19:49 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:19:49 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:19:49 	... 17 common frames omitted
05:19:49 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]
05:19:49 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:19:49 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
05:19:49 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
05:19:49 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
05:19:49 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
05:19:49 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:19:49 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:19:49 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:19:49 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:19:49 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:19:49 10:19:49.783 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3e081866-5074-44e0-8284-e256baffe05b>
05:19:49 10:19:49.850 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-4] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:19:49 10:19:49.850 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:36211], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:19:49 10:19:49.850 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-4] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:33925], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:19:49 10:19:49.850 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-22] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:36211], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
05:19:49 10:19:49.875 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:49 10:19:49.888 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:49 10:19:49.890 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:49 10:19:49.893 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H26M8.287S>
05:19:49 10:19:49.893 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.461S> interval (min=<PT5M>)
05:19:49 10:19:49.894 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:49 10:19:49.930 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9010b00a-7c7f-4f2a-9492-f72b8b009615> was recovered: null
05:19:49 10:19:49.932 [WARN ] [ConnectionPersistenceActorTest_recoverClosedConnection-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@3378f641]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:49 10:19:49.932 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-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-9010b00a-7c7f-4f2a-9492-f72b8b009615>: <[always-alive, priority-0]>
05:19:49 10:19:49.936 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:49 10:19:49.936 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-9010b00a-7c7f-4f2a-9492-f72b8b009615> with <1> clients.
05:19:50 10:19:49.962 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-9010b00a-7c7f-4f2a-9492-f72b8b009615>: <[]>
05:19:50 10:19:49.965 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
05:19:50 10:19:49.967 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9010b00a-7c7f-4f2a-9492-f72b8b009615>
05:19:50 10:19:50.077 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H4M27.719S>
05:19:50 10:19:50.120 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9010b00a-7c7f-4f2a-9492-f72b8b009615> was recovered: ImmutableConnection [id=connection-9010b00a-7c7f-4f2a-9492-f72b8b009615, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:38725, 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-02-13T10:19:49.930505441Z, created=2024-02-13T10:19:49.930505441Z]
05:19:50 10:19:50.130 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9010b00a-7c7f-4f2a-9492-f72b8b009615>
05:19:50 10:19:50.218 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:50 10:19:50.234 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:50 10:19:50.237 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:50 10:19:50.240 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H55M20.812S>
05:19:50 10:19:50.241 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:50 10:19:50.241 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.499S> interval (min=<PT5M>)
05:19:50 10:19:50.241 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b2f3ee22-27dc-4b6f-9254-f99a39c94e50> was recovered: null
05:19:50 10:19:50.244 [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@77dad2b9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:50 10:19:50.244 [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-b2f3ee22-27dc-4b6f-9254-f99a39c94e50>: <[always-alive, priority-0]>
05:19:50 10:19:50.248 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:50 10:19:50.249 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-b2f3ee22-27dc-4b6f-9254-f99a39c94e50> with <1> clients.
05:19:50 10:19:50.286 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-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-b2f3ee22-27dc-4b6f-9254-f99a39c94e50>: <[]>
05:19:50 10:19:50.288 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
05:19:50 10:19:50.291 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@77dad2b9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:50 10:19:50.292 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-b2f3ee22-27dc-4b6f-9254-f99a39c94e50>: <[always-alive, priority-0]>
05:19:50 10:19:50.295 [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>.
05:19:50 10:19:50.296 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-b2f3ee22-27dc-4b6f-9254-f99a39c94e50> with <1> clients.
05:19:50 10:19:50.302 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-b2f3ee22-27dc-4b6f-9254-f99a39c94e50>
05:19:50 10:19:50.384 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:50 10:19:50.397 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:50 10:19:50.399 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:50 10:19:50.402 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H49M7.372S>
05:19:50 10:19:50.402 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:50 10:19:50.402 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M12.384S> interval (min=<PT5M>)
05:19:50 10:19:50.403 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f26bb8cc-5100-4b8c-9337-05fa8010a42e> was recovered: null
05:19:50 10:19:50.404 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-900a899}], connection=ImmutableConnection [id=connection-f26bb8cc-5100-4b8c-9337-05fa8010a42e, 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-900a899}]]>
05:19:50 10:19:50.404 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-9] 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-900a899}]]
05:19:50 10:19:50.506 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f26bb8cc-5100-4b8c-9337-05fa8010a42e>
05:19:50 10:19:50.590 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:50 10:19:50.603 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:50 10:19:50.605 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:50 10:19:50.608 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H37M32.802S>
05:19:50 10:19:50.608 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:50 10:19:50.608 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.863S> interval (min=<PT5M>)
05:19:50 10:19:50.609 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-4c12aaef-147e-455c-838c-b5b449827340> was recovered: null
05:19:50 10:19:50.610 [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-e4e69d4}], connection=ImmutableConnection [id=connection-4c12aaef-147e-455c-838c-b5b449827340, 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-e4e69d4}]]>
05:19:50 10:19:50.610 [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-e4e69d4}]]
05:19:50 10:19:50.712 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-4c12aaef-147e-455c-838c-b5b449827340>
05:19:50 10:19:50.804 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:50 10:19:50.817 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:50 10:19:50.819 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:50 10:19:50.822 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H20M1.287S>
05:19:50 10:19:50.822 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.422S> interval (min=<PT5M>)
05:19:50 10:19:50.823 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:50 10:19:50.823 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-567104a6-19b2-44ea-84ac-771fb1f186dc> was recovered: null
05:19:50 10:19:50.823 [WARN ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received command for deleted connection, rejecting: <DeleteConnection [type=connectivity.commands:deleteConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.tryToSendOtherCommandThanCreateDuringInitialization-8da4e86}], connectionId=connection-567104a6-19b2-44ea-84ac-771fb1f186dc]>
05:19:50 10:19:50.824 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-567104a6-19b2-44ea-84ac-771fb1f186dc' 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-8da4e86}]]
05:19:50 10:19:50.826 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-567104a6-19b2-44ea-84ac-771fb1f186dc>
05:19:50 10:19:50.907 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:50 10:19:50.921 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:50 10:19:50.923 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:50 10:19:50.931 [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 <PT24H15M9.16S>
05:19:50 10:19:50.931 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:50 10:19:50.931 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.774S> interval (min=<PT5M>)
05:19:50 10:19:50.932 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2> was recovered: null
05:19:50 10:19:50.934 [WARN ] [ConnectionPersistenceActorTest_recoverOpenConnection-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@2241f017]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:50 10:19:50.934 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-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-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2>: <[always-alive, priority-0]>
05:19:50 10:19:50.938 [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>.
05:19:50 10:19:50.938 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2> with <1> clients.
05:19:51 10:19:50.962 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2>
05:19:51 10:19:51.068 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H10M55.534S>
05:19:51 10:19:51.074 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2> was recovered: ImmutableConnection [id=connection-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41167, 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-02-13T10:19:50.932347757Z, created=2024-02-13T10:19:50.932347757Z]
05:19:51 10:19:51.074 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2> with <1> clients.
05:19:51 10:19:51.187 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-13fc0649-74e6-4097-b9b3-efd3dc1b0eb2>
05:19:51 10:19:51.278 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:51 10:19:51.293 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:51 10:19:51.297 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:51 10:19:51.300 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H35M49.893S>
05:19:51 10:19:51.300 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:51 10:19:51.300 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M40.506S> interval (min=<PT5M>)
05:19:51 10:19:51.301 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b3a582b4-66c7-410a-9136-3c2cc4462624> was recovered: null
05:19:51 10:19:51.304 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-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@3d4b3a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:51 10:19:51.304 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-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-b3a582b4-66c7-410a-9136-3c2cc4462624>: <[always-alive, priority-0]>
05:19:51 10:19:51.308 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:51 10:19:51.309 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-b3a582b4-66c7-410a-9136-3c2cc4462624> with <1> clients.
05:19:51 10:19:51.337 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-b3a582b4-66c7-410a-9136-3c2cc4462624>
05:19:51 10:19:51.441 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:51 10:19:51.454 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:51 10:19:51.457 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:51 10:19:51.460 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H54M33.744S>
05:19:51 10:19:51.460 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:51 10:19:51.460 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-19] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M11.439S> interval (min=<PT5M>)
05:19:51 10:19:51.460 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8> was recovered: null
05:19:51 10:19:51.462 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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@6602dd43]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:51 10:19:51.463 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-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-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8>: <[always-alive, priority-0]>
05:19:51 10:19:51.466 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:51 10:19:51.466 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8> with <1> clients.
05:19:51 10:19:51.491 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8>: <[]>
05:19:51 10:19:51.493 [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>.
05:19:53 10:19:53.527 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8> was deleted recently. Shutting Actor down ...
05:19:53 10:19:53.527 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8>
05:19:53 10:19:53.634 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H20M39.99S>
05:19:53 10:19:53.637 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8> was recovered: null
05:19:53 10:19:53.637 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-19] 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-30d0ff4}], connectionId=connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8]>
05:19:53 10:19:53.638 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] 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-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8' 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-30d0ff4}]]
05:19:53 10:19:53.640 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3544a1ab-0c51-4ab3-b3ab-ecc8257d67b8>
05:19:53 10:19:53.773 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:53 10:19:53.776 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:53 10:19:53.779 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H27M22.059S>
05:19:53 10:19:53.779 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:53 10:19:53.779 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.241S> interval (min=<PT5M>)
05:19:53 10:19:53.781 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d> was recovered: null
05:19:53 10:19:53.783 [WARN ] [ConnectionPersistenceActorTest_testRestartByConnectionType-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@3aebc944]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:53 10:19:53.784 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-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-5d2fa08c-24a7-4f45-8e55-47779279ee4d>: <[always-alive, priority-0]>
05:19:53 10:19:53.790 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:53 10:19:53.791 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d> with <1> clients.
05:19:53 10:19:53.792 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-091 connection connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d.
05:19:53 10:19:53.891 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-10 connection connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d.
05:19:54 10:19:53.991 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt connection connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d.
05:19:54 10:19:54.092 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-kafka connection connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d.
05:19:54 10:19:54.192 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-http-push connection connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d.
05:19:54 10:19:54.292 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt-5 connection connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d.
05:19:54 10:19:54.392 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Restart command sent to ConnectionSupervisorActor Actor[pekko://ConnectionPersistenceActorTest_testRestartByConnectionType/system/testProbe-306#1581284434].
05:19:54 10:19:54.393 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-5d2fa08c-24a7-4f45-8e55-47779279ee4d>
05:19:54 10:19:54.474 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:19:54 10:19:54.487 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:19:54 10:19:54.490 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:19:54 10:19:54.493 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H3M55.437S>
05:19:54 10:19:54.493 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M28.857S> interval (min=<PT5M>)
05:19:54 10:19:54.493 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:19:54 10:19:54.493 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ad181274-1e30-4227-8e89-d92e41f98acb> was recovered: null
05:19:54 10:19:54.495 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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@3de83f1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:54 10:19:54.496 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-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-ad181274-1e30-4227-8e89-d92e41f98acb>: <[always-alive, priority-0]>
05:19:54 10:19:54.499 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:19:54 10:19:54.500 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ad181274-1e30-4227-8e89-d92e41f98acb> with <1> clients.
05:19:54 10:19:54.525 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3de83f1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:19:54 10:19:54.526 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-ad181274-1e30-4227-8e89-d92e41f98acb>: <[always-alive, priority-0]>
05:19:54 10:19:54.529 [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>.
05:19:54 10:19:54.530 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ad181274-1e30-4227-8e89-d92e41f98acb> with <1> clients.
05:19:54 10:19:54.532 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ad181274-1e30-4227-8e89-d92e41f98acb>
05:19:54 10:19:54.538 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H16M2.387S>
05:19:54 10:19:54.546 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ad181274-1e30-4227-8e89-d92e41f98acb> was recovered: ImmutableConnection [id=connection-ad181274-1e30-4227-8e89-d92e41f98acb, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=false, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41373, 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-02-13T10:19:54.524587433Z, created=null]
05:19:54 10:19:54.546 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ad181274-1e30-4227-8e89-d92e41f98acb> with <1> clients.
05:19:54 10:19:54.552 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ad181274-1e30-4227-8e89-d92e41f98acb>
05:19:54 [WARNING] Tests run: 39, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 28.39 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
05:19:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
05:19:57 [INFO] [02/13/2024 10:19:57.824] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.265 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
05:19:57 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
05:19:57 10:19:57.840 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
05:19:57 10:19:57.855 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
05:19:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
05:19:57 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
05:19:58 [INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
05:19:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
05:19:58 10:19:58.535 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalateStrategyEscalatesOnTheFirstFailure(OneForOneEscalateStrategyTest.java:91)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 10:19:58.537 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 10:19:58.538 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 10:19:58.538 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 10:19:58.539 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 10:19:58.540 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 10:19:58.540 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 10:19:58.540 [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.
05:19:58 java.lang.IllegalArgumentException: null
05:19:58 	... 35 common frames omitted
05:19:58 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
05:19:58 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:19:58 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:19:58 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:19:58 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:19:58 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:19:58 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:19:58 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:19:58 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:19:58 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:19:58 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:19:58 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:19:58 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:19:58 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:19:58 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:19:58 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:19:58 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:19:58 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:19:58 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:19:58 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:19:58 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:19:58 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:19:58 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:19:58 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:19:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
05:19:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
05:19:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
05:19:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
05:19:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
05:19:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
05:19:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
05:19:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
05:19:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
05:19:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
05:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
05:19:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
05:19:59 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
05:19:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
05:19:59 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
05:19:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
05:19:59 [INFO] [02/13/2024 10:19:59.662] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:19:59 [INFO] [02/13/2024 10:19:59.830] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:20:02 [INFO] [02/13/2024 10:20:02.109] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:20:02 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.982 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
05:20:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
05:20:02 [ERROR] [02/13/2024 10:20:02.390] [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
05:20:02 java.lang.NullPointerException: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null
05:20:02 	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updatedWithOffset(MessageBuilder.scala:185)
05:20:02 	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updated(MessageBuilder.scala:172)
05:20:02 	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch(CommitObservationLogic.scala:43)
05:20:02 	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch$(CommitObservationLogic.scala:41)
05:20:02 	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic.updateBatch(CommitCollectorStage.scala:44)
05:20:02 	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic$$anon$1.onPush(CommitCollectorStage.scala:106)
05:20:02 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:20:02 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:20:02 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:20:02 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
05:20:02 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
05:20:02 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
05:20:02 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
05:20:02 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
05:20:02 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
05:20:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
05:20:02 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:20:02 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:20:02 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:20:02 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:20:02 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:20:02 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:20:02 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:20:02 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:20:02 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:20:02 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:20:02 
05:20:02 [INFO] [02/13/2024 10:20:02.488] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:20:02 [INFO] [02/13/2024 10:20:02.530] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:20:04 [INFO] [02/13/2024 10:20:04.696] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:20:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.583 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
05:20:04 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
05:20:04 10:20:04.700 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:04 10:20:04.815 [ERROR] [main] o.e.d.c.s.m.k.KafkaMessageTransformer - Unexpected {java.lang.IllegalStateException}: {Expected}
05:20:04 java.lang.IllegalStateException: Expected
05:20:04 	at org.eclipse.ditto.connectivity.service.messaging.monitoring.ConnectionMonitor.success(ConnectionMonitor.java:67)
05:20:04 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformer.transform(KafkaMessageTransformer.java:138)
05:20:04 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest.unexpectedExceptionCausesMessageToBeDropped(KafkaMessageTransformerTest.java:198)
05:20:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:20:04 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:20:04 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:20:04 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:20:04 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:20:04 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:20:04 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:20:04 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:20:04 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:20:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:20:04 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:20:04 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:20:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:20:04 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:20:04 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:20:04 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:20:04 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:20:04 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:20:04 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:20:04 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:20:04 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
05:20:04 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:20:04 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:20:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:20:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:20:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:20:04 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:20:04 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:20:04 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:20:04 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:20:04 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:20:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
05:20:04 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
05:20:04 10:20:04.889 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.890 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.891 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.894 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.895 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.896 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.896 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.897 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.898 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.898 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.899 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.900 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.907 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.907 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.908 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.908 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 10:20:04.909 [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@555f5588]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:04 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
05:20:04 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
05:20:04 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
05:20:04 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
05:20:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
05:20:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
05:20:05 10:20:05.088 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:05 10:20:05.177 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:05 10:20:05.179 [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]>
05:20:05 10:20:05.374 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:05 10:20:05.378 [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]>
05:20:05 10:20:05.379 [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]>
05:20:05 10:20:05.381 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.382 [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]>
05:20:05 10:20:05.384 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.387 [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]>
05:20:05 10:20:05.389 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.391 [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]>
05:20:05 10:20:05.393 [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]>
05:20:05 10:20:05.396 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.398 [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]>
05:20:05 10:20:05.401 [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]>
05:20:05 10:20:05.403 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.406 [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]>
05:20:05 10:20:05.409 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.411 [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]>
05:20:05 10:20:05.412 [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]>
05:20:05 10:20:05.414 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.416 [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]>
05:20:05 10:20:05.417 [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]>
05:20:05 10:20:05.431 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.433 [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]>
05:20:05 10:20:05.434 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.436 [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]>
05:20:05 10:20:05.437 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.438 [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]>
05:20:05 10:20:05.440 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.442 [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]>
05:20:05 10:20:05.444 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.446 [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]>
05:20:05 10:20:05.448 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.451 [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]>
05:20:05 10:20:05.453 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.455 [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]>
05:20:05 10:20:05.457 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.460 [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]>
05:20:05 10:20:05.462 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.465 [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]>
05:20:05 10:20:05.467 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.470 [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]>
05:20:05 10:20:05.472 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.474 [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]>
05:20:05 10:20:05.476 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.477 [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]>
05:20:05 10:20:05.480 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.482 [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]>
05:20:05 10:20:05.484 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.485 [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]>
05:20:05 10:20:05.487 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.488 [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]>
05:20:05 10:20:05.490 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.491 [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]>
05:20:05 10:20:05.493 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.495 [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]>
05:20:05 10:20:05.532 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.534 [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]>
05:20:05 10:20:05.536 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.537 [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]>
05:20:05 10:20:05.539 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.540 [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]>
05:20:05 10:20:05.542 [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.
05:20:05 10:20:05.542 [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]>
05:20:05 10:20:05.543 [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.
05:20:05 10:20:05.544 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.545 [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.
05:20:05 10:20:05.545 [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]>
05:20:05 10:20:05.546 [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.
05:20:05 10:20:05.547 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.548 [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.
05:20:05 10:20:05.549 [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]>
05:20:05 10:20:05.549 [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.
05:20:05 10:20:05.550 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.551 [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.
05:20:05 10:20:05.552 [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]>
05:20:05 10:20:05.553 [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.
05:20:05 10:20:05.553 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.554 [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.
05:20:05 10:20:05.555 [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]>
05:20:05 10:20:05.556 [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.
05:20:05 10:20:05.557 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.557 [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.
05:20:05 10:20:05.558 [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]>
05:20:05 10:20:05.559 [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.
05:20:05 10:20:05.560 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.560 [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.
05:20:05 10:20:05.561 [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]>
05:20:05 10:20:05.562 [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.
05:20:05 10:20:05.563 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.564 [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.
05:20:05 10:20:05.564 [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]>
05:20:05 10:20:05.565 [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.
05:20:05 10:20:05.566 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.567 [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.
05:20:05 10:20:05.568 [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]>
05:20:05 10:20:05.569 [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.
05:20:05 10:20:05.569 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:05 10:20:05.570 [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.
05:20:08 10:20:08.635 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:08 10:20:08.637 [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]>
05:20:08 10:20:08.637 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.638 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.639 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.639 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.640 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.640 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.641 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.641 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.642 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.642 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.643 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.643 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.644 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.644 [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]>
05:20:08 10:20:08.645 [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]>
05:20:08 10:20:08.646 [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]>
05:20:08 10:20:08.646 [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]>
05:20:08 10:20:08.647 [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]>
05:20:08 10:20:08.647 [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]>
05:20:08 10:20:08.648 [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]>
05:20:08 10:20:08.648 [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]>
05:20:08 10:20:08.649 [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]>
05:20:08 10:20:08.650 [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]>
05:20:08 10:20:08.650 [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]>
05:20:08 10:20:08.651 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.651 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.652 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.652 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.653 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.653 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.654 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.654 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.655 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.655 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.656 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.656 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.657 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.657 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.658 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.658 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.659 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.659 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.660 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.660 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.661 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.661 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.662 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.662 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.663 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.663 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.664 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.664 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.665 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.665 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.666 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.666 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.667 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.667 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.668 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.668 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.669 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.669 [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.
05:20:08 10:20:08.669 [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.
05:20:08 10:20:08.669 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.670 [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.
05:20:08 10:20:08.670 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.670 [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.
05:20:08 10:20:08.671 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.671 [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.
05:20:08 10:20:08.671 [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]>
05:20:08 10:20:08.671 [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.
05:20:08 10:20:08.672 [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]>
05:20:08 10:20:08.672 [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.
05:20:08 10:20:08.672 [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]>
05:20:08 10:20:08.673 [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.
05:20:08 10:20:08.673 [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]>
05:20:08 10:20:08.673 [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.
05:20:08 10:20:08.674 [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]>
05:20:08 10:20:08.674 [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.
05:20:08 10:20:08.674 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.674 [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.
05:20:08 10:20:08.675 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.675 [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.
05:20:08 10:20:08.675 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.675 [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.
05:20:08 10:20:08.676 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.676 [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.
05:20:08 10:20:08.676 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.676 [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.
05:20:08 10:20:08.677 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.677 [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.
05:20:08 10:20:08.678 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.678 [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.
05:20:08 10:20:08.678 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
05:20:08 10:20:08.678 [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.
05:20:08 10:20:08.679 [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.
05:20:09 10:20:09.748 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:09 10:20:09.749 [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]>
05:20:09 10:20:09.750 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - DisconnectException: null
05:20:09 10:20:09.823 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:09 10:20:09.824 [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]>
05:20:09 10:20:09.825 [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]>
05:20:09 10:20:09.825 [WARN ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.a.p.s.s.RestartWithBackoffFlow - Restarting stream due to failure [1]: org.apache.kafka.common.KafkaException
05:20:09 org.apache.kafka.common.KafkaException
05:20:09 	at org.apache.pekko.kafka.javadsl.SendProducer.sendEnvelope(SendProducer.scala:60)
05:20:09 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActor$KafkaProducerStream.lambda$new$7f50bf28$1(KafkaPublisherActor.java:346)
05:20:09 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$map$1(Flow.scala:670)
05:20:09 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:20:09 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:20:09 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:20:09 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:20:09 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:20:09 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:20:09 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:20:09 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:20:09 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:20:09 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:20:09 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:20:09 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:20:09 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:20:09 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:20:09 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:20:09 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:20:09 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:20:09 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:20:09 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:20:09 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:20:09 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:20:09 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:20:09 
05:20:12 10:20:12.928 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - KafkaException: null
05:20:12 10:20:12.989 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:12 10:20:12.990 [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]>
05:20:13 10:20:13.078 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:13 10:20:13.078 [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]>
05:20:13 10:20:13.249 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
05:20:13 10:20:13.250 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] 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]>
05:20:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.261 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
05:20:13 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
05:20:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
05:20:13 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
05:20:13 10:20:13.370 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:13 10:20:13.590 [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>.
05:20:13 10:20:13.610 [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>.
05:20:13 10:20:13.628 [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-774cb468-27a3-4c19-8c05-99b3007ba6f4>
05:20:13 10:20:13.630 [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-774cb468-27a3-4c19-8c05-99b3007ba6f4>
05:20:13 10:20:13.697 [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>.
05:20:13 10:20:13.718 [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>.
05:20:13 10:20:13.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:13 10:20:13.821 [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>.
05:20:13 10:20:13.842 [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>.
05:20:13 10:20:13.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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.>
05:20:13 10:20:13.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{kafka.key=key, kafka.topic=kafka.topic, kafka.timestamp=1707819613371, ditto-entity-id=thing:ditto:thing, response-required=false, the.key=key, device_id=ditto:thing, the.topic=kafka.topic, correlation-id=3252497a-d84d-423d-9711-1160cd2e2ea5, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1707819613371, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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 {reply-to=reply-to-address, correlation-id=3252497a-d84d-423d-9711-1160cd2e2ea5, device_id=ditto:thing, kafka.topic=kafka.topic, kafka.key=key, kafka.timestamp=1707819613371}
05:20:13 10:20:13.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:13 10:20:13.878 [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>.
05:20:13 10:20:13.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:14 10:20:13.984 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:14 10:20:14.002 [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=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:14 10:20:14.003 [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>.
05:20:14 10:20:14.100 [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>.
05:20:14 10:20:14.234 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:14 10:20:14.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:14 10:20:14.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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'.>
05:20:14 10:20:14.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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=261f4a59-0078-452c-afe2-ce74a365f6b3, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1707819613371, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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 {reply-to=reply-to-address, correlation-id=261f4a59-0078-452c-afe2-ce74a365f6b3, device_id=_invalid, kafka.topic=kafka.topic, kafka.key=key, kafka.timestamp=1707819613371}
05:20:14 10:20:14.334 [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>.
05:20:14 10:20:14.354 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:14 10:20:14.379 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:14 10:20:14.380 [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>.
05:20:14 10:20:14.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:14 10:20:14.382 [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>.
05:20:14 10:20:14.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:14 10:20:14.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:14 10:20:14.480 [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>.
05:20:14 10:20:14.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:14 10:20:14.499 [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>.
05:20:14 10:20:14.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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=1707819613371, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:20:14 10:20:14.501 [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>.
05:20:14 10:20:14.607 [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>.
05:20:14 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.275 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
05:20:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
05:20:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
05:20:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
05:20:14 10:20:14.644 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-e9633609-72bb-43c2-9053-863fe35e7397> 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.
05:20:14 10:20:14.644 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-82c5d53f-99be-488e-af7a-392db97a247a> 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.
05:20:14 10:20:14.645 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-7a42d743-99ff-4659-a718-159807f71bef> 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.
05:20:14 10:20:14.645 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-a2d99258-ea79-47ab-ab25-f8198c3c605f> 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.
05:20:14 10:20:14.645 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-690b352d-fa58-48c2-9f09-5a93ac28ffd1> 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.
05:20:14 10:20:14.645 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-f78b0371-806a-4040-b02c-1ad215704bea> 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.
05:20:14 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
05:20:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
05:20:14 10:20:14.649 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:14 10:20:14.730 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Started mock server on port 34243
05:20:14 10:20:14.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M35.298S> interval (min=<PT5M>)
05:20:14 10:20:14.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:14 10:20:14.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.383S> interval (min=<PT5M>)
05:20:14 10:20:14.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M5.51S> interval (min=<PT5M>)
05:20:14 10:20:14.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-94849046-c331-4896-9cbd-8a5caf8232d9>
05:20:14 10:20:14.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.527S> interval (min=<PT5M>)
05:20:14 10:20:14.751 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-94849046-c331-4896-9cbd-8a5caf8232d9>.
05:20:14 10:20:14.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-94849046-c331-4896-9cbd-8a5caf8232d9>.
05:20:14 10:20:14.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.449S> interval (min=<PT5M>)
05:20:14 10:20:14.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:14 10:20:14.757 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:14 10:20:14.758 [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=[]]}]>
05:20:14 10:20:14.759 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:14 10:20:14.759 [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=[]]}]>
05:20:14 10:20:14.762 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
05:20:14 10:20:14.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
05:20:14 10:20:14.770 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:14 10:20:14.770 [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=[]]}]>
05:20:14 10:20:14.771 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:14 10:20:14.771 [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=[]]}]>
05:20:14 10:20:14.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - TESTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalStateException>: just for testing., description=child failed, time=2024-02-13T10:20:14.771487161Z, connectivityStatus=null]>
05:20:14 10:20:14.784 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-d4a3bc4f-46f9-4037-8d3a-669a9a62ae63>
05:20:14 10:20:14.786 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d4a3bc4f-46f9-4037-8d3a-669a9a62ae63>.
05:20:14 10:20:14.786 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d4a3bc4f-46f9-4037-8d3a-669a9a62ae63>.
05:20:14 10:20:14.788 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:14 10:20:14.789 [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=[]]}]>
05:20:14 10:20:14.790 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:14 10:20:14.790 [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=[]]}]>
05:20:14 10:20:14.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
05:20:14 10:20:14.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
05:20:14 10:20:14.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
05:20:14 10:20:14.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-94849046-c331-4896-9cbd-8a5caf8232d9>
05:20:14 10:20:14.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-d4a3bc4f-46f9-4037-8d3a-669a9a62ae63>
05:20:17 10:20:17.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:20:17 10:20:17.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-6157cc34-0c50-4e0e-b354-2dba8891b651>
05:20:17 10:20:17.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6157cc34-0c50-4e0e-b354-2dba8891b651>.
05:20:17 10:20:17.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6157cc34-0c50-4e0e-b354-2dba8891b651>.
05:20:17 10:20:17.881 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:17 10:20:17.882 [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=[]]}]>
05:20:17 10:20:17.883 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:17 10:20:17.884 [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=[]]}]>
05:20:17 10:20:17.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
05:20:17 10:20:17.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
05:20:17 10:20:17.886 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
05:20:17 10:20:17.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-6157cc34-0c50-4e0e-b354-2dba8891b651>
05:20:20 10:20:20.964 [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.
05:20:20 10:20:20.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-aec40015-f746-4621-93f4-d8784f5f21c6>
05:20:20 10:20:20.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-aec40015-f746-4621-93f4-d8784f5f21c6>.
05:20:20 10:20:20.984 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-aec40015-f746-4621-93f4-d8784f5f21c6>.
05:20:20 10:20:20.987 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:20 10:20:20.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:20:20 10:20:20.990 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:20 10:20:20.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:20:20 10:20:20.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
05:20:20 10:20:20.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
05:20:20 10:20:20.992 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:20 10:20:20.992 [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=[]]}]>
05:20:20 10:20:20.993 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:20 10:20:20.993 [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=[]]}]>
05:20:20 10:20:20.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
05:20:21 10:20:21.007 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-73bf4997-40a5-495c-a428-724536747ca4>
05:20:21 10:20:21.008 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-73bf4997-40a5-495c-a428-724536747ca4>.
05:20:21 10:20:21.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-73bf4997-40a5-495c-a428-724536747ca4>.
05:20:21 10:20:21.011 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:21 10:20:21.011 [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=[]]}]>
05:20:21 10:20:21.012 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:21 10:20:21.012 [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=[]]}]>
05:20:21 10:20:21.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
05:20:21 10:20:21.017 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
05:20:21 10:20:21.017 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
05:20:21 10:20:21.075 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-aec40015-f746-4621-93f4-d8784f5f21c6>
05:20:21 10:20:21.075 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-73bf4997-40a5-495c-a428-724536747ca4>
05:20:24 10:20:24.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:20:24 10:20:24.065 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Sending thing modified message: ThingModified [type=things.events:thingModified, timestamp=2024-02-13T10:18:30.729627998Z, 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]]
05:20:24 10:20:24.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-cba8480f-0543-42f0-b44e-aa02f98fedec>
05:20:24 10:20:24.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-cba8480f-0543-42f0-b44e-aa02f98fedec>.
05:20:24 10:20:24.086 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-cba8480f-0543-42f0-b44e-aa02f98fedec>.
05:20:24 10:20:24.088 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.088 [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=[]]}]>
05:20:24 10:20:24.089 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.089 [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=[]]}]>
05:20:24 10:20:24.105 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-a58cc197-fda9-4f2a-8b2e-e7c06498e164>
05:20:24 10:20:24.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a58cc197-fda9-4f2a-8b2e-e7c06498e164>.
05:20:24 10:20:24.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a58cc197-fda9-4f2a-8b2e-e7c06498e164>.
05:20:24 10:20:24.108 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.108 [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=[]]}]>
05:20:24 10:20:24.109 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:20:24 10:20:24.111 [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.
05:20:24 10:20:24.123 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-541b5301-26b4-4a6b-b05a-2707603af272>
05:20:24 10:20:24.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-541b5301-26b4-4a6b-b05a-2707603af272>.
05:20:24 10:20:24.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-541b5301-26b4-4a6b-b05a-2707603af272>.
05:20:24 10:20:24.127 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.127 [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=[]]}]>
05:20:24 10:20:24.128 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.128 [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=[]]}]>
05:20:24 10:20:24.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-541b5301-26b4-4a6b-b05a-2707603af272>.
05:20:24 10:20:24.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-541b5301-26b4-4a6b-b05a-2707603af272>.
05:20:24 10:20:24.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-cba8480f-0543-42f0-b44e-aa02f98fedec>
05:20:24 10:20:24.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-a58cc197-fda9-4f2a-8b2e-e7c06498e164>
05:20:24 10:20:24.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-541b5301-26b4-4a6b-b05a-2707603af272>
05:20:24 10:20:24.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-8d8605db-974a-4a4e-b4b4-cca9f02a07a9>
05:20:24 10:20:24.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8d8605db-974a-4a4e-b4b4-cca9f02a07a9>.
05:20:24 10:20:24.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8d8605db-974a-4a4e-b4b4-cca9f02a07a9>.
05:20:24 10:20:24.238 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.239 [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=[]]}]>
05:20:24 10:20:24.240 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.241 [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=[]]}]>
05:20:24 10:20:24.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-8d8605db-974a-4a4e-b4b4-cca9f02a07a9>
05:20:24 10:20:24.345 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-c66e9178-38ff-4d4c-bd5e-f416f770cb7f>
05:20:24 10:20:24.346 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c66e9178-38ff-4d4c-bd5e-f416f770cb7f>.
05:20:24 10:20:24.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c66e9178-38ff-4d4c-bd5e-f416f770cb7f>.
05:20:24 10:20:24.349 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.350 [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=[]]}]>
05:20:24 10:20:24.351 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.351 [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=[]]}]>
05:20:24 10:20:24.352 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-c66e9178-38ff-4d4c-bd5e-f416f770cb7f>.
05:20:24 10:20:24.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-c66e9178-38ff-4d4c-bd5e-f416f770cb7f>
05:20:24 10:20:24.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-7cea28d0-1e10-4475-983c-98b65d8e4364>
05:20:24 10:20:24.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7cea28d0-1e10-4475-983c-98b65d8e4364>.
05:20:24 10:20:24.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7cea28d0-1e10-4475-983c-98b65d8e4364>.
05:20:24 10:20:24.461 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.461 [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=[]]}]>
05:20:24 10:20:24.462 [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@5021a165]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.463 [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=[]]}]>
05:20:24 10:20:24.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-7cea28d0-1e10-4475-983c-98b65d8e4364>.
05:20:24 10:20:24.465 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Successfully closed mock server.
05:20:24 10:20:24.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:24 10:20:24.465 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:20:24 10:20:24.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
05:20:24 10:20:24.465 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:20:24 10:20:24.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
05:20:24 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.814 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
05:20:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
05:20:24 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
05:20:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
05:20:24 10:20:24.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-7cea28d0-1e10-4475-983c-98b65d8e4364>
05:20:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
05:20:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
05:20:24 10:20:24.487 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:24 10:20:24.525 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:20:24 10:20:24.536 [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-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb#325294910])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb#325294910]''
05:20:24 10:20:24.538 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:20:24 10:20:24.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:20:24 10:20:24.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H29M7.127S>
05:20:24 10:20:24.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:24 10:20:24.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.861S> interval (min=<PT5M>)
05:20:24 10:20:24.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:24 10:20:24.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-07375e3a-177e-4124-b4d6-a431dd8390cb> was recovered: null
05:20:24 10:20:24.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:24 10:20:24.567 [WARN ] [PekkoTestSystem-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@79f66e13]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.569 [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:connectionCreated> for connection with ID <connection-07375e3a-177e-4124-b4d6-a431dd8390cb>: <[always-alive, priority-0]>
05:20:24 10:20:24.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:20:24 10:20:24.572 [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-02-13T10:20:24.566179592Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-07375e3a-177e-4124-b4d6-a431dd8390cb, revision=1, connectionId=connection-07375e3a-177e-4124-b4d6-a431dd8390cb, connection=ImmutableConnection [id=connection-07375e3a-177e-4124-b4d6-a431dd8390cb, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41645, 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-02-13T10:20:24.566023797Z, created=2024-02-13T10:20:24.566023797Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb/pa#1086038577]''
05:20:24 10:20:24.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-07375e3a-177e-4124-b4d6-a431dd8390cb> with <1> clients.
05:20:24 10:20:24.574 [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-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb#325294910])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb#325294910]''
05:20:24 10:20:24.574 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-07375e3a-177e-4124-b4d6-a431dd8390cb> failed due to ConnectionFailedException: The Connection with ID 'connection-07375e3a-177e-4124-b4d6-a431dd8390cb' failed to connect..
05:20:24 10:20:24.575 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
05:20:24 10:20:24.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-07375e3a-177e-4124-b4d6-a431dd8390cb>: <[]>
05:20:24 10:20:24.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
05:20:24 10:20:24.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionDeleted,ConnectionDeleted [type=connectivity.events:connectionDeleted, timestamp=2024-02-13T10:20:24.576695674Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, version=2, ditto-event-journal-tags=[]}], metadata=null, entityId=connection-07375e3a-177e-4124-b4d6-a431dd8390cb, revision=2, connectionId=connection-07375e3a-177e-4124-b4d6-a431dd8390cb],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb/pa#1086038577]''
05:20:24 10:20:24.580 [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-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb#325294910])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-07375e3a-177e-4124-b4d6-a431dd8390cb/connection-07375e3a-177e-4124-b4d6-a431dd8390cb#325294910]''
05:20:24 10:20:24.581 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-07375e3a-177e-4124-b4d6-a431dd8390cb>
05:20:24 10:20:24.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:20:24 10:20:24.659 [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-0adf0b21-ce3a-4e36-9fea-555299952bee/connection-0adf0b21-ce3a-4e36-9fea-555299952bee#-1774936776])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0adf0b21-ce3a-4e36-9fea-555299952bee/connection-0adf0b21-ce3a-4e36-9fea-555299952bee#-1774936776]''
05:20:24 10:20:24.661 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:20:24 10:20:24.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:20:24 10:20:24.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H18M30.114S>
05:20:24 10:20:24.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.953S> interval (min=<PT5M>)
05:20:24 10:20:24.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:24 10:20:24.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-0adf0b21-ce3a-4e36-9fea-555299952bee> was recovered: null
05:20:24 10:20:24.669 [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@61a2155]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.670 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-0adf0b21-ce3a-4e36-9fea-555299952bee>: <[always-alive, priority-0]>
05:20:24 10:20:24.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:20:24 10:20:24.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-02-13T10:20:24.667338690Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-0adf0b21-ce3a-4e36-9fea-555299952bee, revision=1, connectionId=connection-0adf0b21-ce3a-4e36-9fea-555299952bee, connection=ImmutableConnection [id=connection-0adf0b21-ce3a-4e36-9fea-555299952bee, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35159, 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-02-13T10:20:24.667141977Z, created=2024-02-13T10:20:24.667141977Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0adf0b21-ce3a-4e36-9fea-555299952bee/connection-0adf0b21-ce3a-4e36-9fea-555299952bee/pa#-1525421679]''
05:20:24 10:20:24.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-0adf0b21-ce3a-4e36-9fea-555299952bee> with <1> clients.
05:20:24 10:20:24.674 [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-0adf0b21-ce3a-4e36-9fea-555299952bee/connection-0adf0b21-ce3a-4e36-9fea-555299952bee#-1774936776])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0adf0b21-ce3a-4e36-9fea-555299952bee/connection-0adf0b21-ce3a-4e36-9fea-555299952bee#-1774936776]''
05:20:24 10:20:24.674 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-0adf0b21-ce3a-4e36-9fea-555299952bee> failed due to ConnectionFailedException: The Connection with ID 'connection-0adf0b21-ce3a-4e36-9fea-555299952bee' failed to connect..
05:20:24 10:20:24.674 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
05:20:24 10:20:24.676 [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:connectionClosed> for connection with ID <connection-0adf0b21-ce3a-4e36-9fea-555299952bee>: <[]>
05:20:24 10:20:24.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
05:20:24 10:20:24.679 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <disconnect> on connection <connection-0adf0b21-ce3a-4e36-9fea-555299952bee> failed due to ConnectionFailedException: The Connection with ID 'connection-0adf0b21-ce3a-4e36-9fea-555299952bee' failed to connect..
05:20:24 10:20:24.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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-0adf0b21-ce3a-4e36-9fea-555299952bee' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
05:20:24 10:20:24.679 [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-0adf0b21-ce3a-4e36-9fea-555299952bee/connection-0adf0b21-ce3a-4e36-9fea-555299952bee#-1774936776])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0adf0b21-ce3a-4e36-9fea-555299952bee/connection-0adf0b21-ce3a-4e36-9fea-555299952bee#-1774936776]''
05:20:24 10:20:24.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-0adf0b21-ce3a-4e36-9fea-555299952bee>
05:20:24 10:20:24.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:20:24 10:20:24.734 [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-f359bab7-8c04-4ede-94bb-0cec0b183051/connection-f359bab7-8c04-4ede-94bb-0cec0b183051#2079792940])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f359bab7-8c04-4ede-94bb-0cec0b183051/connection-f359bab7-8c04-4ede-94bb-0cec0b183051#2079792940]''
05:20:24 10:20:24.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:20:24 10:20:24.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:20:24 10:20:24.742 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H10M12.559S>
05:20:24 10:20:24.742 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:24 10:20:24.742 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.792S> interval (min=<PT5M>)
05:20:24 10:20:24.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f359bab7-8c04-4ede-94bb-0cec0b183051> was recovered: null
05:20:24 10:20:24.745 [WARN ] [PekkoTestSystem-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@ba67380]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.745 [INFO ] [PekkoTestSystem-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-f359bab7-8c04-4ede-94bb-0cec0b183051>: <[always-alive, priority-0]>
05:20:24 10:20:24.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:20:24 10:20:24.748 [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-02-13T10:20:24.743636867Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-f359bab7-8c04-4ede-94bb-0cec0b183051, revision=1, connectionId=connection-f359bab7-8c04-4ede-94bb-0cec0b183051, connection=ImmutableConnection [id=connection-f359bab7-8c04-4ede-94bb-0cec0b183051, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:39111, 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-02-13T10:20:24.743504679Z, created=2024-02-13T10:20:24.743504679Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f359bab7-8c04-4ede-94bb-0cec0b183051/connection-f359bab7-8c04-4ede-94bb-0cec0b183051/pa#-273987848]''
05:20:24 10:20:24.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-f359bab7-8c04-4ede-94bb-0cec0b183051> with <1> clients.
05:20:24 10:20:24.749 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-f359bab7-8c04-4ede-94bb-0cec0b183051> failed due to ConnectionFailedException: The Connection with ID 'connection-f359bab7-8c04-4ede-94bb-0cec0b183051' failed to connect..
05:20:24 10:20:24.749 [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-f359bab7-8c04-4ede-94bb-0cec0b183051/connection-f359bab7-8c04-4ede-94bb-0cec0b183051#2079792940])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f359bab7-8c04-4ede-94bb-0cec0b183051/connection-f359bab7-8c04-4ede-94bb-0cec0b183051#2079792940]''
05:20:24 10:20:24.749 [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
05:20:24 10:20:24.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f359bab7-8c04-4ede-94bb-0cec0b183051>
05:20:24 10:20:24.797 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:20:24 10:20:24.809 [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-f32f727b-1411-4b95-a232-79b168aba4a7/connection-f32f727b-1411-4b95-a232-79b168aba4a7#7382451])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f32f727b-1411-4b95-a232-79b168aba4a7/connection-f32f727b-1411-4b95-a232-79b168aba4a7#7382451]''
05:20:24 10:20:24.811 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:20:24 10:20:24.813 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:20:24 10:20:24.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:24 10:20:24.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M3.325S> interval (min=<PT5M>)
05:20:24 10:20:24.829 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H49M53.406S>
05:20:24 10:20:24.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f32f727b-1411-4b95-a232-79b168aba4a7> was recovered: null
05:20:24 10:20:24.832 [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@15761d7e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.833 [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-f32f727b-1411-4b95-a232-79b168aba4a7>: <[always-alive, priority-0]>
05:20:24 10:20:24.836 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
05:20:24 10:20:24.836 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-02-13T10:20:24.831288334Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-f32f727b-1411-4b95-a232-79b168aba4a7, revision=1, connectionId=connection-f32f727b-1411-4b95-a232-79b168aba4a7, connection=ImmutableConnection [id=connection-f32f727b-1411-4b95-a232-79b168aba4a7, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35683, 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-02-13T10:20:24.831134645Z, created=2024-02-13T10:20:24.831134645Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f32f727b-1411-4b95-a232-79b168aba4a7/connection-f32f727b-1411-4b95-a232-79b168aba4a7/pa#1198109295]''
05:20:24 10:20:24.836 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-f32f727b-1411-4b95-a232-79b168aba4a7> with <1> clients.
05:20:24 10:20:24.837 [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-f32f727b-1411-4b95-a232-79b168aba4a7/connection-f32f727b-1411-4b95-a232-79b168aba4a7#7382451])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f32f727b-1411-4b95-a232-79b168aba4a7/connection-f32f727b-1411-4b95-a232-79b168aba4a7#7382451]''
05:20:24 10:20:24.837 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-f32f727b-1411-4b95-a232-79b168aba4a7> failed due to ConnectionFailedException: The Connection with ID 'connection-f32f727b-1411-4b95-a232-79b168aba4a7' failed to connect..
05:20:24 10:20:24.837 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
05:20:24 10:20:24.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@15761d7e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:24 10:20:24.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-f32f727b-1411-4b95-a232-79b168aba4a7>: <[always-alive, priority-0]>
05:20:24 10:20:24.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
05:20:24 10:20:24.843 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-f32f727b-1411-4b95-a232-79b168aba4a7> failed due to ConnectionFailedException: The Connection with ID 'connection-f32f727b-1411-4b95-a232-79b168aba4a7' failed to connect..
05:20:24 10:20:24.844 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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-f32f727b-1411-4b95-a232-79b168aba4a7' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
05:20:24 10:20:24.844 [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-f32f727b-1411-4b95-a232-79b168aba4a7/connection-f32f727b-1411-4b95-a232-79b168aba4a7#7382451])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-f32f727b-1411-4b95-a232-79b168aba4a7/connection-f32f727b-1411-4b95-a232-79b168aba4a7#7382451]''
05:20:24 10:20:24.846 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f32f727b-1411-4b95-a232-79b168aba4a7>
05:20:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
05:20:24 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
05:20:24 10:20:24.864 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
05:20:24 10:20:24.864 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:24 10:20:24.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:20:24 10:20:24.945 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:20:24 10:20:24.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4/connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4#-1638151083])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4/connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4#-1638151083]''
05:20:24 10:20:24.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:20:24 10:20:24.952 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H5M37.752S>
05:20:24 10:20:24.952 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:24 10:20:24.952 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M1.076S> interval (min=<PT5M>)
05:20:24 10:20:24.957 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4> was recovered: ImmutableConnection [id=connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:45257, 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-02-13T10:18:30.729627998Z, created=null]
05:20:24 10:20:24.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received message in 'deleted' state - ignoring!: PingCommand [entityId=connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4, correlationId=123, payload="always-alive"]
05:20:27 10:20:26.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4> was deleted recently. Shutting Actor down ...
05:20:27 10:20:26.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3972174a-6d0e-43dd-9c0e-83ab25a042f4>
05:20:27 10:20:27.056 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:20:27 10:20:27.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:20:27 10:20:27.066 [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-a83f01c8-f704-48f4-9684-9f320981fa6c/connection-a83f01c8-f704-48f4-9684-9f320981fa6c#1085936120])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a83f01c8-f704-48f4-9684-9f320981fa6c/connection-a83f01c8-f704-48f4-9684-9f320981fa6c#1085936120]''
05:20:27 10:20:27.067 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
05:20:27 10:20:27.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H34M29.742S>
05:20:27 10:20:27.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:27 10:20:27.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M22.282S> interval (min=<PT5M>)
05:20:27 10:20:27.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a83f01c8-f704-48f4-9684-9f320981fa6c> was recovered: ImmutableConnection [id=connection-a83f01c8-f704-48f4-9684-9f320981fa6c, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35633, 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]
05:20:27 10:20:27.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a83f01c8-f704-48f4-9684-9f320981fa6c> with <1> clients.
05:20:27 10:20:27.139 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-a83f01c8-f704-48f4-9684-9f320981fa6c]> 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 [{}]]>
05:20:27 10:20:27.140 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-19] 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 [{}]]
05:20:27 10:20:27.140 [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-a83f01c8-f704-48f4-9684-9f320981fa6c/connection-a83f01c8-f704-48f4-9684-9f320981fa6c#1085936120])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-a83f01c8-f704-48f4-9684-9f320981fa6c/connection-a83f01c8-f704-48f4-9684-9f320981fa6c#1085936120]''
05:20:27 10:20:27.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M48.956S> interval (min=<PT5M>)
05:20:27 10:20:27.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a83f01c8-f704-48f4-9684-9f320981fa6c>
05:20:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.296 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
05:20:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
05:20:27 10:20:27.162 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:27 10:20:27.229 [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>.
05:20:27 10:20:27.232 [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>.
05:20:27 10:20:27.255 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithCustomMapper-dcda2f3, content-type=application/json, inbound=mapping, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=header}]
05:20:27 10:20:27.257 [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>.
05:20:27 10:20:27.359 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] 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>.
05:20:27 10:20:27.362 [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>.
05:20:27 10:20:27.378 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=6690af8a-ad35-4660-b960-97b145effa77, response-required=false, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.384 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=e5a8823a-55eb-4893-bc4b-a8f271368793, response-required=false, content-type=application/json, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f2355beb-af1a-4c68-be65-0dc8b396ba4a, response-required=false, content-type=application/json, channel=live, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.454 [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>.
05:20:27 10:20:27.457 [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>.
05:20:27 10:20:27.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=5ef1dc34-060d-47a3-909b-18c832695cff, content-type=application/json, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.555 [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>.
05:20:27 10:20:27.558 [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>.
05:20:27 10:20:27.574 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=1c6ce484-1dc6-4141-8d0b-250ea3362b4f, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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>.
05:20:27 10:20:27.654 [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>.
05:20:27 10:20:27.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <Faulty>: <The external message with content-type 'application/json' could not be mapped.>
05:20:27 10:20:27.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-4e1ee76, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-4e1ee76, content-type=application/json}
05:20:27 10:20:27.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:27 10:20:27.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>.
05:20:27 10:20:27.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{qos=0, source=ditto:ditto, ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=7f5fea0b-317d-4391-80e2-5e10e54bf03e, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.825 [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>.
05:20:27 10:20:27.828 [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>.
05:20:27 10:20:27.832 [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=["error"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=bfedbefe-b296-4244-bd2f-b6e8771a96c5, response-required=false, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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.>
05:20:27 10:20:27.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{ditto-inbound-payload-mapper=default, correlation-id=bfedbefe-b296-4244-bd2f-b6e8771a96c5, ditto-connection-id=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-reply-target=0, ditto-expected-response-types=["error"], response-required=false, ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}}] : with HeaderMapping Optional.empty : and external headers {}
05:20:27 10:20:27.910 [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>.
05:20:27 10:20:27.913 [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>.
05:20:27 10:20:27.927 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessed-97ab34a, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
05:20:27 10:20:27.928 [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>.
05:20:28 10:20:28.018 [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>.
05:20:28 10:20:28.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=57ef5a66-bf5c-4143-9981-a2d6391129c2, requested-acks=["dummy-request"], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:20:28 10:20:28.097 [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>.
05:20:28 10:20:28.099 [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>.
05:20:28 10:20:28.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=46418c22-6e68-4b25-8f25-edc2ab575e74, source=integration:46418c22-6e68-4b25-8f25-edc2ab575e74:hub-application/json, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["integration:46418c22-6e68-4b25-8f25-edc2ab575e74:hub-application/json","integration:application/json:hub-46418c22-6e68-4b25-8f25-edc2ab575e74"]}, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
05:20:28 10:20:28.115 [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>.
05:20:28 10:20:28.178 [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>.
05:20:28 10:20:28.180 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:28 10:20:28.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <mediatype.unsupported> when processing external message with mapper <default>: <The Content-Type header was empty or not present. Please set Content-Type header to "application/merge-patch+json" for this resource>
05:20:28 10:20:28.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{channel=live, ditto-entity-id=thing:Testspace:octopus, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["integration:7a3bdb94-062c-4b11-8b6a-c5e479219034:hub-application/json"]}, correlation-id=e03d4a7f-6fa8-4236-b628-a33c4573b6a0}] : with HeaderMapping Optional.empty : and external headers {}
05:20:28 10:20:28.275 [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>.
05:20:28 10:20:28.277 [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>.
05:20:28 10:20:28.292 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <protocoladapter:unknown.path> when processing external message with mapper <default>: <The path '/invalid' does not correspond to any known command, response or event.>
05:20:28 10:20:28.292 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=70960611-35ca-4472-87b2-6aafea6966b9, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["integration:70960611-35ca-4472-87b2-6aafea6966b9:hub-application/json"]}}] : with HeaderMapping Optional.empty : and external headers {}
05:20:28 10:20:28.378 [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>.
05:20:28 10:20:28.481 [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>.
05:20:28 10:20:28.496 [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.>
05:20:28 10:20:28.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{response-required=false, correlation-id=7995b6b4-f538-4099-8b39-4deeb89c3a8a, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={correlation-id={{ header:correlation-id }}, source={{ request:subjectId }}}]] : and external headers {correlation-id=7995b6b4-f538-4099-8b39-4deeb89c3a8a, content-type=application/json}
05:20:28 10:20:28.565 [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>.
05:20:28 10:20:28.642 [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>.
05:20:28 10:20:28.644 [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>.
05:20:28 10:20:28.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=integration:application/json:hub, ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["integration:application/json:hub","integration:hub-application/json"]}, correlation-id=9fdf9759-c15f-4ec9-8513-8ddd7fb6a808, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
05:20:28 10:20:28.659 [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>.
05:20:28 10:20:28.725 [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>.
05:20:28 10:20:28.727 [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>.
05:20:28 10:20:28.741 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithDefaultMapper-b15d2f2, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
05:20:28 10:20:28.742 [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>.
05:20:28 10:20:28.904 [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>.
05:20:29 10:20:29.001 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:20:29 10:20:29.014 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-b3debbc, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
05:20:29 10:20:29.015 [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'.>
05:20:29 10:20:29.015 [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-b3debbc, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-b3debbc, content-type=application/json}
05:20:29 10:20:29.083 [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>.
05:20:29 10:20:29.084 [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.
05:20:29 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.938 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
05:20:29 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
05:20:29 10:20:29.113 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:29 10:20:29.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M34.751S> interval (min=<PT5M>)
05:20:29 10:20:29.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:29 10:20:29.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.421S> interval (min=<PT5M>)
05:20:29 10:20:29.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.646S> interval (min=<PT5M>)
05:20:29 10:20:29.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M3.183S> interval (min=<PT5M>)
05:20:29 10:20:29.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:29 10:20:29.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:29 10:20:29.669 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:29 10:20:29.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.821S> interval (min=<PT5M>)
05:20:29 10:20:29.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:29 10:20:29.678 [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@43e43b74]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:29 10:20:29.679 [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=[]]}]>
05:20:29 10:20:29.680 [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@43e43b74]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:29 10:20:29.680 [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=[]]}]>
05:20:29 10:20:29.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:29 10:20:29.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:29 10:20:29.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:29 10:20:29.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:29 10:20:29.804 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:29 10:20:29.804 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:29 10:20:29.804 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:30 10:20:29.954 [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.
05:20:30 10:20:30.102 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:30 10:20:30.105 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:30 10:20:30.106 [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>.
05:20:30 10:20:30.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<true>, ackType=<1 accepted>
05:20:30 10:20:30.109 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
05:20:30 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
05:20:30 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
05:20:30 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
05:20:30 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
05:20:30 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
05:20:30 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:20:30 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:20:30 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:20:30 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
05:20:30 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
05:20:30 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:20:30 	at java.base/java.lang.Thread.run(Thread.java:833)
05:20:30 10:20:30.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:modifyThing> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]>
05:20:30 10:20:30.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:30 10:20:30.351 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M41.755S> interval (min=<PT5M>)
05:20:30 10:20:30.351 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:30 10:20:30.352 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.84S> interval (min=<PT5M>)
05:20:30 10:20:30.352 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.367S> interval (min=<PT5M>)
05:20:30 10:20:30.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.189S> interval (min=<PT5M>)
05:20:30 10:20:30.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-18da7ba4-8c68-4cbe-a22f-d6be6c44c545>
05:20:30 10:20:30.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18da7ba4-8c68-4cbe-a22f-d6be6c44c545>.
05:20:30 10:20:30.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18da7ba4-8c68-4cbe-a22f-d6be6c44c545>.
05:20:30 10:20:30.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:30 10:20:30.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.94S> interval (min=<PT5M>)
05:20:30 10:20:30.389 [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@6fa3de5f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:30 10:20:30.390 [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=[]]}]>
05:20:30 10:20:30.391 [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@6fa3de5f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:30 10:20:30.392 [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=[]]}]>
05:20:30 10:20:30.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:30 10:20:30.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:30 10:20:30.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:30 10:20:30.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-18da7ba4-8c68-4cbe-a22f-d6be6c44c545> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
05:20:30 10:20:30.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:30 10:20:30.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:30 10:20:30.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:30 10:20:30.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-18da7ba4-8c68-4cbe-a22f-d6be6c44c545>
05:20:30 10:20:30.671 [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.
05:20:30 10:20:30.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:30 10:20:30.675 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:30 10:20:30.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-18da7ba4-8c68-4cbe-a22f-d6be6c44c545, 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}]
05:20:30 10:20:30.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-18da7ba4-8c68-4cbe-a22f-d6be6c44c545, 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}]
05:20:30 10:20:30.679 [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>.
05:20:30 10:20:30.679 [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>.
05:20:30 10:20:30.736 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M49.263S> interval (min=<PT5M>)
05:20:30 10:20:30.736 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:30 10:20:30.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M47.291S> interval (min=<PT5M>)
05:20:30 10:20:30.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M35.769S> interval (min=<PT5M>)
05:20:30 10:20:30.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M2.18S> interval (min=<PT5M>)
05:20:30 10:20:30.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:30 10:20:30.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:30 10:20:30.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:30 10:20:30.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M44.34S> interval (min=<PT5M>)
05:20:30 10:20:30.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:30 10:20:30.770 [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@61794d37]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:30 10:20:30.771 [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=[]]}]>
05:20:30 10:20:30.772 [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@61794d37]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:30 10:20:30.772 [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=[]]}]>
05:20:30 10:20:30.774 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:30 10:20:30.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:30 10:20:30.775 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:30 10:20:30.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:30 10:20:30.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:30 10:20:30.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:30 10:20:30.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:31 10:20:31.056 [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.
05:20:31 10:20:31.068 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Connection interrupted: amqp://test:1234
05:20:31 10:20:31.671 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://test:1234
05:20:31 10:20:31.773 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:31 10:20:31.813 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M2.404S> interval (min=<PT5M>)
05:20:31 10:20:31.813 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:31 10:20:31.814 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.277S> interval (min=<PT5M>)
05:20:31 10:20:31.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.286S> interval (min=<PT5M>)
05:20:31 10:20:31.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.059S> interval (min=<PT5M>)
05:20:31 10:20:31.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:31 10:20:31.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:31 10:20:31.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:31 10:20:31.848 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:31 10:20:31.848 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.405S> interval (min=<PT5M>)
05:20:31 10:20:31.849 [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@138d4ec3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:31 10:20:31.849 [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=[]]}]>
05:20:31 10:20:31.851 [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@138d4ec3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:31 10:20:31.851 [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=[]]}]>
05:20:31 10:20:31.854 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:31 10:20:31.854 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:31 10:20:31.854 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:31 10:20:31.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:31 10:20:31.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:31 10:20:31.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:31 10:20:31.960 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:32 10:20:32.130 [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.
05:20:32 10:20:32.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] 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]>
05:20:32 10:20:32.334 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:32 10:20:32.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M4.079S> interval (min=<PT5M>)
05:20:32 10:20:32.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:32 10:20:32.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.653S> interval (min=<PT5M>)
05:20:32 10:20:32.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.861S> interval (min=<PT5M>)
05:20:32 10:20:32.377 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.211S> interval (min=<PT5M>)
05:20:32 10:20:32.405 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:32 10:20:32.407 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:32 10:20:32.407 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:32 10:20:32.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:32 10:20:32.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M26.506S> interval (min=<PT5M>)
05:20:32 10:20:32.412 [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@5dd91153]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:32 10:20:32.412 [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=[]]}]>
05:20:32 10:20:32.414 [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@5dd91153]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:32 10:20:32.414 [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=[]]}]>
05:20:32 10:20:32.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:32 10:20:32.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:32 10:20:32.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:32 10:20:32.430 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:32 10:20:32.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:32 10:20:32.690 [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.
05:20:32 10:20:32.694 [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=target:ditto/thing@twin]>
05:20:32 10:20:32.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:32 10:20:32.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M36.139S> interval (min=<PT5M>)
05:20:32 10:20:32.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:32 10:20:32.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M18.55S> interval (min=<PT5M>)
05:20:32 10:20:32.940 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M55.992S> interval (min=<PT5M>)
05:20:32 10:20:32.940 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M26.714S> interval (min=<PT5M>)
05:20:32 10:20:32.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:32 10:20:32.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:32 10:20:32.967 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:32 10:20:32.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:32 10:20:32.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M6.134S> interval (min=<PT5M>)
05:20:32 10:20:32.972 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5492fa8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:32 10:20:32.973 [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=[]]}]>
05:20:32 10:20:32.974 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5492fa8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:32 10:20:32.974 [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=[]]}]>
05:20:32 10:20:32.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:32 10:20:32.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:32 10:20:32.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:32 10:20:32.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:32 10:20:32.980 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:32 10:20:32.980 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:33 10:20:32.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:33 10:20:32.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:33 10:20:33.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:33 10:20:33.257 [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.
05:20:33 10:20:33.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:33 10:20:33.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M29.821S> interval (min=<PT5M>)
05:20:33 10:20:33.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:33 10:20:33.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.75S> interval (min=<PT5M>)
05:20:33 10:20:33.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M0.295S> interval (min=<PT5M>)
05:20:33 10:20:33.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.329S> interval (min=<PT5M>)
05:20:33 10:20:33.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-48ccf26c-a9bd-4a86-9a99-399a82114b3e>
05:20:33 10:20:33.349 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-48ccf26c-a9bd-4a86-9a99-399a82114b3e>.
05:20:33 10:20:33.349 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-48ccf26c-a9bd-4a86-9a99-399a82114b3e>.
05:20:33 10:20:33.355 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.383S> interval (min=<PT5M>)
05:20:33 10:20:33.355 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:33 10:20:33.356 [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@2caf628f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:33 10:20:33.356 [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=[]]}]>
05:20:33 10:20:33.357 [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@2caf628f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:33 10:20:33.357 [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=[]]}]>
05:20:33 10:20:33.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:33 10:20:33.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:33 10:20:33.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-48ccf26c-a9bd-4a86-9a99-399a82114b3e> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
05:20:33 10:20:33.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:33 10:20:33.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:33 10:20:33.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:33 10:20:33.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-48ccf26c-a9bd-4a86-9a99-399a82114b3e>
05:20:33 10:20:33.637 [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.
05:20:33 10:20:33.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:33 10:20:33.640 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:33 10:20:33.642 [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"], ditto-origin=connection-48ccf26c-a9bd-4a86-9a99-399a82114b3e, 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}]
05:20:33 10:20:33.643 [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-48ccf26c-a9bd-4a86-9a99-399a82114b3e, 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}]
05:20:33 10:20:33.643 [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>.
05:20:33 10:20:33.644 [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>.
05:20:33 10:20:33.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M3.162S> interval (min=<PT5M>)
05:20:33 10:20:33.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:33 10:20:33.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.048S> interval (min=<PT5M>)
05:20:33 10:20:33.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.347S> interval (min=<PT5M>)
05:20:33 10:20:33.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M1.473S> interval (min=<PT5M>)
05:20:33 10:20:33.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:33 10:20:33.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:33 10:20:33.719 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:33 10:20:33.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:33 10:20:33.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.389S> interval (min=<PT5M>)
05:20:33 10:20:33.725 [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@334aa2a7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:33 10:20:33.725 [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=[]]}]>
05:20:33 10:20:33.727 [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@334aa2a7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:33 10:20:33.727 [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=[]]}]>
05:20:33 10:20:33.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:33 10:20:33.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:33 10:20:33.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:33 10:20:33.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:33 10:20:33.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:33 10:20:33.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:33 10:20:33.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:34 10:20:34.011 [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.
05:20:34 10:20:34.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:34 10:20:34.016 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:34 10:20:34.017 [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>.
05:20:34 10:20:34.019 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<false>, ackType=<2 rejected>
05:20:34 10:20:34.019 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
05:20: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
05:20:34 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
05:20:34 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$6(AmqpConsumerActor.java:385)
05:20:34 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.reject(AcknowledgeableMessage.java:52)
05:20:34 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:184)
05:20:34 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:20:34 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:20:34 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:20:34 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
05:20:34 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
05:20:34 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:20:34 	at java.base/java.lang.Thread.run(Thread.java:833)
05:20:34 10:20:34.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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]>
05:20:34 10:20:34.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:34 10:20:34.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M41.525S> interval (min=<PT5M>)
05:20:34 10:20:34.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:34 10:20:34.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.147S> interval (min=<PT5M>)
05:20:34 10:20:34.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.578S> interval (min=<PT5M>)
05:20:34 10:20:34.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.311S> interval (min=<PT5M>)
05:20:34 10:20:34.300 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:34 10:20:34.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:34 10:20:34.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:34 10:20:34.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.05S> interval (min=<PT5M>)
05:20:34 10:20:34.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:34 10:20:34.307 [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@32d5769b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:34 10:20:34.308 [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=[]]}]>
05:20:34 10:20:34.309 [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@32d5769b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:34 10:20:34.309 [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=[]]}]>
05:20:34 10:20:34.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:34 10:20:34.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:34 10:20:34.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:34 10:20:34.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:34 10:20:34.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:34 10:20:34.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:34 10:20:34.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:34 10:20:34.314 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:34 10:20:34.425 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:34 10:20:34.585 [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.
05:20:34 10:20:34.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:34 10:20:34.620 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M2.456S> interval (min=<PT5M>)
05:20:34 10:20:34.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:34 10:20:34.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.376S> interval (min=<PT5M>)
05:20:34 10:20:34.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.954S> interval (min=<PT5M>)
05:20:34 10:20:34.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.93S> interval (min=<PT5M>)
05:20:34 10:20:34.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:34 10:20:34.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:34 10:20:34.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:34 10:20:34.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:34 10:20:34.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M11.877S> interval (min=<PT5M>)
05:20:34 10:20:34.654 [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@1eb2f6d2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:34 10:20:34.654 [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=[]]}]>
05:20:34 10:20:34.655 [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@1eb2f6d2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:34 10:20:34.655 [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=[]]}]>
05:20:34 10:20:34.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:34 10:20:34.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:34 10:20:34.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:34 10:20:34.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:34 10:20:34.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:34 10:20:34.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:34 10:20:34.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:34 10:20:34.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:34 10:20:34.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:34 10:20:34.940 [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.
05:20:34 10:20:34.942 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:34 10:20:34.943 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:34 10:20:34.945 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:34 10:20:34.946 [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"], ditto-origin=connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:34 10:20:34.946 [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>.
05:20:34 10:20:34.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M13.984S> interval (min=<PT5M>)
05:20:34 10:20:34.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:34 10:20:34.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.125S> interval (min=<PT5M>)
05:20:34 10:20:34.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M39.301S> interval (min=<PT5M>)
05:20:34 10:20:34.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M42.327S> interval (min=<PT5M>)
05:20:35 10:20:35.016 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
05:20:35 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.
05:20:35 	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
05:20:35 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
05:20:35 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$3(AmqpClientActorTest.java:231)
05:20:35 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
05:20:35 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
05:20:35 	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
05:20:35 	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
05:20:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:20:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:20:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:20:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:20:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:20:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:20:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:20:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:20:35 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:20:35 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:20:35 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:20:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:20:35 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:20:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:20:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:20:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:20:35 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:20:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:20:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:20:35 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:20:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:20:35 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:20:35 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:20:35 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
05:20:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:20:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:20:35 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:20:35 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:20:35 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:20:35 10:20:35.017 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
05:20:35 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.
05:20:35 	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
05:20:35 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
05:20:35 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$4(AmqpClientActorTest.java:233)
05:20:35 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
05:20:35 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
05:20:35 	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
05:20:35 	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
05:20:35 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
05:20:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:20:35 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:20:35 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:20:35 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:20:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:20:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:20:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:20:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:20:35 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:20:35 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:20:35 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:20:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:20:35 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:20:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:20:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:20:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:20:35 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:20:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:20:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:20:35 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:20:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:20:35 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:20:35 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:20:35 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
05:20:35 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:20:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:20:35 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:20:35 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:20:35 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:20:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:20:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:20:35 10:20:35.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M19.168S> interval (min=<PT5M>)
05:20:35 10:20:35.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M14.058S> interval (min=<PT5M>)
05:20:35 10:20:35.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.393S> interval (min=<PT5M>)
05:20:35 10:20:35.067 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.496S> interval (min=<PT5M>)
05:20:35 10:20:35.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.099 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.099 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.711S> interval (min=<PT5M>)
05:20:35 10:20:35.101 [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@162e7715]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.101 [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=[]]}]>
05:20:35 10:20:35.102 [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@162e7715]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.102 [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=[]]}]>
05:20:35 10:20:35.105 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:FAIL
05:20:35 10:20:35.106 [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#826622518], 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-02-13T10:20:35.105406643Z, connectivityStatus=null]>
05:20:35 10:20:35.106 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#826622518], 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-02-13T10:20:35.105406643Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:20:35 10:20:35.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M47.666S> interval (min=<PT5M>)
05:20:35 10:20:35.141 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.568S> interval (min=<PT5M>)
05:20:35 10:20:35.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.522S> interval (min=<PT5M>)
05:20:35 10:20:35.143 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M32.88S> interval (min=<PT5M>)
05:20:35 10:20:35.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.171 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.171 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M48.446S> interval (min=<PT5M>)
05:20:35 10:20:35.177 [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@48149b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.177 [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=[]]}]>
05:20:35 10:20:35.179 [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@48149b1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.179 [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=[]]}]>
05:20:35 10:20:35.183 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to consume sources: [amqp/source1-1, amqp/source1-0]
05:20:35 10:20:35.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#1340252213], 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-02-13T10:20:35.182967361Z, connectivityStatus=null]>
05:20:35 10:20:35.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#1340252213], 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-02-13T10:20:35.182967361Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:20:35 10:20:35.213 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M30.177S> interval (min=<PT5M>)
05:20:35 10:20:35.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M28.514S> interval (min=<PT5M>)
05:20:35 10:20:35.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M15.455S> interval (min=<PT5M>)
05:20:35 10:20:35.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.156S> interval (min=<PT5M>)
05:20:35 10:20:35.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M48.779S> interval (min=<PT5M>)
05:20:35 10:20:35.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.259 [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@43f9397d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.260 [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=[]]}]>
05:20:35 10:20:35.262 [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@43f9397d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.262 [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=[]]}]>
05:20:35 10:20:35.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.342 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M2.489S> interval (min=<PT5M>)
05:20:35 10:20:35.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.343 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.126S> interval (min=<PT5M>)
05:20:35 10:20:35.344 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M51.798S> interval (min=<PT5M>)
05:20:35 10:20:35.344 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.231S> interval (min=<PT5M>)
05:20:35 10:20:35.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.374 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.378 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M19.97S> interval (min=<PT5M>)
05:20:35 10:20:35.382 [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@34215e42]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.382 [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=[]]}]>
05:20:35 10:20:35.384 [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@34215e42]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.384 [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=[]]}]>
05:20:35 10:20:35.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:35 10:20:35.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:35 10:20:35.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:35 10:20:35.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:35 10:20:35.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:35 10:20:35.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:35 10:20:35.390 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#227858437], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-02-13T10:20:35.389991462Z, connectivityStatus=null]>
05:20:35 10:20:35.390 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#227858437], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-02-13T10:20:35.389991462Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: misconfigured. Going to 'CONNECTING'
05:20:35 10:20:35.391 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#1109560982], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-02-13T10:20:35.390018879Z, connectivityStatus=null]>
05:20:35 10:20:35.391 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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#1109560982], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-02-13T10:20:35.390018879Z, connectivityStatus=null]. Reconnect was already triggered
05:20:35 10:20:35.491 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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.
05:20:35 10:20:35.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M31.355S> interval (min=<PT5M>)
05:20:35 10:20:35.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.454S> interval (min=<PT5M>)
05:20:35 10:20:35.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.059S> interval (min=<PT5M>)
05:20:35 10:20:35.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.641S> interval (min=<PT5M>)
05:20:35 10:20:35.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:35 10:20:35.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.746S> interval (min=<PT5M>)
05:20:35 10:20:35.565 [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@7ed322d1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.565 [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=[]]}]>
05:20:35 10:20:35.566 [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@7ed322d1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:35 10:20:35.566 [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=[]]}]>
05:20:35 10:20:35.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:35 10:20:35.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:35 10:20:35.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:35 10:20:35.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:35 10:20:35.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:35 10:20:35.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:35 10:20:35.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:35 10:20:35.700 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:35 10:20:35.702 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:35 10:20:35.847 [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.
05:20:35 10:20:35.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:35 10:20:35.851 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:35 10:20:35.852 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:35 10:20:35.853 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:35 10:20:35.854 [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>.
05:20:35 10:20:35.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M24.423S> interval (min=<PT5M>)
05:20:35 10:20:35.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:35 10:20:35.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M21.391S> interval (min=<PT5M>)
05:20:35 10:20:35.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.898S> interval (min=<PT5M>)
05:20:36 10:20:35.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M41.01S> interval (min=<PT5M>)
05:20:36 10:20:35.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:36 10:20:35.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:36 10:20:35.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:36 10:20:35.925 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M6.639S> interval (min=<PT5M>)
05:20:36 10:20:35.925 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:36 10:20:35.930 [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@831306f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:36 10:20:35.930 [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=[]]}]>
05:20:36 10:20:35.932 [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@831306f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:36 10:20:35.932 [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=[]]}]>
05:20:36 10:20:35.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:36 10:20:35.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:36 10:20:35.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:36 10:20:35.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:36 10:20:35.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:36 10:20:35.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:36 10:20:36.040 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:36 10:20:36.209 [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.
05:20:36 10:20:36.214 [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]>
05:20:36 10:20:36.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:36 10:20:36.416 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:36 10:20:36.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://broker:5671
05:20:36 10:20:36.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Restored connection has closed session, trying to recover ...
05:20:36 10:20:36.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Recovering closed AMQP 1.0 session.
05:20:36 10:20:36.417 [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>.
05:20:36 10:20:36.419 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:36 10:20:36.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:36 10:20:36.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:36 10:20:36.421 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:36 10:20:36.433 [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]>
05:20:36 10:20:36.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:36 10:20:36.635 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:36 10:20:36.636 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:36 10:20:36.636 [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>.
05:20:36 10:20:36.684 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M15.487S> interval (min=<PT5M>)
05:20:36 10:20:36.684 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:36 10:20:36.684 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.001S> interval (min=<PT5M>)
05:20:36 10:20:36.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M16.524S> interval (min=<PT5M>)
05:20:36 10:20:36.685 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.623S> interval (min=<PT5M>)
05:20:36 10:20:36.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=2
05:20:36 10:20:36.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:36 10:20:36.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:36 10:20:36.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:36 10:20:36.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:36 10:20:36.717 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M1.071S> interval (min=<PT5M>)
05:20:36 10:20:36.718 [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@363d0276]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:36 10:20:36.718 [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=[]]}]>
05:20:36 10:20:36.719 [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@363d0276]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:36 10:20:36.719 [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=[]]}]>
05:20:36 10:20:36.731 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:FAIL
05:20:36 10:20:36.731 [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#-1416830852], 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-02-13T10:20:36.731152250Z, connectivityStatus=null]>
05:20:36 10:20:36.731 [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#-1416830852], 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-02-13T10:20:36.731152250Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:20:36 10:20:36.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M51.243S> interval (min=<PT5M>)
05:20:36 10:20:36.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:36 10:20:36.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.517S> interval (min=<PT5M>)
05:20:36 10:20:36.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.669S> interval (min=<PT5M>)
05:20:36 10:20:36.770 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M58.003S> interval (min=<PT5M>)
05:20:36 10:20:36.793 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:36 10:20:36.795 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:36 10:20:36.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:36 10:20:36.798 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:36 10:20:36.798 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:36 10:20:36.801 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:36 10:20:36.801 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.425S> interval (min=<PT5M>)
05:20:36 10:20:36.802 [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@3c913f69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:36 10:20:36.803 [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=[]]}]>
05:20:36 10:20:36.831 [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@3c913f69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:36 10:20:36.831 [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=[]]}]>
05:20:36 10:20:36.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:36 10:20:36.834 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:36 10:20:36.834 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:36 10:20:36.834 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:36 10:20:36.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:37 10:20:37.085 [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.
05:20:37 10:20:37.088 [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=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:37 10:20:37.091 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:37 10:20:37.092 [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>.
05:20:37 10:20:37.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<true>, ackType=<1 accepted>
05:20:37 10:20:37.093 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
05:20:37 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
05:20:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
05:20:37 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
05:20:37 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
05:20:37 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
05:20:37 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
05:20:37 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
05:20:37 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:20:37 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
05:20:37 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
05:20:37 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:20:37 	at java.base/java.lang.Thread.run(Thread.java:833)
05:20:37 10:20:37.096 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:modifyThing> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]>
05:20:37 10:20:37.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:37 10:20:37.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M14.773S> interval (min=<PT5M>)
05:20:37 10:20:37.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:37 10:20:37.354 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.187S> interval (min=<PT5M>)
05:20:37 10:20:37.354 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.508S> interval (min=<PT5M>)
05:20:37 10:20:37.355 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M31.778S> interval (min=<PT5M>)
05:20:37 10:20:37.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:37 10:20:37.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:37 10:20:37.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:37 10:20:37.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:37 10:20:37.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:37 10:20:37.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M51.134S> interval (min=<PT5M>)
05:20:37 10:20:37.388 [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@1b5a6275]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.388 [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=[]]}]>
05:20:37 10:20:37.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:37 10:20:37.390 [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@1b5a6275]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.390 [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=[]]}]>
05:20:37 10:20:37.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:37 10:20:37.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:37 10:20:37.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=source1, addressWithIndex=source1-0], ConsumerData [address=source1, addressWithIndex=source1-0]]
05:20:37 10:20:37.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:37 10:20:37.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:37 10:20:37.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:37 10:20:37.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:37 10:20:37.670 [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.
05:20:37 10:20:37.672 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:37 10:20:37.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:37 10:20:37.676 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:37 10:20:37.676 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:37 10:20:37.677 [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>.
05:20:37 10:20:37.677 [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>.
05:20:37 10:20:37.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M40.65S> interval (min=<PT5M>)
05:20:37 10:20:37.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:37 10:20:37.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.951S> interval (min=<PT5M>)
05:20:37 10:20:37.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.247S> interval (min=<PT5M>)
05:20:37 10:20:37.714 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M15.51S> interval (min=<PT5M>)
05:20:37 10:20:37.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:37 10:20:37.741 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:37 10:20:37.741 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:37 10:20:37.746 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M7.636S> interval (min=<PT5M>)
05:20:37 10:20:37.746 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:37 10:20:37.747 [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@4d5aaf7a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.747 [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=[]]}]>
05:20:37 10:20:37.748 [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@4d5aaf7a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.748 [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=[]]}]>
05:20:37 10:20:37.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@4d5aaf7a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.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=[]]}]>
05:20:37 10:20:37.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@4d5aaf7a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.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=[]]}]>
05:20:37 10:20:37.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:37 10:20:37.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
05:20:37 10:20:37.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M36.888S> interval (min=<PT5M>)
05:20:37 10:20:37.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:37 10:20:37.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M6.58S> interval (min=<PT5M>)
05:20:37 10:20:37.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M52.175S> interval (min=<PT5M>)
05:20:37 10:20:37.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M36.242S> interval (min=<PT5M>)
05:20:37 10:20:37.814 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:37 10:20:37.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:37 10:20:37.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:37 10:20:37.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:37 10:20:37.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.499S> interval (min=<PT5M>)
05:20:37 10:20:37.821 [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@7f44a9fc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.821 [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=[]]}]>
05:20:37 10:20:37.823 [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@7f44a9fc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:37 10:20:37.829 [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=[]]}]>
05:20:37 10:20:37.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:37 10:20:37.830 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:37 10:20:37.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:37 10:20:37.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:37 10:20:37.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:37 10:20:37.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:37 10:20:37.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:37 10:20:37.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:38 10:20:38.107 [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.
05:20:38 10:20:38.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:38 10:20:38.109 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - RESOURCE-LEAK: failed to close AMQP 1.0 Connection
05:20:38 javax.jms.JMSException: FAIL
05:20:38 	at org.apache.qpid.jms.JmsConnection.close(JmsConnection.java:188)
05:20:38 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.lambda$ensureJmsConnectionClosed$19(AmqpClientActor.java:495)
05:20:38 	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
05:20:38 	at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59)
05:20:38 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:20:38 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:20:38 	at java.base/java.lang.Thread.run(Thread.java:833)
05:20:38 10:20:38.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M18.023S> interval (min=<PT5M>)
05:20:38 10:20:38.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:38 10:20:38.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M53.258S> interval (min=<PT5M>)
05:20:38 10:20:38.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.196S> interval (min=<PT5M>)
05:20:38 10:20:38.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.629S> interval (min=<PT5M>)
05:20:38 10:20:38.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:38 10:20:38.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:38 10:20:38.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:38 10:20:38.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M21.419S> interval (min=<PT5M>)
05:20:38 10:20:38.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:38 10:20:38.189 [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@3569d1f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:38 10:20:38.190 [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=[]]}]>
05:20:38 10:20:38.191 [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@3569d1f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:38 10:20:38.191 [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=[]]}]>
05:20:38 10:20:38.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:38 10:20:38.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:38 10:20:38.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:38 10:20:38.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:38 10:20:38.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:38 10:20:38.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:38 10:20:38.286 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:38 10:20:38.288 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:38 10:20:38.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:38 10:20:38.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:20:38 10:20:38.477 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:38 10:20:38.478 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:38 10:20:38.478 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:38 10:20:38.478 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:38 10:20:38.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:38 10:20:38.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:38 10:20:38.480 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:38 10:20:38.666 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:38 10:20:38.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:38 10:20:38.775 [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.
05:20:38 10:20:38.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:38 10:20:38.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:38 10:20:38.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:38 10:20:38.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:38 10:20:38.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:38 10:20:38.779 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:38 10:20:38.779 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:39 10:20:39.076 [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.
05:20:39 10:20:39.076 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:39 10:20:39.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:39 10:20:39.077 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:39 10:20:39.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:39 10:20:39.079 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:39 10:20:39.079 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:39 10:20:39.079 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:39 10:20:39.376 [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.
05:20:39 10:20:39.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:39 10:20:39.378 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:39 10:20:39.378 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:39 10:20:39.379 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:39 10:20:39.379 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:39 10:20:39.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:39 10:20:39.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:39 10:20:39.676 [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.
05:20:39 10:20:39.676 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:39 10:20:39.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:39 10:20:39.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:39 10:20:39.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:39 10:20:39.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:39 10:20:39.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:39 10:20:39.679 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:39 10:20:39.728 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Shutdown timeout <PT3S> reached; aborting <2> ackregators
05:20:40 10:20:39.960 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:40 10:20:39.975 [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.
05:20:40 10:20:39.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:40 10:20:39.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:40 10:20:39.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:40 10:20:39.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:40 10:20:39.980 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:40 10:20:39.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:40 10:20:39.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:40 10:20:40.122 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:40 10:20:40.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:40 10:20:40.200 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:40 10:20:40.201 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:40 10:20:40.276 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:40 10:20:40.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:40 10:20:40.283 [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.
05:20:40 10:20:40.283 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:40 10:20:40.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:40 10:20:40.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:40 10:20:40.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:40 10:20:40.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:40 10:20:40.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:40 10:20:40.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:40 10:20:40.508 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:40 10:20:40.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:40 10:20:40.575 [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.
05:20:40 10:20:40.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:40 10:20:40.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:40 10:20:40.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:40 10:20:40.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:40 10:20:40.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:40 10:20:40.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:40 10:20:40.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:40 10:20:40.866 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:40 10:20:40.868 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:40 10:20:40.875 [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.
05:20:40 10:20:40.876 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:40 10:20:40.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:40 10:20:40.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:40 10:20:40.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:40 10:20:40.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:40 10:20:40.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:40 10:20:40.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:41 10:20:41.176 [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.
05:20:41 10:20:41.177 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:41 10:20:41.178 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:41 10:20:41.178 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:41 10:20:41.178 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:41 10:20:41.179 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:41 10:20:41.179 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:41 10:20:41.179 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:41 10:20:41.475 [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.
05:20:41 10:20:41.476 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> closed.
05:20:41 10:20:41.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M45.189S> interval (min=<PT5M>)
05:20:41 10:20:41.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:41 10:20:41.524 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.147S> interval (min=<PT5M>)
05:20:41 10:20:41.524 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.975S> interval (min=<PT5M>)
05:20:41 10:20:41.525 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.38S> interval (min=<PT5M>)
05:20:41 10:20:41.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:41 10:20:41.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:41 10:20:41.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:41 10:20:41.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:41 10:20:41.558 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M18.21S> interval (min=<PT5M>)
05:20:41 10:20:41.559 [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@5d8c531f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:41 10:20:41.559 [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=[]]}]>
05:20:41 10:20:41.560 [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@5d8c531f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:41 10:20:41.561 [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=[]]}]>
05:20:41 10:20:41.563 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to connect JMS client:FAIL
05:20:41 10:20:41.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#1750139401], 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-02-13T10:20:41.563192676Z, connectivityStatus=null]>
05:20:41 10:20:41.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#1750139401], 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-02-13T10:20:41.563192676Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:20:41 10:20:41.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M35.197S> interval (min=<PT5M>)
05:20:41 10:20:41.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:41 10:20:41.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M2.421S> interval (min=<PT5M>)
05:20:41 10:20:41.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.237S> interval (min=<PT5M>)
05:20:41 10:20:41.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.285S> interval (min=<PT5M>)
05:20:41 10:20:41.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:41 10:20:41.628 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:41 10:20:41.628 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:41 10:20:41.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M3.762S> interval (min=<PT5M>)
05:20:41 10:20:41.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:41 10:20:41.634 [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@3215c284]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:41 10:20:41.634 [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=[]]}]>
05:20:41 10:20:41.636 [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@3215c284]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:41 10:20:41.636 [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=[]]}]>
05:20:41 10:20:41.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:41 10:20:41.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:41 10:20:41.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
05:20:41 10:20:41.640 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:41 10:20:41.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:41 10:20:41.641 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:41 10:20:41.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:41 10:20:41.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:41 10:20:41.750 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:41 10:20:41.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:42 10:20:41.918 [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.
05:20:42 10:20:41.937 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Consumer <mockConsumer> closed due to IllegalStateException: Forcibly detached
05:20:42 10:20:41.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'amqp/source1' was closed. Will try to recreate after some backoff.
05:20:42 10:20:41.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$$s/amqpConsumerActor-0-amqp%2Fsource1-01#-387358145], cause=<AskTimeoutException>: Consumer creation timeout., description=Failed to recreate closed message consumer, time=2024-02-13T10:20:41.938572969Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:20:42 10:20:42.060 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:42 10:20:42.060 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:42 10:20:42.060 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
05:20:42 10:20:42.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:42 10:20:42.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:42 10:20:42.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:42 10:20:42.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cid, reply-to=reply, content-type=application/vnd.eclipse.ditto+json}
05:20:42 10:20:42.067 [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-d37fbc89-71fb-431e-b408-69f42e6bc6ba, 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}]
05:20:42 10:20:42.068 [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>.
05:20:42 10:20:42.068 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twinEventExchange/twinEventRoutingKey>!
05:20:42 10:20:42.068 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <live/key>!
05:20:42 10:20:42.068 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twin/key>!
05:20:42 10:20:42.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M41.666S> interval (min=<PT5M>)
05:20:42 10:20:42.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.115 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M24.128S> interval (min=<PT5M>)
05:20:42 10:20:42.115 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.943S> interval (min=<PT5M>)
05:20:42 10:20:42.116 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.195S> interval (min=<PT5M>)
05:20:42 10:20:42.140 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:42 10:20:42.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.146 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M47.787S> interval (min=<PT5M>)
05:20:42 10:20:42.146 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.147 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5907abd8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.147 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:20:42 10:20:42.149 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5907abd8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.149 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:20:42 10:20:42.151 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
05:20:42 10:20:42.151 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
05:20:42 10:20:42.151 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
05:20:42 10:20:42.152 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:20:42 10:20:42.152 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:20:42 10:20:42.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:20:42 10:20:42.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:42 10:20:42.432 [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.
05:20:42 10:20:42.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:20:42 10:20:42.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M20.91S> interval (min=<PT5M>)
05:20:42 10:20:42.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.470 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M49.57S> interval (min=<PT5M>)
05:20:42 10:20:42.470 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M34.898S> interval (min=<PT5M>)
05:20:42 10:20:42.471 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M27.947S> interval (min=<PT5M>)
05:20:42 10:20:42.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:42 10:20:42.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.503 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.503 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M20.094S> interval (min=<PT5M>)
05:20:42 10:20:42.504 [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@11a1e384]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.504 [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=[]]}]>
05:20:42 10:20:42.505 [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@11a1e384]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.506 [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=[]]}]>
05:20:42 10:20:42.507 [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@11a1e384]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.508 [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=[]]}]>
05:20:42 10:20:42.508 [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@11a1e384]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.508 [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=[]]}]>
05:20:42 10:20:42.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - test timed out.
05:20:42 10:20:42.533 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:20:42 10:20:42.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:42 10:20:42.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M0.112S> interval (min=<PT5M>)
05:20:42 10:20:42.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.498S> interval (min=<PT5M>)
05:20:42 10:20:42.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.979S> interval (min=<PT5M>)
05:20:42 10:20:42.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.553S> interval (min=<PT5M>)
05:20:42 10:20:42.589 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:42 10:20:42.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.591 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.824S> interval (min=<PT5M>)
05:20:42 10:20:42.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.596 [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@1171fa6c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.596 [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=[]]}]>
05:20:42 10:20:42.598 [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@1171fa6c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.598 [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=[]]}]>
05:20:42 10:20:42.604 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:20:42 10:20:42.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:42 10:20:42.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M35.842S> interval (min=<PT5M>)
05:20:42 10:20:42.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M49.788S> interval (min=<PT5M>)
05:20:42 10:20:42.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.334S> interval (min=<PT5M>)
05:20:42 10:20:42.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.349S> interval (min=<PT5M>)
05:20:42 10:20:42.689 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:42 10:20:42.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:42 10:20:42.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.564S> interval (min=<PT5M>)
05:20:42 10:20:42.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.699 [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@bbf4c5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.699 [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=[]]}]>
05:20:42 10:20:42.700 [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@bbf4c5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.701 [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=[]]}]>
05:20:42 10:20:42.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
05:20:42 10:20:42.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M10.461S> interval (min=<PT5M>)
05:20:42 10:20:42.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.756 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.838S> interval (min=<PT5M>)
05:20:42 10:20:42.757 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.445S> interval (min=<PT5M>)
05:20:42 10:20:42.757 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.431S> interval (min=<PT5M>)
05:20:42 10:20:42.771 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:42 10:20:42.772 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:42 10:20:42.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:42 10:20:42.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.958S> interval (min=<PT5M>)
05:20:42 10:20:42.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:42 10:20:42.788 [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@74b6c89f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.788 [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=[]]}]>
05:20:42 10:20:42.793 [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@74b6c89f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:42 10:20:42.794 [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=[]]}]>
05:20:42 10:20:42.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.810 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:42 10:20:42.813 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:43 10:20:42.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:43 10:20:42.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M52.246S> interval (min=<PT5M>)
05:20:43 10:20:42.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:43 10:20:42.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M17.659S> interval (min=<PT5M>)
05:20:43 10:20:42.920 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.027S> interval (min=<PT5M>)
05:20:43 10:20:42.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M15.85S> interval (min=<PT5M>)
05:20:43 10:20:43.126 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:43 10:20:43.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:43 10:20:43.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:43 10:20:43.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:43 10:20:43.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:43 10:20:43.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M51.682S> interval (min=<PT5M>)
05:20:43 10:20:43.135 [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@38f32bc1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:43 10:20:43.135 [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=[]]}]>
05:20:43 10:20:43.137 [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@38f32bc1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:43 10:20:43.137 [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=[]]}]>
05:20:43 10:20:43.139 [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@38f32bc1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:43 10:20:43.139 [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=[]]}]>
05:20:43 10:20:43.140 [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@38f32bc1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:43 10:20:43.140 [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=[]]}]>
05:20:43 10:20:43.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:46 10:20:46.495 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:46 10:20:46.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:46 10:20:46.582 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:46 10:20:46.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:47 10:20:47.087 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:47 10:20:47.527 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:47 10:20:47.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:47 10:20:47.712 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:47 10:20:47.896 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:20:47 10:20:47.897 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:20:48 10:20:48.155 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba' 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-d37fbc89-71fb-431e-b408-69f42e6bc6ba-test1#-850737083]] 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 [{}]])>
05:20:58 10:20:58.260 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:34517
05:20:58 10:20:58.271 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect
05:20:58 10:20:58.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M25.502S> interval (min=<PT5M>)
05:20:58 10:20:58.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:58 10:20:58.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M33.475S> interval (min=<PT5M>)
05:20:58 10:20:58.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.367S> interval (min=<PT5M>)
05:20:58 10:20:58.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.925S> interval (min=<PT5M>)
05:20:58 10:20:58.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:58 10:20:58.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:58 10:20:58.341 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.381S> interval (min=<PT5M>)
05:20:58 10:20:58.342 [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@432bc7af]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:58 10:20:58.342 [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=[]]}]>
05:20:58 10:20:58.343 [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@432bc7af]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:58 10:20:58.344 [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=[]]}]>
05:20:58 10:20:58.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:58 10:20:58.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M27.653S> interval (min=<PT5M>)
05:20:58 10:20:58.479 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:58 10:20:58.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.978S> interval (min=<PT5M>)
05:20:58 10:20:58.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M51.869S> interval (min=<PT5M>)
05:20:58 10:20:58.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M58.894S> interval (min=<PT5M>)
05:20:58 10:20:58.504 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:58 10:20:58.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M20.331S> interval (min=<PT5M>)
05:20:58 10:20:58.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:58 10:20:58.510 [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@612663e6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:58 10:20:58.511 [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=[]]}]>
05:20:58 10:20:58.512 [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@612663e6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:58 10:20:58.512 [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=[]]}]>
05:20:58 10:20:58.513 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:58 10:20:58.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M21.8S> interval (min=<PT5M>)
05:20:58 10:20:58.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:58 10:20:58.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.134S> interval (min=<PT5M>)
05:20:58 10:20:58.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M53.953S> interval (min=<PT5M>)
05:20:58 10:20:58.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.236S> interval (min=<PT5M>)
05:20:58 10:20:58.662 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>
05:20:58 10:20:58.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:20:58 10:20:58.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M43.945S> interval (min=<PT5M>)
05:20:58 10:20:58.669 [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@33a2bd8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:58 10:20:58.669 [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=[]]}]>
05:20:58 10:20:58.671 [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@33a2bd8f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:20:58 10:20:58.671 [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=[]]}]>
05:20:58 10:20:58.671 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-d37fbc89-71fb-431e-b408-69f42e6bc6ba>.
05:20:58 10:20:58.672 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:20:58 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.57 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
05:20:58 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
05:20:58 10:20:58.675 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:20:58 10:20:58.767 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:20:58 10:20:58.771 [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: 1331531264'. Will try to re-establish the static targets after some cool-down period
05:20:59 10:20:59.790 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:03 10:21:03.446 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:21:03 10:21:03.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:21:03 10:21:03.619 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:21:08 10:21:08.842 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:09 10:21:09.903 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:21:09 10:21:09.903 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:21:09 10:21:09.903 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:21:09 10:21:09.907 [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]>
05:21:09 10:21:09.909 [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]>
05:21:09 10:21:09.910 [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]>
05:21:09 10:21:09.911 [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]>
05:21:09 10:21:09.912 [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]>
05:21:09 10:21:09.913 [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.
05:21:10 10:21:09.976 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:10 10:21:09.977 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-02-13T10:21:09.963236278Z, 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-02-13T10:21:09.963236278Z, 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 [{}]]]
05:21:10 10:21:09.977 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-02-13T10:21:09.963236278Z, 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-02-13T10:21:09.963236278Z, 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 [{}]]]
05:21:10 10:21:09.977 [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: 1658811073'. Will try to re-establish the static targets after some cool-down period
05:21:10 10:21:09.977 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] 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)
05:21:10 10:21:09.977 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] 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)
05:21:11 10:21:10.990 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:20 10:21:20.052 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:21:20 10:21:20.053 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:21:20 10:21:20.053 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:21:20 10:21:20.054 [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]>
05:21:20 10:21:20.127 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:20 10:21:20.127 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <anotherAddress> (JmsQueue) created
05:21:20 10:21:20.128 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
05:21:20 10:21:20.129 [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]>
05:21:20 10:21:20.138 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 2 invocations after 1500ms.
05:21:20 10:21:20.139 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1819188655'. Will try to re-establish the static targets after some cool-down period
05:21:21 10:21:21.149 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:21 10:21:21.640 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 3 invocations after 2500ms.
05:21:21 10:21:21.640 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1819188655'. Will try to re-establish the static targets after some cool-down period
05:21:23 10:21:23.660 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:24 10:21:24.141 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 4 invocations after 4500ms.
05:21:24 10:21:24.141 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1819188655'. Will try to re-establish the static targets after some cool-down period
05:21:28 10:21:28.160 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
05:21:28 10:21:28.703 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:21:28 10:21:28.704 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:21:28 10:21:28.704 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:21:28 10:21:28.705 [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]>
05:21:28 10:21:28.775 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:21:28 10:21:28.775 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:21:28 10:21:28.775 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:21:28 10:21:28.776 [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]>
05:21:28 10:21:28.855 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
05:21:28 10:21:28.855 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
05:21:28 10:21:28.855 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
05:21:28 10:21:28.856 [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]>
05:21:28 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.17 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
05:21:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
05:21:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
05:21:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
05:21:28 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
05:21:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
05:21:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
05:21:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
05:21:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
05:21:28 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
05:21:28 10:21:28.933 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:21:29 10:21:29.004 [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>.
05:21:29 10:21:29.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] 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}
05:21:29 10:21:29.019 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=cor-, user-id=value, ditto-origin=connection-d3af6bbc-3704-4f84-8416-ab4b9be54110, 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}]
05:21:29 10:21:29.021 [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>.
05:21:29 10:21:29.097 [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>.
05:21:29 10:21:29.178 [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>.
05:21:29 10:21:29.193 [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>.
05:21:29 10:21:29.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:29 10:21:29.648 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:29 10:21:29.650 [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>.
05:21:29 10:21:29.650 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' was closed. Will try to recreate after some backoff.
05:21:30 10:21:30.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' created.
05:21:30 10:21:30.872 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:30 10:21:30.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:31 10:21:31.173 [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>.
05:21:31 10:21:31.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-}
05:21:31 10:21:31.182 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-d3af6bbc-3704-4f84-8416-ab4b9be54110, 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}]
05:21:31 10:21:31.183 [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>.
05:21:31 10:21:31.279 [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>.
05:21:31 10:21:31.283 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-, content-type=text/plain}
05:21:31 10:21:31.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-d3af6bbc-3704-4f84-8416-ab4b9be54110, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
05:21:31 10:21:31.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-d3af6bbc-3704-4f84-8416-ab4b9be54110, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
05:21:31 10:21:31.290 [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>.
05:21:31 10:21:31.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-d3af6bbc-3704-4f84-8416-ab4b9be54110, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
05:21:31 10:21:31.291 [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>.
05:21:31 10:21:31.292 [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>.
05:21:31 10:21:31.392 [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>.
05:21:31 10:21:31.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-, content-type=text/plain}
05:21:31 10:21:31.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-d3af6bbc-3704-4f84-8416-ab4b9be54110, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
05:21:31 10:21:31.400 [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>.
05:21:31 10:21:31.480 [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>.
05:21:31 10:21:31.501 [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>.
05:21:31 10:21:31.586 [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>.
05:21:31 10:21:31.607 [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>.
05:21:31 10:21:31.639 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:31 10:21:31.642 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:31 10:21:31.643 [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>.
05:21:31 10:21:31.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}>, isSuccess=<true>, ackType=<1 accepted>
05:21:31 10:21:31.710 [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>.
05:21:31 10:21:31.731 [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>.
05:21:31 10:21:31.763 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:31 10:21:31.767 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:31 10:21:31.768 [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>.
05:21:31 10:21:31.768 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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:40563/user/ackr0-cid#-1759692499}]]>.
05:21:31 10:21:31.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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.
05:21:31 10:21:31.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
05:21:31 10:21:31.843 [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>.
05:21:31 10:21:31.864 [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>.
05:21:31 10:21:31.896 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:31 10:21:31.900 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:31 10:21:31.901 [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>.
05:21:31 10:21:31.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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:34727/user/ackr0-cid#2116574835}]]>.
05:21:31 10:21:31.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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.
05:21:31 10:21:31.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
05:21:32 10:21:31.969 [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>.
05:21:32 10:21:31.990 [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>.
05:21:32 10:21:32.022 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.025 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.026 [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>.
05:21:32 10:21:32.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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:46721/user/ackr0-cid#961777932}]]>.
05:21:32 10:21:32.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID '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.
05:21:32 10:21:32.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<2 rejected>
05:21:32 10:21:32.101 [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>.
05:21:32 10:21:32.122 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:21:32 10:21:32.154 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.158 [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>.
05:21:32 10:21:32.159 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}>, isSuccess=<false>, ackType=<2 rejected>
05:21:32 10:21:32.225 [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>.
05:21:32 10:21:32.246 [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>.
05:21:32 10:21:32.270 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.273 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.352 [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>.
05:21:32 10:21:32.373 [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>.
05:21:32 10:21:32.396 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type 'text/plain' could not be mapped.>
05:21:32 10:21:32.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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 {reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.402 [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>.
05:21:32 10:21:32.473 [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>.
05:21:32 10:21:32.494 [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>.
05:21:32 10:21:32.517 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.520 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.521 [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>.
05:21:32 10:21:32.609 [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>.
05:21:32 10:21:32.723 [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>.
05:21:32 10:21:32.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.751 [INFO ] [PekkoTestSystem-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 '_invalid'.>
05:21:32 10:21:32.751 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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 {reply-to=reply-to-address, content-type=text/plain, device_id=_invalid, correlation-id=amqp-10-test}
05:21:32 10:21:32.815 [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>.
05:21:32 10:21:32.836 [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>.
05:21:32 10:21:32.860 [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-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.864 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.865 [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>.
05:21:32 10:21:32.865 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.866 [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>.
05:21:32 10:21:32.866 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.867 [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>.
05:21:32 10:21:32.930 [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>.
05:21:32 10:21:32.951 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:21:32 10:21:32.974 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply-to-address, content-type=text/plain, device_id=ditto:thing, correlation-id=amqp-10-test}
05:21:32 10:21:32.978 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:32 10:21:32.979 [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>.
05:21:32 10:21:32.979 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:21:33 10:21:33.065 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
05:21:33 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.165 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
05:21:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
05:21:33 10:21:33.173 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-09d04a63-1cc2-49dd-862b-2123cf43db92> closed.
05:21:33 10:21:33.196 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
05:21:33 java.lang.IllegalStateException: failureOnCreateConsumer
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createJmsConsumer(JMSConnectionHandlingActor.java:378)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$createConsumers$5(JMSConnectionHandlingActor.java:350)
05:21:33 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:21:33 	at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
05:21:33 	at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
05:21:33 	at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:711)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
05:21:33 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
05:21:33 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
05:21:33 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
05:21:33 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
05:21:33 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
05:21:33 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
05:21:33 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
05:21:33 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
05:21:33 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
05:21:33 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
05:21:33 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
05:21:33 	at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
05:21:33 	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
05:21:33 	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
05:21:33 	at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createConsumers(JMSConnectionHandlingActor.java:354)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:279)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
05:21:33 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
05:21:33 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
05:21:33 	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
05:21:33 	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
05:21:33 	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
05:21:33 	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
05:21:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:21:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:21:33 	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
05:21:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:21:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:21:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:21:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:21:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:21:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:21:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:21:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:21:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:21:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:21:33 10:21:33.196 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnCreateConsumer
05:21:33 10:21:33.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-09d04a63-1cc2-49dd-862b-2123cf43db92> closed.
05:21:33 10:21:33.289 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:failed to create session
05:21:33 10:21:33.313 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
05:21:33 java.lang.IllegalStateException: failureOnJmsConnect
05:21:33 	at org.apache.qpid.jms.JmsConnection.start(JmsConnection.java:358)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$startConnection$2(JMSConnectionHandlingActor.java:299)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.safelyExecuteJmsOperation(JMSConnectionHandlingActor.java:318)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.startConnection(JMSConnectionHandlingActor.java:298)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:277)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
05:21:33 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
05:21:33 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
05:21:33 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
05:21:33 	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
05:21:33 	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
05:21:33 	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
05:21:33 	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
05:21:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:21:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:21:33 	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
05:21:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:21:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:21:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:21:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:21:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:21:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:21:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:21:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:21:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:21:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:21:33 10:21:33.313 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnJmsConnect
05:21:33 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
05:21:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
05:21:33 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
05:21:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
05:21:33 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
05:21:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
05:21:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
05:21:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
05:21:33 10:21:33.711 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:21:34 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
05:21:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
05:22:10 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.40 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
05:22:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
05:22:10 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
05:22:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
05:22:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
05:22:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
05:22:10 [INFO] [02/13/2024 10:22:10.777] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:22:10 [INFO] [02/13/2024 10:22:10.842] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:22:10 [INFO] [02/13/2024 10:22:10.884] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:22:10 [INFO] [02/13/2024 10:22:10.927] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:22:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
05:22:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
05:22:10 10:22:10.977 [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@7cd55f8c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:10 10:22:10.977 [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@7cd55f8c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:10 10:22:10.978 [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@7cd55f8c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:10 10:22:10.978 [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@7cd55f8c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:10 10:22:10.978 [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@7cd55f8c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:10 10:22:10.979 [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@7cd55f8c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:10 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
05:22:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
05:22:10 10:22:10.996 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:22:11 10:22:11.521 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:11 10:22:11.522 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:11 10:22:11.523 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:11 10:22:11.530 [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@de43557]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:11 10:22:11.530 [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=[]]}]>
05:22:11 10:22:11.532 [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@de43557]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:11 10:22:11.532 [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=[]]}]>
05:22:11 10:22:11.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:11 10:22:11.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M43.46S> interval (min=<PT5M>)
05:22:11 10:22:11.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:11 10:22:11.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.952S> interval (min=<PT5M>)
05:22:11 10:22:11.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M13.112S> interval (min=<PT5M>)
05:22:11 10:22:11.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.093S> interval (min=<PT5M>)
05:22:11 10:22:11.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.144S> interval (min=<PT5M>)
05:22:11 10:22:11.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:11 10:22:11.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
05:22:11 10:22:11.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:12 10:22:12.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:12 10:22:12.567 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:12 10:22:12.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:12 10:22:12.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
05:22:12 10:22:12.580 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:12 10:22:12.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:12 10:22:12.627 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:12 10:22:12.627 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:12 10:22:12.633 [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@5a9adb05]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:12 10:22:12.633 [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=[]]}]>
05:22:12 10:22:12.635 [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@5a9adb05]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:12 10:22:12.635 [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=[]]}]>
05:22:12 10:22:12.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M47.011S> interval (min=<PT5M>)
05:22:12 10:22:12.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:12 10:22:12.637 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.485S> interval (min=<PT5M>)
05:22:12 10:22:12.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.548S> interval (min=<PT5M>)
05:22:12 10:22:12.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M26.572S> interval (min=<PT5M>)
05:22:12 10:22:12.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:12 10:22:12.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.811S> interval (min=<PT5M>)
05:22:12 10:22:12.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:12 10:22:12.639 [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
05:22:12 10:22:12.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:13 10:22:13.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:13 10:22:13.638 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:13 10:22:13.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:13 10:22:13.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:22:13 10:22:13.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:13 10:22:13.713 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:13 10:22:13.714 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:13 10:22:13.720 [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@2066fb78]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:13 10:22:13.720 [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=[]]}]>
05:22:13 10:22:13.721 [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@2066fb78]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:13 10:22:13.722 [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=[]]}]>
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M37.146S> interval (min=<PT5M>)
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.809S> interval (min=<PT5M>)
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.574S> interval (min=<PT5M>)
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.381S> interval (min=<PT5M>)
05:22:13 10:22:13.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.788S> interval (min=<PT5M>)
05:22:13 10:22:13.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:22:13 10:22:13.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:13 10:22:13.778 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:13 10:22:13.779 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:13 10:22:13.784 [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@1e829efe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:13 10:22:13.785 [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=[]]}]>
05:22:13 10:22:13.786 [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@1e829efe]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:13 10:22:13.786 [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=[]]}]>
05:22:13 10:22:13.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.136S> interval (min=<PT5M>)
05:22:13 10:22:13.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M58.1S> interval (min=<PT5M>)
05:22:13 10:22:13.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M51.187S> interval (min=<PT5M>)
05:22:13 10:22:13.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:13 10:22:13.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:13 10:22:13.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.944S> interval (min=<PT5M>)
05:22:13 10:22:13.789 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.284S> interval (min=<PT5M>)
05:22:13 10:22:13.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:13 10:22:13.791 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
05:22:14 10:22:13.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:14 10:22:14.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:14 10:22:14.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:14 10:22:14.809 [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.
05:22:14 10:22:14.815 [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-2a3f0707-e6cc-44bf-882e-948806fb1785, 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}]
05:22:14 10:22:14.816 [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>.
05:22:14 10:22:14.820 [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]>
05:22:14 10:22:14.832 [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
05:22:14 10:22:14.832 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/consumer-channel disconnected
05:22:14 10:22:14.832 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/publisher-channel disconnected
05:22:19 10:22:19.848 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockReconnection
05:22:19 10:22:19.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannelReconnected. Telling the publisher actor the new channel
05:22:19 10:22:19.850 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:19 10:22:19.859 [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-2a3f0707-e6cc-44bf-882e-948806fb1785, 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}]
05:22:19 10:22:19.861 [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>.
05:22:19 10:22:19.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=twinEventExchange, routingKey=twinEventRoutingKey]>
05:22:19 10:22:19.872 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
05:22:19 10:22:19.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:20 10:22:19.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-9b0f1707-dcc9-4e4e-a9ef-219231629a09>
05:22:20 10:22:19.929 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9b0f1707-dcc9-4e4e-a9ef-219231629a09>.
05:22:20 10:22:19.929 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9b0f1707-dcc9-4e4e-a9ef-219231629a09>.
05:22:20 10:22:19.933 [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@36d524b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:20 10:22:19.933 [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=[]]}]>
05:22:20 10:22:19.934 [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@36d524b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:20 10:22:19.934 [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=[]]}]>
05:22:20 10:22:19.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.355S> interval (min=<PT5M>)
05:22:20 10:22:19.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M57.65S> interval (min=<PT5M>)
05:22:20 10:22:19.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:20 10:22:19.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M40.349S> interval (min=<PT5M>)
05:22:20 10:22:19.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.675S> interval (min=<PT5M>)
05:22:20 10:22:19.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.968S> interval (min=<PT5M>)
05:22:20 10:22:19.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:20 10:22:19.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:20 10:22:19.938 [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
05:22:20 10:22:20.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-9b0f1707-dcc9-4e4e-a9ef-219231629a09>
05:22:20 10:22:20.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:20 10:22:20.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:20 10:22:20.939 [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.
05:22:21 10:22:20.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
05:22:21 10:22:21.003 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:21 10:22:21.004 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:21 10:22:21.004 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:21 10:22:21.010 [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@31035f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:21 10:22:21.011 [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=[]]}]>
05:22:21 10:22:21.012 [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@31035f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:21 10:22:21.012 [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=[]]}]>
05:22:21 10:22:21.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M8.942S> interval (min=<PT5M>)
05:22:21 10:22:21.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:21 10:22:21.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.764S> interval (min=<PT5M>)
05:22:21 10:22:21.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.856S> interval (min=<PT5M>)
05:22:21 10:22:21.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.938S> interval (min=<PT5M>)
05:22:21 10:22:21.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.526S> interval (min=<PT5M>)
05:22:21 10:22:21.015 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:21 10:22:21.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:21 10:22:21.017 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
05:22:21 10:22:21.136 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:22 10:22:22.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:22 10:22:22.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:22 10:22:22.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:22 10:22:22.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:22 10:22:22.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
05:22:23 10:22:23.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:23 10:22:23.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:23 10:22:23.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:23 10:22:23.136 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:23 10:22:23.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
05:22:24 10:22:24.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:24 10:22:24.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:24 10:22:24.235 [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.
05:22:24 10:22:24.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
05:22:24 10:22:24.237 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:24 10:22:24.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:24 10:22:24.292 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:24 10:22:24.292 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:24 10:22:24.297 [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@22d9f494]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:24 10:22:24.297 [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=[]]}]>
05:22:24 10:22:24.299 [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@22d9f494]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:24 10:22:24.299 [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=[]]}]>
05:22:24 10:22:24.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M49.252S> interval (min=<PT5M>)
05:22:24 10:22:24.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:24 10:22:24.301 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.632S> interval (min=<PT5M>)
05:22:24 10:22:24.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.552S> interval (min=<PT5M>)
05:22:24 10:22:24.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.839S> interval (min=<PT5M>)
05:22:24 10:22:24.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.853S> interval (min=<PT5M>)
05:22:24 10:22:24.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:24 10:22:24.302 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:24 10:22:24.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
05:22:24 10:22:24.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:25 10:22:25.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:25 10:22:25.303 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:25 10:22:25.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:25 10:22:25.323 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
05:22:25 10:22:25.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:25 10:22:25.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:25 10:22:25.376 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:25 10:22:25.377 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:25 10:22:25.382 [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@1e6a3150]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:25 10:22:25.382 [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=[]]}]>
05:22:25 10:22:25.383 [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@1e6a3150]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:25 10:22:25.384 [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=[]]}]>
05:22:25 10:22:25.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M15.04S> interval (min=<PT5M>)
05:22:25 10:22:25.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.967S> interval (min=<PT5M>)
05:22:25 10:22:25.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M45.149S> interval (min=<PT5M>)
05:22:25 10:22:25.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:25 10:22:25.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.954S> interval (min=<PT5M>)
05:22:25 10:22:25.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:25 10:22:25.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.314S> interval (min=<PT5M>)
05:22:25 10:22:25.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
05:22:25 10:22:25.388 [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
05:22:25 10:22:25.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:26 10:22:26.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
05:22:26 10:22:26.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
05:22:26 10:22:26.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:26 10:22:26.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:22:26 10:22:26.448 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:26 10:22:26.449 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.449 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.454 [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@5f3d3316]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.454 [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=[]]}]>
05:22:26 10:22:26.455 [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@5f3d3316]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.456 [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=[]]}]>
05:22:26 10:22:26.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-02-13T10:22:26.457604155Z, connectivityStatus=null]>
05:22:26 10:22:26.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-02-13T10:22:26.457604155Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:22:26 10:22:26.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTING>
05:22:26 10:22:26.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M11.005S> interval (min=<PT5M>)
05:22:26 10:22:26.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M44.79S> interval (min=<PT5M>)
05:22:26 10:22:26.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.808S> interval (min=<PT5M>)
05:22:26 10:22:26.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M18.882S> interval (min=<PT5M>)
05:22:26 10:22:26.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.744S> interval (min=<PT5M>)
05:22:26 10:22:26.459 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:22:26 10:22:26.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:26 10:22:26.504 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M22.525S> interval (min=<PT5M>)
05:22:26 10:22:26.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.055S> interval (min=<PT5M>)
05:22:26 10:22:26.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.667S> interval (min=<PT5M>)
05:22:26 10:22:26.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:26 10:22:26.506 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M44.526S> interval (min=<PT5M>)
05:22:26 10:22:26.507 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.507 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.512 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M40.673S> interval (min=<PT5M>)
05:22:26 10:22:26.512 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.513 [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@2d0b5ec0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.513 [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=[]]}]>
05:22:26 10:22:26.514 [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@2d0b5ec0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.514 [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=[]]}]>
05:22:26 10:22:26.519 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:22:26 10:22:26.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M17.834S> interval (min=<PT5M>)
05:22:26 10:22:26.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M48.63S> interval (min=<PT5M>)
05:22:26 10:22:26.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.583S> interval (min=<PT5M>)
05:22:26 10:22:26.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:26 10:22:26.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M50.172S> interval (min=<PT5M>)
05:22:26 10:22:26.578 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.578 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.7S> interval (min=<PT5M>)
05:22:26 10:22:26.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.583 [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@4833c849]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.583 [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=[]]}]>
05:22:26 10:22:26.584 [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@4833c849]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.585 [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=[]]}]>
05:22:26 10:22:26.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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.
05:22:26 10:22:26.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M11.555S> interval (min=<PT5M>)
05:22:26 10:22:26.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M3.362S> interval (min=<PT5M>)
05:22:26 10:22:26.650 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.191S> interval (min=<PT5M>)
05:22:26 10:22:26.650 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:26 10:22:26.650 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.835S> interval (min=<PT5M>)
05:22:26 10:22:26.652 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.652 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M59.011S> interval (min=<PT5M>)
05:22:26 10:22:26.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.657 [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@669d9970]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.657 [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=[]]}]>
05:22:26 10:22:26.658 [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@669d9970]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.659 [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=[]]}]>
05:22:26 10:22:26.659 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.660 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:26 10:22:26.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M35.92S> interval (min=<PT5M>)
05:22:26 10:22:26.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M7.962S> interval (min=<PT5M>)
05:22:26 10:22:26.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.457S> interval (min=<PT5M>)
05:22:26 10:22:26.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:26 10:22:26.841 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.516S> interval (min=<PT5M>)
05:22:26 10:22:26.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.843 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:26 10:22:26.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M10.99S> interval (min=<PT5M>)
05:22:26 10:22:26.847 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:26 10:22:26.848 [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@777a033b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.848 [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=[]]}]>
05:22:26 10:22:26.849 [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@777a033b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.850 [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=[]]}]>
05:22:26 10:22:26.851 [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@777a033b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.851 [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=[]]}]>
05:22:26 10:22:26.852 [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@777a033b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:26 10:22:26.852 [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=[]]}]>
05:22:27 10:22:26.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:31 10:22:31.771 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:22:31 10:22:31.772 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:31 10:22:31.864 [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-2a3f0707-e6cc-44bf-882e-948806fb1785' 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-2a3f0707-e6cc-44bf-882e-948806fb1785-test1#-1304149850]] 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 [{}]])>
05:22:41 10:22:41.876 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:36713
05:22:41 10:22:41.879 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect
05:22:41 10:22:41.926 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M5.362S> interval (min=<PT5M>)
05:22:41 10:22:41.926 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:41 10:22:41.926 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M17.769S> interval (min=<PT5M>)
05:22:41 10:22:41.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.096S> interval (min=<PT5M>)
05:22:41 10:22:41.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:41 10:22:41.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M52.719S> interval (min=<PT5M>)
05:22:41 10:22:41.928 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:41 10:22:41.929 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:41 10:22:41.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M32.014S> interval (min=<PT5M>)
05:22:41 10:22:41.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:41 10:22:41.934 [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@18662c5f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:41 10:22:41.934 [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=[]]}]>
05:22:42 10:22:41.935 [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@18662c5f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:42 10:22:41.935 [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=[]]}]>
05:22:42 10:22:42.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:42 10:22:42.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M24.678S> interval (min=<PT5M>)
05:22:42 10:22:42.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:42 10:22:42.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.585S> interval (min=<PT5M>)
05:22:42 10:22:42.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.776S> interval (min=<PT5M>)
05:22:42 10:22:42.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:42 10:22:42.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.767S> interval (min=<PT5M>)
05:22:42 10:22:42.090 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:42 10:22:42.090 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:42 10:22:42.094 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M28.101S> interval (min=<PT5M>)
05:22:42 10:22:42.095 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:42 10:22:42.095 [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@5562b1d8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:42 10:22:42.095 [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=[]]}]>
05:22:42 10:22:42.097 [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@5562b1d8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:42 10:22:42.097 [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=[]]}]>
05:22:42 10:22:42.097 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:42 10:22:42.204 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:42 10:22:42.252 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M37.355S> interval (min=<PT5M>)
05:22:42 10:22:42.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:42 10:22:42.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M3.494S> interval (min=<PT5M>)
05:22:42 10:22:42.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M15.815S> interval (min=<PT5M>)
05:22:42 10:22:42.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>
05:22:42 10:22:42.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.101S> interval (min=<PT5M>)
05:22:42 10:22:42.255 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:42 10:22:42.255 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:42 10:22:42.260 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.256S> interval (min=<PT5M>)
05:22:42 10:22:42.260 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:42 10:22:42.261 [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@630f98bf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:42 10:22:42.261 [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=[]]}]>
05:22:42 10:22:42.262 [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@630f98bf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:42 10:22:42.262 [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=[]]}]>
05:22:42 10:22:42.263 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-2a3f0707-e6cc-44bf-882e-948806fb1785>.
05:22:42 10:22:42.264 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:22:42 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.27 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
05:22:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
05:22:42 10:22:42.266 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:22:42 10:22:42.335 [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>.
05:22:42 10:22:42.356 [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>.
05:22:42 10:22:42.436 [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>.
05:22:42 10:22:42.457 [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>.
05:22:42 10:22:42.484 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:42 10:22:42.486 [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>.
05:22:42 10:22:42.550 [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>.
05:22:42 10:22:42.571 [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>.
05:22:42 10:22:42.596 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:42 10:22:42.597 [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>.
05:22:42 10:22:42.597 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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:45357/user/ackr0-cid#974368458}]]>.
05:22:42 10:22:42.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] 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.
05:22:42 10:22:42.665 [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>.
05:22:42 10:22:42.686 [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>.
05:22:42 10:22:42.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:42 10:22:42.712 [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>.
05:22:42 10:22:42.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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:36377/user/ackr0-cid#2005717318}]]>.
05:22:42 10:22:42.712 [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.
05:22:42 10:22:42.778 [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>.
05:22:42 10:22:42.799 [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>.
05:22:42 10:22:42.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:42 10:22:42.825 [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>.
05:22:42 10:22:42.825 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID '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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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:45173/user/ackr0-cid#-560111100}]]>.
05:22:42 10:22:42.826 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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.
05:22:42 10:22:42.893 [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>.
05:22:42 10:22:42.914 [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>.
05:22:42 10:22:42.939 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:42 10:22:42.940 [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>.
05:22:43 10:22:43.017 [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>.
05:22:43 10:22:43.051 [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>.
05:22:43 10:22:43.067 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.131 [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>.
05:22:43 10:22:43.152 [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>.
05:22:43 10:22:43.169 [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 'application/vnd.eclipse.ditto+json' could not be mapped.>
05:22:43 10:22:43.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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 {reply-to=reply-to-address, content-type=application/vnd.eclipse.ditto+json, device_id=ditto:thing, messageId=1}
05:22:43 10:22:43.170 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.171 [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>.
05:22:43 10:22:43.237 [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>.
05:22:43 10:22:43.258 [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>.
05:22:43 10:22:43.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
05:22:43 10:22:43.373 [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>.
05:22:43 10:22:43.482 [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>.
05:22:43 10:22:43.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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'.>
05:22:43 10:22:43.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] 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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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 {reply-to=reply-to-address, content-type=application/vnd.eclipse.ditto+json, device_id=_invalid, messageId=1}
05:22:43 10:22:43.576 [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>.
05:22:43 10:22:43.597 [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>.
05:22:43 10:22:43.615 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.616 [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>.
05:22:43 10:22:43.616 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.617 [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>.
05:22:43 10:22:43.618 [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-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.618 [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>.
05:22:43 10:22:43.689 [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>.
05:22:43 10:22:43.710 [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>.
05:22:43 10:22:43.728 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.729 [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>.
05:22:43 10:22:43.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-e4757cbd-658c-4561-bb31-4f6ae74f2aa1, 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}]
05:22:43 10:22:43.837 [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>.
05:22:43 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
05:22:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
05:22:43 10:22:43.869 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:22:43 10:22:43.967 [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]>
05:22:43 10:22:43.968 [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]>
05:22:43 10:22:43.969 [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]>
05:22:43 10:22:43.969 [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]>
05:22:43 10:22:43.970 [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]>
05:22:43 10:22:43.971 [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]>
05:22:44 10:22:44.049 [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]>
05:22:44 10:22:44.120 [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]>
05:22:44 10:22:44.190 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <RabbitMQTarget [exchange=replyTarget, routingKey=thing:id]>
05:22:44 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
05:22:44 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
05:22:45 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
05:22:45 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
05:22:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
05:22:45 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
05:22:45 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
05:22:45 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
05:22:46 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.951 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
05:22:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
05:22:46 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
05:22:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
05:22:46 10:22:46.308 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:22:46 10:22:46.366 [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>.
05:22:46 10:22:46.368 [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>.
05:22:46 10:22:46.382 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d845c59a-4a9d-469f-86fe-0e3ef6bc3376, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:46 10:22:46.449 [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>.
05:22:46 10:22:46.451 [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>.
05:22:46 10:22:46.464 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b74cce58-bda3-4935-a2c4-4e598afb43a6, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:46 10:22:46.533 [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>.
05:22:46 10:22:46.545 [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>.
05:22:46 10:22:46.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=9891227d-2d5b-4bcd-b03b-8fa2f138f592, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:46 10:22:46.627 [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>.
05:22:46 10:22:46.629 [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>.
05:22:46 10:22:46.642 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=66265538-eb39-4dd8-bcc5-022e2463836e, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:46 10:22:46.712 [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>.
05:22:46 10:22:46.714 [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>.
05:22:46 10:22:46.727 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=de1288e3-8146-4491-b5e7-d7843255d2a1, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:46 10:22:46.796 [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>.
05:22:46 10:22:46.798 [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>.
05:22:46 10:22:46.811 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f5cbd030-17ac-4240-a670-2dc7d02f51e7, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:46 10:22:46.882 [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>.
05:22:46 10:22:46.884 [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>.
05:22:46 10:22:46.897 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=c16c9efb-8f27-4b53-97fa-8851148661fe, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:46 10:22:46.966 [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>.
05:22:46 10:22:46.968 [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>.
05:22:46 10:22:46.982 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d79fb8c1-499d-4bd5-b106-94c2dd67f46f, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.051 [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>.
05:22:47 10:22:47.053 [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>.
05:22:47 10:22:47.053 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
05:22:47 10:22:47.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:47 10:22:47.066 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=226558f4-2587-4aec-bc8a-90a6c902b9d9, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.143 [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>.
05:22:47 10:22:47.145 [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>.
05:22:47 10:22:47.159 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=9ce8518b-6f18-477d-ad63-5ccc329f9bf7, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.220 [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>.
05:22:47 10:22:47.222 [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>.
05:22:47 10:22:47.235 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=31e01608-5c2e-4a90-841f-b3af7b10ab48, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.236 [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>.
05:22:47 10:22:47.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=31e01608-5c2e-4a90-841f-b3af7b10ab48, 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:36851/user/ackr0-31e01608-5c2e-4a90-841f-b3af7b10ab48#1367940022}]]>.
05:22:47 10:22:47.316 [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>.
05:22:47 10:22:47.319 [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>.
05:22:47 10:22:47.332 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=1b6c8289-fbca-43e5-8c33-bc598974d377, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.333 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M>.
05:22:47 10:22:47.400 [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>.
05:22:47 10:22:47.403 [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>.
05:22:47 10:22:47.416 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=8e694585-781f-42d6-aaac-3e02fea0f664, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
05:22:47 10:22:47.492 [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>.
05:22:47 10:22:47.495 [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>.
05:22:47 10:22:47.509 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ea408045-0bfe-457f-be99-5e3b06af85f0, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.581 [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>.
05:22:47 10:22:47.583 [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>.
05:22:47 10:22:47.597 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f74e720e-9ef7-44a2-821c-99c75c6f630a, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.598 [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>.
05:22:47 10:22:47.598 [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-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f74e720e-9ef7-44a2-821c-99c75c6f630a, 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:36303/user/ackr0-f74e720e-9ef7-44a2-821c-99c75c6f630a#1821125731}]]>.
05:22:47 10:22:47.598 [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.
05:22:47 10:22:47.682 [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>.
05:22:47 10:22:47.684 [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>.
05:22:47 10:22:47.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-a4a63e44-3dc9-416d-a6e4-377f1f8b3373, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=aa72f447-2e07-4090-8194-1214d9a16adb, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
05:22:47 10:22:47.699 [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>.
05:22:47 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.397 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
05:22:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
05:22:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
05:22:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
05:22:47 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
05:22:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
05:22:47 10:22:47.915 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.924 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.928 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.935 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.938 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.943 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.948 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.959 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.963 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:47 10:22:47.974 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 10:22:48.010 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 10:22:48.038 [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@290d69d9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
05:22:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
05:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
05:22:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
05:22:48 10:22:48.263 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4416c0be]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 10:22:48.264 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4416c0be]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 10:22:48.265 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4416c0be]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 10:22:48.265 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4416c0be]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 10:22:48.271 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4416c0be]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
05:22:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
05:22:48 10:22:48.274 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:22:48 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
05:22:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
05:22:48 10:22:48.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
05:22:48 10:22:48.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Failed to load persistence ids from journal/snapshots. WARNING arguments left: 1
05:22:48 10:22:48.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
05:22:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
05:22:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
05:22:48 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
05:22:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
05:22:48 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
05:22:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
05:22:48 10:22:48.854 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5b9883a8]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:48 10:22:48.938 [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@6dc94143]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 10:22:49.013 [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@6dd24a6b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 10:22:49.087 [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@46d34886]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 10:22:49.098 [INFO ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundDispatchingActor - No AcknowledgementForwarderActor found. Forwarding signal to proxy actor: <org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponse>
05:22:49 10:22:49.150 [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@151307d5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 10:22:49.341 [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@640ae83e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 10:22:49.519 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@436b46af]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 10:22:49.606 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@69bde0c4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 10:22:49.681 [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@5989c3d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.903 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
05:22:49 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
05:22:49 10:22:49.700 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:22:52 10:22:52.060 [WARN ] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-11] 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.
05:22:52 10:22:52.062 [ERROR] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-11] 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#615318725, 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#615318725], 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#615318725, response-required=false}]]>.
05:22:52 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.
05:22:52 Wrapped by: org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException: Signal enrichment failed.
05:22:52 	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:158)
05:22:52 	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:120)
05:22:52 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:22:52 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$recoverFromEnrichmentError$21(OutboundMappingProcessorActor.java:518)
05:22:52 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeException.asDittoRuntimeException(DittoRuntimeException.java:106)
05:22:52 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.recoverFromEnrichmentError(OutboundMappingProcessorActor.java:514)
05:22:52 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$enrichAndFilterSignal$18(OutboundMappingProcessorActor.java:483)
05:22:52 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990)
05:22:52 	at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974)
05:22:52 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:22:52 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:22:52 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
05:22:52 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
05:22:52 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
05:22:52 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:22:52 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:22:52 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
05:22:52 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:22:52 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
05:22:52 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
05:22:52 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
05:22:52 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:22:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
05:22:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
05:22:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
05:22:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
05:22:52 	at java.base/java.lang.Thread.run(Thread.java:833)
05:22:52 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.518 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
05:22:52 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
05:22:52 10:22:52.224 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:22:52 10:22:52.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M44.222S> interval (min=<PT5M>)
05:22:52 10:22:52.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:52 10:22:52.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.923S> interval (min=<PT5M>)
05:22:52 10:22:52.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M49.435S> interval (min=<PT5M>)
05:22:52 10:22:52.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-49bf4cfe-580c-4bc3-b714-de942f90377b>
05:22:52 10:22:52.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M28.742S> interval (min=<PT5M>)
05:22:52 10:22:52.580 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-49bf4cfe-580c-4bc3-b714-de942f90377b>.
05:22:52 10:22:52.581 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-49bf4cfe-580c-4bc3-b714-de942f90377b>.
05:22:52 10:22:52.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.523S> interval (min=<PT5M>)
05:22:52 10:22:52.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:52 10:22:52.595 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:52 10:22:52.595 [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=[]]}]>
05:22:52 10:22:52.597 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:52 10:22:52.597 [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=[]]}]>
05:22:52 10:22:52.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:52 10:22:52.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:52 10:22:52.613 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:52 10:22:52.615 [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.
05:22:52 10:22:52.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
05:22:52 10:22:52.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:52 10:22:52.650 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-0ecc6e6d-ecc7-41c8-9aa6-ba407feabc0d>
05:22:52 10:22:52.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0ecc6e6d-ecc7-41c8-9aa6-ba407feabc0d>.
05:22:52 10:22:52.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0ecc6e6d-ecc7-41c8-9aa6-ba407feabc0d>.
05:22:52 10:22:52.654 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:52 10:22:52.655 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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=[]]}]>
05:22:52 10:22:52.656 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:52 10:22:52.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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=[]]}]>
05:22:52 10:22:52.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:52 10:22:52.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:52 10:22:52.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:52 10:22:52.660 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:52 10:22:52.676 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-825b3b7f-e950-4759-badd-78b6bada70af_e1637b80-cd4b-46a6-940c-ec0bf7818fc8>
05:22:52 10:22:52.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-825b3b7f-e950-4759-badd-78b6bada70af>.
05:22:52 10:22:52.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-825b3b7f-e950-4759-badd-78b6bada70af>.
05:22:52 10:22:52.682 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:52 10:22:52.682 [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=[]]}]>
05:22:52 10:22:52.683 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:52 10:22:52.683 [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=[]]}]>
05:22:52 10:22:52.684 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:52 10:22:52.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-49bf4cfe-580c-4bc3-b714-de942f90377b>
05:22:52 10:22:52.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-0ecc6e6d-ecc7-41c8-9aa6-ba407feabc0d>
05:22:52 10:22:52.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-825b3b7f-e950-4759-badd-78b6bada70af>
05:22:53 10:22:53.725 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-c5da42e3-867f-464e-a105-82dbbbe74a84>
05:22:53 10:22:53.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c5da42e3-867f-464e-a105-82dbbbe74a84>.
05:22:53 10:22:53.726 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c5da42e3-867f-464e-a105-82dbbbe74a84>.
05:22:53 10:22:53.729 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.730 [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=[]]}]>
05:22:53 10:22:53.731 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.731 [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=[]]}]>
05:22:53 10:22:53.732 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:53 10:22:53.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:53 10:22:53.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:53 10:22:53.735 [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.
05:22:53 10:22:53.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:53 10:22:53.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=null, time=2024-02-13T10:22:53.737940132Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:22:53 10:22:53.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:53 10:22:53.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:53 10:22:53.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:53 10:22:53.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-86056cfe-52e8-44d9-aad0-421cab676cd9>
05:22:53 10:22:53.754 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-86056cfe-52e8-44d9-aad0-421cab676cd9>.
05:22:53 10:22:53.755 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-86056cfe-52e8-44d9-aad0-421cab676cd9>.
05:22:53 10:22:53.757 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.757 [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=[]]}]>
05:22:53 10:22:53.758 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.759 [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=[]]}]>
05:22:53 10:22:53.759 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:53 10:22:53.763 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
05:22:53 10:22:53.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:53 10:22:53.776 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-79da630d-f819-4817-9649-fbce6b18d763>
05:22:53 10:22:53.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-79da630d-f819-4817-9649-fbce6b18d763>.
05:22:53 10:22:53.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-79da630d-f819-4817-9649-fbce6b18d763>.
05:22:53 10:22:53.780 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.780 [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=[]]}]>
05:22:53 10:22:53.781 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.781 [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=[]]}]>
05:22:53 10:22:53.782 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:53 10:22:53.782 [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-02-13T10:22:53.775818382Z, connectivityStatus=null]>
05:22:53 10:22:53.782 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:53 10:22:53.783 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:53.775818382Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:22:53 10:22:53.799 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-c5da42e3-867f-464e-a105-82dbbbe74a84>
05:22:53 10:22:53.800 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-86056cfe-52e8-44d9-aad0-421cab676cd9>
05:22:53 10:22:53.800 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-79da630d-f819-4817-9649-fbce6b18d763>
05:22:53 10:22:53.807 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-a8e2ca9b-81c3-4de5-ac02-8c302ec687df>
05:22:53 10:22:53.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a8e2ca9b-81c3-4de5-ac02-8c302ec687df>.
05:22:53 10:22:53.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a8e2ca9b-81c3-4de5-ac02-8c302ec687df>.
05:22:53 10:22:53.811 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.811 [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=[]]}]>
05:22:53 10:22:53.812 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:53 10:22:53.812 [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=[]]}]>
05:22:53 10:22:53.813 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:53 10:22:53.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:53 10:22:53.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:53 10:22:53.816 [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.
05:22:53 10:22:53.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:53 10:22:53.899 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:53 10:22:53.899 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-a8e2ca9b-81c3-4de5-ac02-8c302ec687df>
05:22:54 10:22:54.838 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
05:22:54 10:22:54.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-1bce1f33-1081-4fc3-b49c-e4fde136192a>
05:22:54 10:22:54.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1bce1f33-1081-4fc3-b49c-e4fde136192a>.
05:22:54 10:22:54.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1bce1f33-1081-4fc3-b49c-e4fde136192a>.
05:22:54 10:22:54.862 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:54 10:22:54.862 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
05:22:54 10:22:54.863 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:54 10:22:54.863 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
05:22:54 10:22:54.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:54 10:22:54.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:54 10:22:54.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:54 10:22:54.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:54 10:22:54.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-983eb831-7424-4cf1-81c9-c0c76919502a_271ec957-4d85-4bdb-a5aa-084f27166ae2>
05:22:54 10:22:54.879 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-983eb831-7424-4cf1-81c9-c0c76919502a>.
05:22:54 10:22:54.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-983eb831-7424-4cf1-81c9-c0c76919502a>.
05:22:54 10:22:54.885 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:54 10:22:54.885 [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=[]]}]>
05:22:54 10:22:54.886 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:54 10:22:54.887 [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=[]]}]>
05:22:54 10:22:54.888 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:54 10:22:54.899 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-1bce1f33-1081-4fc3-b49c-e4fde136192a>
05:22:54 10:22:54.899 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-983eb831-7424-4cf1-81c9-c0c76919502a>
05:22:55 10:22:55.032 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M51.146S> interval (min=<PT5M>)
05:22:55 10:22:55.032 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:55 10:22:55.033 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.083S> interval (min=<PT5M>)
05:22:55 10:22:55.033 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M36.753S> interval (min=<PT5M>)
05:22:55 10:22:55.033 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-2d817b18-016f-4a45-8276-0f8c607d6e60>
05:22:55 10:22:55.034 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.221S> interval (min=<PT5M>)
05:22:55 10:22:55.035 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2d817b18-016f-4a45-8276-0f8c607d6e60>.
05:22:55 10:22:55.035 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2d817b18-016f-4a45-8276-0f8c607d6e60>.
05:22:55 10:22:55.038 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
05:22:55 10:22:55.038 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M0.61S> interval (min=<PT5M>)
05:22:55 10:22:55.039 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3f93ac60]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.039 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:22:55 10:22:55.041 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3f93ac60]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.041 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
05:22:55 10:22:55.042 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.051 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:55 10:22:55.051 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:55 10:22:55.052 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:55 10:22:55.055 [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
05:22:55 10:22:55.056 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
05:22:55 10:22:55.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-e53846c7-70db-42b0-af12-7c9bafe63705>
05:22:55 10:22:55.073 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e53846c7-70db-42b0-af12-7c9bafe63705>.
05:22:55 10:22:55.073 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e53846c7-70db-42b0-af12-7c9bafe63705>.
05:22:55 10:22:55.076 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.076 [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=[]]}]>
05:22:55 10:22:55.077 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.077 [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=[]]}]>
05:22:55 10:22:55.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.081 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.095 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-f974a2d6-ecba-475b-9353-8d2426fa77ea>
05:22:55 10:22:55.096 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f974a2d6-ecba-475b-9353-8d2426fa77ea>.
05:22:55 10:22:55.097 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f974a2d6-ecba-475b-9353-8d2426fa77ea>.
05:22:55 10:22:55.098 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-e53846c7-70db-42b0-af12-7c9bafe63705>
05:22:55 10:22:55.099 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.100 [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=[]]}]>
05:22:55 10:22:55.101 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.101 [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=[]]}]>
05:22:55 10:22:55.102 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.104 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:55 10:22:55.104 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:55 10:22:55.105 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:22:55 10:22:55.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-21e6938a-161e-426e-a7c8-4a8d13371afb>
05:22:55 10:22:55.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-21e6938a-161e-426e-a7c8-4a8d13371afb>.
05:22:55 10:22:55.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-21e6938a-161e-426e-a7c8-4a8d13371afb>.
05:22:55 10:22:55.123 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.123 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
05:22:55 10:22:55.124 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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=[]]}]>
05:22:55 10:22:55.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:22:55 10:22:55.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:22:55 10:22:55.128 [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.
05:22:55 10:22:55.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
05:22:55 10:22:55.139 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - received unknown/unsupported message CloseConnection [type=connectivity.commands:closeConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-21e6938a-161e-426e-a7c8-4a8d13371afb] in state DISCONNECTING - status: open: disconnecting connection at 2024-02-13T10:22:55.128827265Z - sender: Actor[pekko://PekkoTestSystem/system/testProbe-909#1940765672]
05:22:55 10:22:55.152 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-2d817b18-016f-4a45-8276-0f8c607d6e60>
05:22:55 10:22:55.153 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:22:55 10:22:55.153 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-8ac2f2e5-5784-4c05-95e7-2e64fc21cf0c>
05:22:55 10:22:55.154 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8ac2f2e5-5784-4c05-95e7-2e64fc21cf0c>.
05:22:55 10:22:55.155 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8ac2f2e5-5784-4c05-95e7-2e64fc21cf0c>.
05:22:55 10:22:55.156 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-10] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:22:55 10:22:55.158 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.159 [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=[]]}]>
05:22:55 10:22:55.160 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:55 10:22:55.160 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
05:22:55 10:22:55.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.162 [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-02-13T10:22:55.162398139Z, connectivityStatus=null]>
05:22:55 10:22:55.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.162398139Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:22:55 10:22:55.162 [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-02-13T10:22:55.162407233Z, connectivityStatus=null]>
05:22:55 10:22:55.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.162407233Z, connectivityStatus=null]. Reconnect was already triggered
05:22:55 10:22:55.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.162409277Z, connectivityStatus=null]>
05:22:55 10:22:55.163 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.163 [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-02-13T10:22:55.162409277Z, connectivityStatus=null]. Reconnect was already triggered
05:22:55 10:22:55.211 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-f974a2d6-ecba-475b-9353-8d2426fa77ea>
05:22:55 10:22:55.211 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-21e6938a-161e-426e-a7c8-4a8d13371afb>
05:22:55 10:22:55.211 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-8ac2f2e5-5784-4c05-95e7-2e64fc21cf0c>
05:22:55 10:22:55.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.282 [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-02-13T10:22:55.281921566Z, connectivityStatus=null]>
05:22:55 10:22:55.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.281921566Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
05:22:55 10:22:55.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.281941873Z, connectivityStatus=null]>
05:22:55 10:22:55.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.281941873Z, connectivityStatus=null]. Reconnect was already triggered
05:22:55 10:22:55.282 [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-02-13T10:22:55.281945037Z, connectivityStatus=null]>
05:22:55 10:22:55.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.282 [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-02-13T10:22:55.281945037Z, connectivityStatus=null]. Reconnect was already triggered
05:22:55 10:22:55.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.507 [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-02-13T10:22:55.507687150Z, connectivityStatus=null]>
05:22:55 10:22:55.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.507687150Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
05:22:55 10:22:55.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.507698732Z, connectivityStatus=null]>
05:22:55 10:22:55.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.508 [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-02-13T10:22:55.507698732Z, connectivityStatus=null]. Reconnect was already triggered
05:22:55 10:22:55.508 [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-02-13T10:22:55.507700914Z, connectivityStatus=null]>
05:22:55 10:22:55.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.508 [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-02-13T10:22:55.507700914Z, connectivityStatus=null]. Reconnect was already triggered
05:22:55 10:22:55.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:55 10:22:55.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.928265956Z, connectivityStatus=null]>
05:22:55 10:22:55.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.928265956Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
05:22:55 10:22:55.928 [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-02-13T10:22:55.928279136Z, connectivityStatus=null]>
05:22:55 10:22:55.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.928279136Z, connectivityStatus=null]. Reconnect was already triggered
05:22:55 10:22:55.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:22:55.928281431Z, connectivityStatus=null]>
05:22:55 10:22:55.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:55 10:22:55.928 [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-02-13T10:22:55.928281431Z, connectivityStatus=null]. Reconnect was already triggered
05:22:56 10:22:56.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:56 10:22:56.348 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:56 10:22:56.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-132d237f-e925-4c2d-9cc7-e85f12ab7da8>
05:22:56 10:22:56.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-132d237f-e925-4c2d-9cc7-e85f12ab7da8>.
05:22:56 10:22:56.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-132d237f-e925-4c2d-9cc7-e85f12ab7da8>.
05:22:56 10:22:56.369 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:56 10:22:56.370 [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=[]]}]>
05:22:56 10:22:56.371 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:22:56 10:22:56.371 [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=[]]}]>
05:22:56 10:22:56.373 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:56 10:22:56.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-132d237f-e925-4c2d-9cc7-e85f12ab7da8>
05:22:57 10:22:57.697 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:57 10:22:57.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:57 10:22:57.837 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:58 10:22:58.148 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:58 10:22:58.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:58 10:22:58.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:22:59 10:22:59.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:22:59 10:22:59.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:00 10:23:00.098 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:00 10:23:00.098 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:01 10:23:01.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:01 10:23:01.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
05:23:01 10:23:01.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.409 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-1b72b108-32e0-45a6-abc9-64444cb30b66>
05:23:01 10:23:01.410 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1b72b108-32e0-45a6-abc9-64444cb30b66>.
05:23:01 10:23:01.410 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1b72b108-32e0-45a6-abc9-64444cb30b66>.
05:23:01 10:23:01.413 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:01 10:23:01.413 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
05:23:01 10:23:01.414 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:01 10:23:01.414 [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=[]]}]>
05:23:01 10:23:01.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:01 10:23:01.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:23:01 10:23:01.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:23:01 10:23:01.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:23:01 10:23:01.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-0a5900eb-924f-4911-ba6e-db6db160a618>
05:23:01 10:23:01.442 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0a5900eb-924f-4911-ba6e-db6db160a618>.
05:23:01 10:23:01.442 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0a5900eb-924f-4911-ba6e-db6db160a618>.
05:23:01 10:23:01.445 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:01 10:23:01.445 [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=[]]}]>
05:23:01 10:23:01.446 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:01 10:23:01.446 [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=[]]}]>
05:23:01 10:23:01.447 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:01 10:23:01.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:23:01 10:23:01.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:23:01 10:23:01.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:23:01 10:23:01.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.451 [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-02-13T10:23:01.451151014Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
05:23:01 10:23:01.451 [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-02-13T10:23:01.451553306Z, connectivityStatus=null]>
05:23:01 10:23:01.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:01.451553306Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
05:23:01 10:23:01.451 [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-02-13T10:23:01.451563931Z, connectivityStatus=null]>
05:23:01 10:23:01.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.451 [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-02-13T10:23:01.451563931Z, connectivityStatus=null]. Reconnect was already triggered
05:23:01 10:23:01.451 [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-02-13T10:23:01.451567092Z, connectivityStatus=null]>
05:23:01 10:23:01.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.451 [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-02-13T10:23:01.451567092Z, connectivityStatus=null]. Reconnect was already triggered
05:23:01 10:23:01.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-1b72b108-32e0-45a6-abc9-64444cb30b66>
05:23:01 10:23:01.499 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-0a5900eb-924f-4911-ba6e-db6db160a618>
05:23:01 10:23:01.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:01 10:23:01.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:01.677106240Z, connectivityStatus=null]>
05:23:01 10:23:01.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.677 [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-02-13T10:23:01.677106240Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
05:23:01 10:23:01.677 [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-02-13T10:23:01.677119195Z, connectivityStatus=null]>
05:23:01 10:23:01.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.677 [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-02-13T10:23:01.677119195Z, connectivityStatus=null]. Reconnect was already triggered
05:23:01 10:23:01.677 [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-02-13T10:23:01.677122383Z, connectivityStatus=null]>
05:23:01 10:23:01.677 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:01 10:23:01.677 [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-02-13T10:23:01.677122383Z, connectivityStatus=null]. Reconnect was already triggered
05:23:02 10:23:02.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:02 10:23:02.088 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.088807601Z, connectivityStatus=null]>
05:23:02 10:23:02.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.088807601Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
05:23:02 10:23:02.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.088832880Z, connectivityStatus=null]>
05:23:02 10:23:02.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.088832880Z, connectivityStatus=null]. Reconnect was already triggered
05:23:02 10:23:02.089 [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-02-13T10:23:02.088839003Z, connectivityStatus=null]>
05:23:02 10:23:02.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.089 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.088839003Z, connectivityStatus=null]. Reconnect was already triggered
05:23:02 10:23:02.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:02 10:23:02.515 [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-02-13T10:23:02.515544521Z, connectivityStatus=null]>
05:23:02 10:23:02.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.515 [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-02-13T10:23:02.515544521Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
05:23:02 10:23:02.516 [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-02-13T10:23:02.515568142Z, connectivityStatus=null]>
05:23:02 10:23:02.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.515568142Z, connectivityStatus=null]. Reconnect was already triggered
05:23:02 10:23:02.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.515574316Z, connectivityStatus=null]>
05:23:02 10:23:02.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-02-13T10:23:02.515574316Z, connectivityStatus=null]. Reconnect was already triggered
05:23:02 10:23:02.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.718 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:02 10:23:02.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:02 10:23:02.944 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-7be546fd-abf6-452a-b075-1362d1d81cf4>
05:23:02 10:23:02.945 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7be546fd-abf6-452a-b075-1362d1d81cf4>.
05:23:02 10:23:02.945 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7be546fd-abf6-452a-b075-1362d1d81cf4>.
05:23:02 10:23:02.948 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:02 10:23:02.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
05:23:02 10:23:02.949 [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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:02 10:23:02.950 [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=[]]}]>
05:23:02 10:23:02.950 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:02 10:23:02.954 [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.
05:23:02 10:23:02.955 [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-02-13T10:23:02.955545728Z, connectivityStatus=null]>
05:23:02 10:23:02.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:02 10:23:02.955 [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-02-13T10:23:02.955545728Z, connectivityStatus=null]. Reconnect after: PT0.05S. Resolved status: failed. Going to 'CONNECTING'
05:23:02 10:23:02.956 [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.
05:23:03 10:23:02.999 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-7be546fd-abf6-452a-b075-1362d1d81cf4>
05:23:03 10:23:03.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:03 10:23:03.018 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:03 10:23:03.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:03 10:23:03.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:03 10:23:03.156 [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.
05:23:03 10:23:03.357 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:03 10:23:03.358 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:03 10:23:03.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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.
05:23:03 10:23:03.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:03 10:23:03.777 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:03 10:23:03.940 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:03 10:23:03.940 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:03 10:23:03.958 [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.
05:23:04 10:23:04.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:04 10:23:04.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:04 10:23:04.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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.
05:23:04 10:23:04.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:04 10:23:04.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:05 10:23:05.117 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:05 10:23:05.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:06 10:23:06.217 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:06 10:23:06.218 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection <connection-7be546fd-abf6-452a-b075-1362d1d81cf4> - connection timed out - reached maximum retries for reconnecting and thus will no longer try to reconnect
05:23:06 10:23:06.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:06 10:23:06.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:06 10:23:06.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:06 10:23:06.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
05:23:06 10:23:06.408 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
05:23:06 10:23:06.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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.
05:23:06 10:23:06.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-8495f0d0-d3e6-4d2e-a3f0-88872e14a052>
05:23:06 10:23:06.573 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-8495f0d0-d3e6-4d2e-a3f0-88872e14a052>.
05:23:06 10:23:06.574 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-8495f0d0-d3e6-4d2e-a3f0-88872e14a052>.
05:23:06 10:23:06.576 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:06 10:23:06.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] 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=[]]}]>
05:23:06 10:23:06.577 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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@1ce2a7dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
05:23:06 10:23:06.577 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] 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=[]]}]>
05:23:06 10:23:06.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
05:23:06 10:23:06.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
05:23:06 10:23:06.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
05:23:06 10:23:06.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
05:23:06 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.35 s -- in org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
05:23:06 10:23:06.583 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
05:23:06 10:23:06.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
05:23:06 10:23:06.584 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:23:06 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResolversTest
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
05:23:06 10:23:06.585 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
05:23:06 10:23:06.585 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
05:23:06 10:23:06.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
05:23:06 10:23:06.586 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
05:23:06 java.lang.IllegalStateException: Operation not allowed in uninitialized state.
05:23:06 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182)
05:23:06 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187)
05:23:06 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390)
05:23:06 	at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144)
05:23:06 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:23:06 	... 18 common frames omitted
05:23:06 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:23:06 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
05:23:06 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
05:23:06 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504)
05:23:06 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
05:23:06 	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
05:23:06 	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
05:23:06 	at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
05:23:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
05:23:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
05:23:06 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
05:23:06 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
05:23:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
05:23:06 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
05:23:06 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:23:06 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:23:06 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:23:06 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:23:06 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:23:06 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:23:06 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:23:06 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:23:06 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:23:06 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:23:06 10:23:06.587 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
05:23:06 java.lang.IllegalStateException: Operation not allowed in uninitialized state.
05:23:06 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182)
05:23:06 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187)
05:23:06 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610)
05:23:06 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390)
05:23:06 	at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144)
05:23:06 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:23:06 	... 18 common frames omitted
05:23:06 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:23:06 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
05:23:06 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
05:23:06 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
05:23:06 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504)
05:23:06 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
05:23:06 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
05:23:06 	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
05:23:06 	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
05:23:06 	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
05:23:06 	at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:23:06 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
05:23:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
05:23:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
05:23:06 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
05:23:06 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
05:23:06 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
05:23:06 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
05:23:06 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:23:06 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:23:06 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:23:06 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:23:06 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:23:06 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:23:06 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:23:06 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:23:06 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:23:06 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:23:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.ResolversTest
05:23:06 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
05:23:06 10:23:06.591 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:23:06 10:23:06.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-8495f0d0-d3e6-4d2e-a3f0-88872e14a052>
05:23:06 10:23:06.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:23:06 10:23:06.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:23:06 10:23:06.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:23:06 10:23:06.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:23:06 10:23:06.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:23:06 10:23:06.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
05:23:06 10:23:06.614 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
05:23:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
05:23:06 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DroppedTest
05:23:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.eclipse.ditto.connectivity.service.messaging.DroppedTest
05:23:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
05:23:07 [INFO] [02/13/2024 10:23:07.064] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
05:23:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.SendingTest
05:23:07 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.eclipse.ditto.connectivity.service.messaging.SendingTest
05:23:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
05:23:07 10:23:07.369 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:23:19 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.22 s -- in org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
05:23:19 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
05:23:19 10:23:19.591 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:23:19 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
05:23:19 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
05:23:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
05:23:19 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
05:23:19 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
05:23:19 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
05:23:19 [INFO] [02/13/2024 10:23:19.847] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:19 [INFO] [02/13/2024 10:23:19.880] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:19 [INFO] [02/13/2024 10:23:19.913] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:19 [INFO] [02/13/2024 10:23:19.949] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:19 [INFO] [02/13/2024 10:23:19.980] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:20 [INFO] [02/13/2024 10:23:20.014] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
05:23:20 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=c56506eb-d03b-401c-8ea5-7680f9cba2ce, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"_/foo-bar-connection/connections/announcements/opened","path":"/","headers":{"correlation-id":"c56506eb-d03b-401c-8ea5-7680f9cba2ce","content-type":"application/json"},"value":{"openedAt":"2024-02-13T10:23:20.237791603Z"}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
05:23:20 testDefaultJavascriptOutgoingMappingForConnectionAnnouncements Duration: 2.270204ms
05:23:20 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=ec8dc8d4-9306-4308-8e67-26b67a4c01d4, version=2, content-type=application/json}]]]
05:23:20 testDefaultJavascriptIncomingMappingForByteDittoProtocol Duration: 1.382761ms
05:23:20 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=39d8ff4c-a8db-4a9a-98cd-3857013d30cb}]]]
05:23:20 testPlainJavascriptIncomingMapping Duration: 4.080757ms
05:23:20 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=9d991476-cc15-4940-ac6e-3fc868ebb960}]]]
05:23:20 testPlainJavascriptIncomingMapping Duration: 0.473267ms
05:23:20 testEmptyJavascriptIncomingMapping Duration: 0.054955ms
05:23:20 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=18754b04-9f1c-48f6-ad96-f963a1406aa5}]]]
05:23:20 testWithProtobufJsJavascriptIncomingMapping Duration: 293.750788ms
05:23:20 testEmptyJavascriptOutgoingMapping Duration: 0.28753ms
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=52183516-43cb-4c2f-bed2-cdb0182b3dd9, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-policy/policies/announcements/subjectDeletion","path":"/","headers":{"correlation-id":"52183516-43cb-4c2f-bed2-cdb0182b3dd9","content-type":"application/json"},"value":{"deleteAt":"2024-02-13T10:23:20.551550570Z","subjectIds":[]}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
05:23:20 testDefaultJavascriptOutgoingMappingForPolicyAnnouncements Duration: 1.06068ms
05:23:20 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=36807625-3aef-418f-a777-aaa18e7de94c}]]]
05:23:20 testBinaryJavascriptIncomingMapping Duration: 0.708185ms
05:23:20 UnmodifiableExternalMessage [headers={content-type=application/vnd.google.protobuf, ditto-message-feature-id=SoftwareState, response-required=true, version=2, correlation-id=3e1ec72b-96f9-4f93-a49b-ea98215d0ed4, ditto-message-direction=TO, ditto-message-thing-id=org.eclipse.ditto.example:INTEGRATION_TEST_DEVICE, ditto-message-subject=install}, 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 [{}]]
05:23:20 testWithProtobufJsJavascriptOutgoingMapping Duration: 113.697722ms
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=ec4c788d-6bcc-4c08-a471-ff337439aa93, content-type=application/octet-stream}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload=<binary> (32bytes)', internalHeaders=ImmutableDittoHeaders [{}]]
05:23:20 testBinaryJavascriptOutgoingMapping Duration: 1.177386ms
05:23:20 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=85fa40c6-48c5-4f86-ba6f-9ba5d06f14f3, version=2, content-type=application/json}]]]
05:23:20 testNoopJavascriptIncomingMapping Duration: 0.180503ms
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=64914d97-f377-47c7-9504-66d4a3224117, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=none, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
05:23:20 testCorrectChannelForConnectionAnnouncementsJavascriptOutgoingMapping Duration: 0.823138ms
05:23:20 {correlation-id=1a810cc5-0b5e-410b-8583-6b3959e0b339, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=1a810cc5-0b5e-410b-8583-6b3959e0b339, subject={{topic:action-subject}}, 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":"1a810cc5-0b5e-410b-8583-6b3959e0b339","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 [{}]]
05:23:20 testNoopJavascriptOutgoingMapping Duration: 0.161967ms
05:23:20 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=fc696757-bbc0-4874-9492-8410839b3552}]]]
05:23:20 testPlainJavascriptIncomingMapping Duration: 0.306654ms
05:23:20 HEADERS: ImmutableDittoHeaders [{correlation-id=4c1e8b3e-147b-460c-b227-6ef2f8df1511, subject={{topic:action-subject}}, content-type=application/json}]
05:23:20 CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=4c1e8b3e-147b-460c-b227-6ef2f8df1511, 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]
05:23:20 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=4c1e8b3e-147b-460c-b227-6ef2f8df1511, subject={{topic:action-subject}}, content-type=application/json}]]]
05:23:20 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"4c1e8b3e-147b-460c-b227-6ef2f8df1511","subject":"{{topic:action-subject}}","content-type":"application/json"},"path":"/","value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}
05:23:20 {correlation-id=4c1e8b3e-147b-460c-b227-6ef2f8df1511, subject={{topic:action-subject}}, content-type=application/vnd.eclipse.ditto+json}
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=4c1e8b3e-147b-460c-b227-6ef2f8df1511, subject={{topic:action-subject}}, 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":"4c1e8b3e-147b-460c-b227-6ef2f8df1511","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 [{}]]
05:23:20 testNoopJavascriptOutgoingMapping Duration: 0.695509ms
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=ef315c1e-e1a6-4436-8d93-8e56dfd13348, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=Thing ID was: org.eclipse.ditto:foo-bar-plain, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
05:23:20 testPlainJavascriptOutgoingMapping Duration: 0.806002ms
05:23:20 HEADERS: ImmutableDittoHeaders [{correlation-id=380de770-9265-4bbb-ac1f-d7ac4107b556, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]
05:23:20 CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=380de770-9265-4bbb-ac1f-d7ac4107b556, 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]]
05:23:20 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=380de770-9265-4bbb-ac1f-d7ac4107b556, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]]]
05:23:20 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"380de770-9265-4bbb-ac1f-d7ac4107b556","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}
05:23:20 {correlation-id=380de770-9265-4bbb-ac1f-d7ac4107b556, content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, response-required=false}
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=380de770-9265-4bbb-ac1f-d7ac4107b556, content-type=application/vnd.eclipse.ditto+json, subject={{topic:action-subject}}, 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":"380de770-9265-4bbb-ac1f-d7ac4107b556","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 [{}]]
05:23:20 testDefaultJavascriptOutgoingMappingWithStatus Duration: 0.604265ms
05:23:20 2572427
05:23:20 bytes length: 3
05:23:20 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=f6575bce-d6f2-4ca6-8044-4d3c430fe02a}]]]
05:23:20 testBinaryWithByteBufferJsJavascriptIncomingMapping Duration: 3.579237ms
05:23:20 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=14f91587-5d80-4558-b754-b145c519869f, version=2, content-type=application/json}]]]
05:23:20 testDefaultJavascriptIncomingMappingForDittoProtocol Duration: 0.138155ms
05:23:20 UnmodifiableExternalMessage [headers={correlation-id=7480ad48-cadc-4c4b-ad7c-66a5a6f30019, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=none, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
05:23:20 testCorrectChannelForPolicyAnnouncementsJavascriptOutgoingMapping Duration: 0.879942ms
05:23:20 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
05:23:20 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
05:23:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
05:23:20 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
05:23:20 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=f479f37c-f6af-4d2a-805b-f933ec5803f0}]]]
05:23:20 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=fc3a1bf9-6d3f-4185-be95-5a767d7d8cb2}]]]
05:23:20 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=6bce0b3d-3485-4dcb-be9e-dee96b12872d}]]]
05:23:21 42664720170
05:23:21 bytes length: 5
05:23:21 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/features, value={"temperature":{"properties":{"value":25.43}},"pressure":{"properties":{"value":1015}},"humidity":{"properties":{"value":42}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=4616c27a-6047-4d1a-92cd-7642a5e59f43, device_id=jmh-test, content-type=application/octet-stream}]]]
05:23:21 2572427
05:23:21 bytes length: 3
05:23:21 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=e841f124-c390-458a-9cca-7ddea13854ec}]]]
05:23:21 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=2e0ecd54-3e9e-41ce-8e97-0109ab4a019b}]]]
05:23:21 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
05:23:21 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
05:23:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
05:23:21 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
05:23:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
05:23:21 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
05:23:21 ensureRecursionGetsAborted aborted after: 1.075898ms
05:23:21 ensureEndlessLoopGetsAborted aborted after: 502.385409ms
05:23:21 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
05:23:21 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
05:23:21 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
05:23:21 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
05:23:22 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.930 s -- in org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
05:23:22 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
05:23:23 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s -- in org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
05:23:23 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
05:23:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
05:23:23 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
05:23:23 10:23:23.599 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
05:23:23 10:23:23.674 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveThing>
05:23:23 10:23:23.750 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
05:23:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s -- in org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
05:23:23 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
05:23:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
05:23:23 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
05:23:23 10:23:23.851 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Invalid value in header <ttd>: -5625.
05:23:23 10:23:23.972 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not convertible to type long.
05:23:24 10:23:24.173 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <ThingIdInvalidException>: Thing ID 'Invalid Value' is not valid!
05:23:24 10:23:24.332 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <UnresolvedPlaceholderException>: The placeholder '{{ header:thing-id }}' could not be resolved.
05:23:24 10:23:24.442 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not convertible to type long.
05:23:24 10:23:24.511 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not set.
05:23:24 10:23:24.654 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not set.
05:23:24 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 s -- in org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
05:23:24 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
05:23:24 10:23:24.706 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <some-id> with mapping engine <java.lang.String> not found.
05:23:24 10:23:24.706 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <missing-mapper-id> with mapping engine <missing-mapper> not found.
05:23:24 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
05:23:24 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
05:23:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
05:23:24 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
05:23:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
05:23:24 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
05:23:25 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s -- in org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
05:23:25 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
05:23:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
05:23:25 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
05:23:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
05:23:25 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
05:23:25 [INFO] [02/13/2024 10:23:25.399] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.451] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfSaslMechanismIsUnknown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.483] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.516] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.550] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.583] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.617] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfOneBootstrapServerUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.651] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.684] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.717] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.750] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfBaseUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.795] [main] [CoordinatedShutdown(pekko://getSaslMechanismReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.827] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] [02/13/2024 10:23:25.860] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:23:25 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
05:23:25 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
05:23:25 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
05:23:25 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
05:23:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
05:23:25 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
05:23:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
05:23:25 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
05:23:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
05:23:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
05:23:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
05:23:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
05:23:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
05:23:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
05:23:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
05:23:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
05:23:26 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
05:23:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
05:23:26 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
05:23:26 10:23:26.643 [INFO ] [main] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
05:23:26 10:23:26.830 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-4] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
05:23:26 10:23:26.890 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-18] 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.
05:23:27 10:23:27.435 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
05:23:37 Failed to stop [ConnectivityRootActorTest] within [10 seconds] 
05:23:37 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children
05:23:37    ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination)
05:23:37        |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers#-1987502104]
05:23:37        ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination)
05:23:37            |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139#-2018219826]
05:23:37            ⌊-> StreamSupervisor-2139 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination)
05:23:37                |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-10-0-ignoreSink#649015743]
05:23:37                |           Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-7-0-ignoreSink#-1933055115]
05:23:37                ⌊-> flow-10-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:23:37                ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:23:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.34 s -- in org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
05:23:39 [INFO] 
05:23:39 [INFO] Results:
05:23:39 [INFO] 
05:23:39 [WARNING] Tests run: 1700, Failures: 0, Errors: 0, Skipped: 3
05:23:39 [INFO] 
05:23:39 [INFO] 
05:23:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service ---
05:23:39 [INFO] 
05:23:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service ---
05:23:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar
05:23:39 [INFO] 
05:23:39 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service ---
05:23:39 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:23:39 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:23:39 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:23:39 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:23:39 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:23:39 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:23:39 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:23:39 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:23:39 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:23:39 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:23:39 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:23:39 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:23:39 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:23:39 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:23:39 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:23:39 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:23:39 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:23:39 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:23:39 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:23:39 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:23:39 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:23:39 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:23:39 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:23:39 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:23:39 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:23:39 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:23:39 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:23:39 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:23:39 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:23:39 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:23:39 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:23:39 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:23:39 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:23:39 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:23:39 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar.
05:23:39 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar.
05:23:39 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar.
05:23:39 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar.
05:23:39 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar.
05:23:39 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:23:39 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar.
05:23:39 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar.
05:23:39 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:23:39 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:23:39 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar.
05:23:39 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar.
05:23:39 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar.
05:23:39 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:23:39 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar.
05:23:39 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:23:39 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar.
05:23:39 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar.
05:23:39 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:23:39 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:23:39 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar.
05:23:39 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:23:39 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:23:39 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:23:39 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar.
05:23:39 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar.
05:23:39 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar.
05:23:39 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar.
05:23:39 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar.
05:23:39 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar.
05:23:39 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:23:39 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:23:39 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:23:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:41 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:44 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:50 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/NOTICE.md
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/LICENSE.txt
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF.versions.9.module-info
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/io.netty.versions.properties
05:23:50 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
05:23:50 [WARNING]   - .cache/formatter-maven-cache.properties
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:23:50 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:23:50 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
05:23:50 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
05:23:50 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
05:23:50 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
05:23:50 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/MANIFEST.MF
05:23:50 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:23:50 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/DISCLAIMER
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/LICENSE
05:23:50 [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: 
05:23:50 [WARNING]   - META-INF/DEPENDENCIES
05:23:50 [WARNING] maven-shade-plugin has detected that some files are
05:23:50 [WARNING] present in two or more JARs. When this happens, only one
05:23:50 [WARNING] single version of the file is copied to the uber jar.
05:23:50 [WARNING] Usually this is not harmful and you can skip these warnings,
05:23:50 [WARNING] otherwise try to manually exclude artifacts based on
05:23:50 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:23:50 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:23:50 [INFO] Attaching shaded artifact.
05:23:50 [INFO] 
05:23:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service ---
05:23:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:23:50 [INFO] No previous run data found, generating javadoc.
05:23:57 [WARNING] Javadoc Warnings
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.config;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] package org.eclipse.ditto.connectivity.service.util;
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message);
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment
05:23:57 [WARNING] protected final ActorSystem actorSystem;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment
05:23:57 [WARNING] protected final Config config;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment
05:23:57 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment
05:23:57 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment
05:23:57 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment
05:23:57 [WARNING] protected static boolean isError(final Adaptable adaptable) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment
05:23:57 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment
05:23:57 [WARNING] protected static boolean isResponse(final Adaptable adaptable) {
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl");
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl");
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) {
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) {
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement,
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement,
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static void validateSourceQoS(final int qos,
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) {
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static void validateTargetQoS(final int qos,
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected static void validateExtraFields(final Target target) {
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for clientConnected
05:23:57 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for data
05:23:57 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @return
05:23:57 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1243: warning: no @param for clientConnected
05:23:57 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors(
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:772: warning: no comment
05:23:57 [WARNING] protected abstract ActorRef getPublisherActor();
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal,
05:23:57 [WARNING] ^
05:23:57 [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
05:23:57 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 =
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2194: warning: no comment
05:23:57 [WARNING] public interface ReconnectTimeoutStrategy {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment
05:23:57 [WARNING] protected final UUID actorUuid;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment
05:23:57 [WARNING] protected final ChildActorNanny childActorNanny;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment
05:23:57 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment
05:23:57 [WARNING] protected final ConnectionLogger connectionLogger;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment
05:23:57 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment
05:23:57 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment
05:23:57 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance());
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment
05:23:57 [WARNING] protected BaseClientActor(final Connection connection,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1673: warning: no comment
05:23:57 [WARNING] protected boolean canConnectViaSocket(final Connection connection) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment
05:23:57 [WARNING] protected ConnectivityConfig connectivityConfig() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1205: warning: no comment
05:23:57 [WARNING] protected final SshTunnelState getSshTunnelState() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1903: warning: no comment
05:23:57 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2420: warning: no comment
05:23:57 [WARNING] ACKREGATOR_STARTED,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment
05:23:57 [WARNING] ACKREGATOR_STOPPED,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2415: warning: no comment
05:23:57 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2416: warning: no comment
05:23:57 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2414: warning: no comment
05:23:57 [WARNING] INIT_COMPLETE,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2417: warning: no comment
05:23:57 [WARNING] RESUBSCRIBE,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2419: warning: no comment
05:23:57 [WARNING] SERVICE_REQUESTS_DONE,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2418: warning: no comment
05:23:57 [WARNING] SERVICE_UNBIND,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment
05:23:57 [WARNING] SHUTDOWN_TIMEOUT
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2353: warning: no comment
05:23:57 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2363: warning: no comment
05:23:57 [WARNING] public ConnectionFailure getFailure() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2367: warning: no comment
05:23:57 [WARNING] public boolean isSuccess() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2349: warning: no comment
05:23:57 [WARNING] public static InitializationResult success() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2196: warning: no comment
05:23:57 [WARNING] boolean canReconnect();
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2202: warning: no comment
05:23:57 [WARNING] Duration getNextBackoff();
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2200: warning: no comment
05:23:57 [WARNING] Duration getNextTimeout();
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2198: warning: no comment
05:23:57 [WARNING] void reset();
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment
05:23:57 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment
05:23:57 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return
05:23:57 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment
05:23:57 [WARNING] protected final ConnectionId connectionId;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment
05:23:57 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment
05:23:57 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment
05:23:57 [WARNING] protected final ConnectionMonitor inboundMonitor;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment
05:23:57 [WARNING] protected final Source source;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment
05:23:57 [WARNING] protected final String sourceAddress;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment
05:23:57 [WARNING] protected BaseConsumerActor(final Connection connection,
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment
05:23:57 [WARNING] protected ResourceStatus getCurrentSourceStatus() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment
05:23:57 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment
05:23:57 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment
05:23:57 [WARNING] protected void resetResourceStatus() {
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment
05:23:57 [WARNING] protected final Connection connection;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment
05:23:57 [WARNING] protected final ConnectionConfig connectionConfig;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment
05:23:57 [WARNING] protected final ExpressionResolver connectionIdResolver;
05:23:57 [WARNING] ^
05:23:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment
05:23:57 [WARNING] protected final ConnectionLogger connectionLogger;
05:23:57 [WARNING] ^
05:23:57 [WARNING] 100 warnings
05:23:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
05:23:57 [INFO] 
05:23:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service ---
05:23:57 [INFO] Tests are skipped.
05:23:57 [INFO] 
05:23:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service ---
05:23:57 [INFO] Tests are skipped.
05:23:57 [INFO] 
05:23:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service ---
05:23:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec
05:23:58 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes
05:23:59 [INFO] 
05:23:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service ---
05:23:59 [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
05:23:59 [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
05:23:59 [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
05:23:59 [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
05:23:59 [INFO] 
05:23:59 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
05:23:59 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT               [68/77]
05:23:59 [INFO]   from documentation/pom.xml
05:23:59 [INFO] --------------------------------[ pom ]---------------------------------
05:23:59 [INFO] 
05:23:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation ---
05:23:59 [INFO] 
05:23:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation ---
05:23:59 [INFO] 
05:23:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
05:23: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/documentation/target/jacoco.exec
05:23:59 [INFO] 
05:23:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation ---
05:23:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
05:23:59 [INFO] 
05:23:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation ---
05:23:59 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:23:59 [INFO] 
05:23:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation ---
05:23:59 [INFO] Tests are skipped.
05:23:59 [INFO] 
05:23:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation ---
05:23:59 [INFO] Tests are skipped.
05:23:59 [INFO] 
05:23:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation ---
05:23:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:23:59 [INFO] 
05:23:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation ---
05:23:59 [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
05:23:59 [INFO] 
05:23:59 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >-------------------
05:23:59 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT                     [69/77]
05:23:59 [INFO]   from gateway/pom.xml
05:23:59 [INFO] --------------------------------[ pom ]---------------------------------
05:23:59 [INFO] 
05:23:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway ---
05:23:59 [INFO] 
05:23:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway ---
05:23:59 [INFO] 
05:23:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
05:23: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/gateway/target/jacoco.exec
05:23:59 [INFO] 
05:23:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway ---
05:23:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:23:59 [INFO] The goal is skip due to packaging 'pom'
05:23:59 [INFO] 
05:23:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway ---
05:23:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT...
05:23:59 [INFO] 
05:23:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway ---
05:23:59 [INFO] 
05:23:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway ---
05:23:59 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:23:59 [INFO] 
05:23:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway ---
05:23:59 [INFO] Tests are skipped.
05:23:59 [INFO] 
05:23:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway ---
05:23:59 [INFO] Tests are skipped.
05:23:59 [INFO] 
05:23:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway ---
05:23:59 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:23:59 [INFO] 
05:23:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway ---
05:23:59 [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
05:23:59 [INFO] 
05:23:59 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >-----------------
05:23:59 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT              [70/77]
05:23:59 [INFO]   from gateway/api/pom.xml
05:23:59 [INFO] --------------------------------[ jar ]---------------------------------
05:23:59 [INFO] 
05:23:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-api ---
05:23:59 [INFO] 
05:23:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-api ---
05:23:59 [INFO] 
05:23:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
05:23: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/gateway/api/target/jacoco.exec
05:23:59 [INFO] 
05:23:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api ---
05:23:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:23:59 [WARNING] 
05:23:59 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:23:59 [WARNING] 
05:23:59 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:23:59 [WARNING] 
05:23:59 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:23:59 [INFO] 
05:23:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api ---
05:23:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources
05:23:59 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:23:59 [INFO] 
05:23:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api ---
05:23:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT...
05:23:59 [INFO] 
05:23:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api ---
05:23:59 [INFO] Changes detected - recompiling the module! :dependency
05:23:59 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
05:23:59 [INFO] 
05:23:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api ---
05:23:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources
05:23:59 [INFO] 
05:23:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api ---
05:23:59 [INFO] Changes detected - recompiling the module! :dependency
05:23:59 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
05:23:59 [INFO] 
05:23:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api ---
05:23:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:23:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/surefire-reports
05:23:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:23:59 [INFO] 
05:23:59 [INFO] -------------------------------------------------------
05:23:59 [INFO]  T E S T S
05:23:59 [INFO] -------------------------------------------------------
05:24:00 [INFO] Running org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
05:24:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s -- in org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
05:24:00 [INFO] 
05:24:00 [INFO] Results:
05:24:00 [INFO] 
05:24:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
05:24:00 [INFO] 
05:24:00 [INFO] 
05:24:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api ---
05:24:00 [INFO] 
05:24:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api ---
05:24:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar
05:24:00 [INFO] 
05:24:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api ---
05:24:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:24:00 [INFO] No previous run data found, generating javadoc.
05:24:02 [WARNING] Javadoc Warnings
05:24:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment
05:24:02 [WARNING] package org.eclipse.ditto.gateway.api;
05:24:02 [WARNING] ^
05:24:02 [WARNING] 1 warning
05:24:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
05:24:02 [INFO] 
05:24:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api ---
05:24:02 [INFO] Tests are skipped.
05:24:02 [INFO] 
05:24:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api ---
05:24:02 [INFO] Tests are skipped.
05:24:02 [INFO] 
05:24:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api ---
05:24:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec
05:24:02 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes
05:24:02 [INFO] 
05:24:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api ---
05:24:02 [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
05:24:02 [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
05:24:02 [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
05:24:02 [INFO] 
05:24:02 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >-------------
05:24:02 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT   [71/77]
05:24:02 [INFO]   from internal/utils/http/pom.xml
05:24:02 [INFO] --------------------------------[ jar ]---------------------------------
05:24:02 [INFO] 
05:24:02 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-http ---
05:24:02 [INFO] 
05:24:02 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-http ---
05:24:02 [INFO] 
05:24:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
05:24: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/internal/utils/http/target/jacoco.exec
05:24:02 [INFO] 
05:24:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http ---
05:24:02 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:24:02 [WARNING] 
05:24:02 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:24:02 [WARNING] 
05:24:02 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:24:02 [WARNING] 
05:24:02 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:24:02 [INFO] 
05:24:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http ---
05:24:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources
05:24:02 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:24:02 [INFO] 
05:24:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http ---
05:24:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT...
05:24:02 [INFO] 
05:24:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http ---
05:24:02 [INFO] Changes detected - recompiling the module! :dependency
05:24:02 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
05:24:02 [INFO] 
05:24:02 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http ---
05:24:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources
05:24:02 [INFO] 
05:24:02 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http ---
05:24:02 [INFO] No sources to compile
05:24:02 [INFO] 
05:24:02 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http ---
05:24:02 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:24:02 [INFO] No tests to run.
05:24:02 [INFO] 
05:24:02 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http ---
05:24:02 [INFO] 
05:24:02 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http ---
05:24:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar
05:24:02 [INFO] 
05:24:02 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http ---
05:24:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:24:03 [INFO] No previous run data found, generating javadoc.
05:24:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
05:24:04 [INFO] 
05:24:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http ---
05:24:04 [INFO] Tests are skipped.
05:24:04 [INFO] 
05:24:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http ---
05:24:04 [INFO] Tests are skipped.
05:24:04 [INFO] 
05:24:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http ---
05:24:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:24:04 [INFO] 
05:24:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http ---
05:24:04 [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
05:24:04 [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
05:24:04 [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
05:24:04 [INFO] 
05:24:04 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >-------------
05:24:04 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT    [72/77]
05:24:04 [INFO]   from internal/utils/jwt/pom.xml
05:24:04 [INFO] --------------------------------[ jar ]---------------------------------
05:24:05 [INFO] 
05:24:05 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-jwt ---
05:24:05 [INFO] 
05:24:05 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-jwt ---
05:24:05 [INFO] 
05:24:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
05:24: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/internal/utils/jwt/target/jacoco.exec
05:24:05 [INFO] 
05:24:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt ---
05:24:05 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:24:05 [WARNING] 
05:24:05 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:24:05 [WARNING] 
05:24:05 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:24:05 [WARNING] 
05:24:05 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:24:05 [INFO] 
05:24:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt ---
05:24:05 [INFO] Copying 2 resources from src/main/resources to target/classes
05:24:05 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:24:05 [INFO] 
05:24:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt ---
05:24:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT...
05:24:05 [INFO] 
05:24:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt ---
05:24:05 [INFO] Changes detected - recompiling the module! :dependency
05:24:05 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
05:24:05 [INFO] 
05:24:05 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt ---
05:24:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources
05:24:05 [INFO] 
05:24:05 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt ---
05:24:05 [INFO] Changes detected - recompiling the module! :dependency
05:24:05 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
05:24:05 [INFO] 
05:24:05 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt ---
05:24:05 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:24:05 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/surefire-reports
05:24:05 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:24:05 [INFO] 
05:24:05 [INFO] -------------------------------------------------------
05:24:05 [INFO]  T E S T S
05:24:05 [INFO] -------------------------------------------------------
05:24:05 [INFO] Running org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
05:24:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
05:24:06 [INFO] 
05:24:06 [INFO] Results:
05:24:06 [INFO] 
05:24:06 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
05:24:06 [INFO] 
05:24:06 [INFO] 
05:24:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt ---
05:24:06 [INFO] 
05:24:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt ---
05:24:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar
05:24:06 [INFO] 
05:24:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt ---
05:24:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:24:06 [INFO] No previous run data found, generating javadoc.
05:24:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
05:24:07 [INFO] 
05:24:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt ---
05:24:07 [INFO] Tests are skipped.
05:24:07 [INFO] 
05:24:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt ---
05:24:07 [INFO] Tests are skipped.
05:24:07 [INFO] 
05:24:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt ---
05:24:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec
05:24:07 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes
05:24:07 [INFO] 
05:24:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt ---
05:24:07 [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
05:24:07 [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
05:24:07 [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
05:24:07 [INFO] 
05:24:07 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >---------------
05:24:07 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT          [73/77]
05:24:07 [INFO]   from gateway/service/pom.xml
05:24:07 [INFO] --------------------------------[ jar ]---------------------------------
05:24:09 [INFO] 
05:24:09 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-service ---
05:24:09 [INFO] 
05:24:09 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-service ---
05:24:09 [INFO] 
05:24:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
05:24: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/gateway/service/target/jacoco.exec
05:24:09 [INFO] 
05:24:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service ---
05:24:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:24:09 [WARNING] 
05:24:09 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:24:09 [WARNING] 
05:24:09 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:24:09 [WARNING] 
05:24:09 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:24:09 [INFO] 
05:24:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service ---
05:24:09 [INFO] Copying 1 resource from src/main/resources to target/classes
05:24:09 [INFO] Copying 5 resources from src/main/resources to target/classes
05:24:09 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:24:09 [INFO] 
05:24:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service ---
05:24:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT...
05:24:09 [INFO] 
05:24:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service ---
05:24:09 [INFO] Changes detected - recompiling the module! :dependency
05:24:09 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes
05:24:11 [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.
05:24:11 [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.
05:24:11 [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.
05:24:11 [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.
05:24:11 [INFO] 
05:24:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service ---
05:24:11 [INFO] Copying 18 resources from src/test/resources to target/test-classes
05:24:11 [INFO] 
05:24:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service ---
05:24:11 [INFO] Changes detected - recompiling the module! :dependency
05:24:11 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes
05:24:12 [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.
05:24:12 [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.
05:24:12 [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.
05:24:12 [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.
05:24:12 [INFO] 
05:24:12 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service ---
05:24:12 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:24:12 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports
05:24:12 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:24:12 [INFO] 
05:24:12 [INFO] -------------------------------------------------------
05:24:12 [INFO]  T E S T S
05:24:12 [INFO] -------------------------------------------------------
05:24:14 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
05:24:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.118 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
05:24:19 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
05:24:19 10:24:19,452 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
05:24:19 10:24:19,454 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - No custom configurators were discovered as a service.
05:24:19 10:24:19,454 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
05:24:19 10:24:19,455 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
05:24:19 10:24:19,459 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
05:24:19 10:24:19,459 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
05:24:19 10:24:19,465 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 5 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
05:24:19 10:24:19,465 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
05:24:19 10:24:19,466 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
05:24:19 10:24:19,466 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
05:24:19 10:24:19,468 |-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]
05:24:19 10:24:19,604 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
05:24:19 10:24:19,888 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_DISABLE_SYSOUT_LOG")] evaluated to false on line 27
05:24:19 10:24:19,891 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [isDefined("DITTO_LOGGING_LOGSTASH_SERVER")] evaluated to false on line 51
05:24:19 10:24:19,897 |-INFO in ch.qos.logback.core.model.processor.conditional.IfModelHandler - Condition [property("DITTO_LOGGING_FILE_APPENDER").equals("true")] evaluated to false on line 68
05:24:19 10:24:19,899 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
05:24:19 10:24:19,899 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
05:24:19 10:24:19,909 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
05:24:19 10:24:19,955 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
05:24:19 10:24:19,956 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
05:24:19 10:24:19,956 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
05:24:19 10:24:19,957 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [stash]
05:24:19 10:24:19,957 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender]
05:24:19 10:24:19,957 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [file]
05:24:19 10:24:19,958 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.helpers.NOPAppender]
05:24:19 10:24:19,959 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN
05:24:19 10:24:19,959 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.contactpoint.HttpClusterBootstrapRoutes] to WARN
05:24:19 10:24:19,959 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.internal.BootstrapCoordinator] to WARN
05:24:19 10:24:19,959 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.actor.CoordinatedShutdown] to DEBUG
05:24:19 10:24:19,959 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
05:24:19 10:24:19,960 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to INFO
05:24:19 10:24:19,960 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
05:24:19 10:24:19,961 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
05:24:19 10:24:19,961 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [stash] to Logger[ROOT]
05:24:19 10:24:19,961 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [file] to Logger[ROOT]
05:24:19 10:24:19,961 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@3a7be13e - End of configuration.
05:24:19 10:24:19,963 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@193595b6 - Registering current configuration as safe fallback point
05:24:19 10:24:19,963 |-INFO in ch.qos.logback.classic.util.ContextInitializer@10ea0a18 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 497 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
05:24:19 2024-02-13 10:24:19,966 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:23 2024-02-13 10:24:23,040 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-c375221][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-c375221 - 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-c375221, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:40107/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-c375221#1042702018, ditto-connection-id=3c70f7a5-578c-48b0-9c62-71bb9ec4122d, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:8af01151-9e81-47ae-91cb-2fb340583023, thing={}, thingPlainJson={}].
05:24:27 2024-02-13 10:24:27,206 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-3cca043][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-3cca043 - Received invalid response. Reason: Entity ID of live response <:327f2c74-077f-4a87-bbf6-fb66388e51c7> differs from entity ID of command <:dc59a807-b9b4-43bb-bd29-566b0ac94efe>. Response: ModifyAttributeResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, correlation-id=HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-3cca043, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:40107/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-3cca043#-1023920192, response-required=false}], responseType=things.responses:modifyAttribute, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:327f2c74-077f-4a87-bbf6-fb66388e51c7, attributePointer=/manufacturer, attributeValue=null].
05:24:27 2024-02-13 10:24:27,207 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-3cca043][] o.e.d.g.s.e.a.HttpRequestActor pekko://HttpRequestActorTest/user/$h - Discarding invalid response as connection ID of sender could not be determined.
05:24:31 2024-02-13 10:24:31,507 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-b64f9b2][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-b64f9b2 - 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-b64f9b2, timeout=5000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:40107/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-b64f9b2#2008413327, ditto-connection-id=83c7088c-1da8-4184-bef6-a2ec4385801a, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:54697a2a-a152-469b-93a2-3dd429a670b4, thing={}, thingPlainJson={}].
05:24:31 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.35 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
05:24:31 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
05:24:31 Feb 13, 2024 10:24:31 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
05:24:31 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.
05:24:31 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
05:24:31 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
05:24:31 2024-02-13 10:24:31,661 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:32 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
05:24:32 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
05:24:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
05:24:32 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
05:24:32 2024-02-13 10:24:32,094 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:32 2024-02-13 10:24:32,257 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:32 2024-02-13 10:24:32,273 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
05:24:33 2024-02-13 10:24:32,955 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,063 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:33 2024-02-13 10:24:33,109 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,172 INFO  [PoliciesRouteTest.activatePolicyTokenIntegrationWithPreAuthentication-c50fa2a][] 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-c50fa2a}]]>!
05:24:33 2024-02-13 10:24:33,244 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,337 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:33 2024-02-13 10:24:33,380 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,449 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:33 2024-02-13 10:24:33,489 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,560 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:33 2024-02-13 10:24:33,588 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,659 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:33 2024-02-13 10:24:33,691 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,761 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:33 2024-02-13 10:24:33,795 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:33 2024-02-13 10:24:33,867 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:34 2024-02-13 10:24:33,949 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:34 2024-02-13 10:24:33,984 INFO  [PoliciesRouteTest.deactivatePolicyTokenIntegrationWithPreAuthentication-19bf834][] 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-19bf834}]]>!
05:24:34 2024-02-13 10:24:34,037 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:34 2024-02-13 10:24:34,073 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:34 2024-02-13 10:24:34,101 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:34 2024-02-13 10:24:34,165 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:34 2024-02-13 10:24:34,195 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:34 2024-02-13 10:24:34,297 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:34 2024-02-13 10:24:34,355 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:34 2024-02-13 10:24:34,379 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:34 2024-02-13 10:24:34,441 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:34 2024-02-13 10:24:34,475 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:34 2024-02-13 10:24:34,533 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:34 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.493 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
05:24:34 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
05:24:34 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:24:35 [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
05:24:35 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
05:24:35 2024-02-13 10:24:35,673 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:35 2024-02-13 10:24:35,983 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:36 2024-02-13 10:24:36,043 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
05:24:36 2024-02-13 10:24:36,448 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
05:24:36 2024-02-13 10:24:36,453 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:36 2024-02-13 10:24:36,540 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:36 2024-02-13 10:24:36,648 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
05:24:36 2024-02-13 10:24:36,650 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:36 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
05:24:36 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
05:24:36 2024-02-13 10:24:36,763 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:36 2024-02-13 10:24:36,894 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:36 2024-02-13 10:24:36,942 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
05:24:36 2024-02-13 10:24:36,984 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(WhoamiRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
05:24:37 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
05:24:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
05:24:37 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
05:24:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
05:24:37 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
05:24:37 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
05:24:37 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
05:24:38 2024-02-13 10:24:38,046 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:38 2024-02-13 10:24:38,158 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:38 2024-02-13 10:24:38,175 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
05:24:38 2024-02-13 10:24:38,261 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:38 2024-02-13 10:24:38,340 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:38 2024-02-13 10:24:38,603 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:38 2024-02-13 10:24:38,679 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:38 2024-02-13 10:24:38,779 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:38 2024-02-13 10:24:38,847 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:38 2024-02-13 10:24:38,899 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-6d4af10][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: <example.com POST /search/things/count>
05:24:38 2024-02-13 10:24:38,906 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-6d4af10][] 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-6d4af10}]]>!
05:24:38 2024-02-13 10:24:38,970 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:39 2024-02-13 10:24:39,046 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:39 2024-02-13 10:24:39,082 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:39 2024-02-13 10:24:39,160 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
05:24:39 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
05:24:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
05:24:39 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
05:24:39 2024-02-13 10:24:39,300 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:39 2024-02-13 10:24:39,434 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:39 2024-02-13 10:24:39,447 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
05:24:39 2024-02-13 10:24:39,509 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:39 2024-02-13 10:24:39,543 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
05:24:39 2024-02-13 10:24:39,711 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:39 2024-02-13 10:24:39,970 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed.
05:24:39 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:39 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:39 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:39 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:39 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:39 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:39 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
05:24:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:39 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:39 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:39 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:39 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:39 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:39 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:39 2024-02-13 10:24:39,970 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed.
05:24:39 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:39 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:39 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:39 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:39 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:39 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:39 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
05:24:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:39 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:39 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:39 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:39 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:39 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:39 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:39 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:39 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:39 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:39 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:39 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:39 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:40 2024-02-13 10:24:40,029 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:40 2024-02-13 10:24:40,565 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:40 2024-02-13 10:24:40,650 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed.
05:24:40 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:40 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:40 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:40 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:40 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:40 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:40 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
05:24:40 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:40 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:40 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:40 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:40 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:40 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:40 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:40 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:40 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:40 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:40 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:40 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:40 2024-02-13 10:24:40,650 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed.
05:24:40 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:40 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:40 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:40 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:40 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:40 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:40 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
05:24:40 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:40 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:40 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:40 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:40 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:40 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:40 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:40 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:40 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:40 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:40 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:40 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:40 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:40 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:40 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:40 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:40 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:40 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:40 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:40 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:40 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:40 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:40 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:40 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:40 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:40 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:40 2024-02-13 10:24:40,686 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:40 2024-02-13 10:24:40,806 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:40 2024-02-13 10:24:40,946 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:41 2024-02-13 10:24:41,038 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.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,038 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.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,086 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:41 2024-02-13 10:24:41,197 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,197 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,237 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:41 2024-02-13 10:24:41,336 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,336 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,369 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:41 2024-02-13 10:24:41,473 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,473 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,513 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:41 2024-02-13 10:24:41,633 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,633 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,669 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:41 2024-02-13 10:24:41,848 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:41 2024-02-13 10:24:41,930 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:41 2024-02-13 10:24:41,930 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed.
05:24:41 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:41 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:41 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:41 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:41 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:41 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:42 2024-02-13 10:24:41,963 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:42 2024-02-13 10:24:42,117 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:42 2024-02-13 10:24:42,242 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:42 2024-02-13 10:24:42,319 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed.
05:24:42 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:42 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:42 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:42 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:42 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:42 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:42 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
05:24:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:42 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:42 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:42 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:42 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:42 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:42 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:42 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:42 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:42 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:42 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:42 2024-02-13 10:24:42,319 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed.
05:24:42 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
05:24:42 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
05:24:42 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
05:24:42 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:24:42 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
05:24:42 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
05:24:42 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
05:24:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:42 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:42 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:42 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:42 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:42 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:42 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:42 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:42 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:42 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:24:42 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:42 [WARN] [02/13/2024 10:24:42.346] [ThingsSseRouteBuilderTest-pekko.actor.internal-dispatcher-5] [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
05:24:42 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.109 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
05:24:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
05:24:42 2024-02-13 10:24:42,404 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:42 2024-02-13 10:24:42,573 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:42 2024-02-13 10:24:42,587 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
05:24:42 2024-02-13 10:24:42,762 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:42 2024-02-13 10:24:42,833 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:42 2024-02-13 10:24:42,880 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:42,948 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:42,997 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,046 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,097 INFO  [ConnectionsRouteTest.testPostConnectionCommandWrongFails-c70e10b][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/json> request: <example.com POST /connections/bd38ccfe-e42a-45d7-98d9-0639a9216021/command>
05:24:43 2024-02-13 10:24:43,148 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,194 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,252 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,331 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,372 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,435 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,489 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,543 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,583 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,645 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,684 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,744 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,785 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,849 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:43 2024-02-13 10:24:43,885 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:43 2024-02-13 10:24:43,955 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:44 2024-02-13 10:24:43,995 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,049 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:44 2024-02-13 10:24:44,083 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,145 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:44 2024-02-13 10:24:44,181 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,235 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:44 2024-02-13 10:24:44,269 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,332 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:44 2024-02-13 10:24:44,375 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,441 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:44 2024-02-13 10:24:44,475 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,545 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:44 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
05:24:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
05:24:44 2024-02-13 10:24:44,605 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,659 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:24:44 2024-02-13 10:24:44,685 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,696 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
05:24:44 2024-02-13 10:24:44,750 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:44 2024-02-13 10:24:44,761 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
05:24:45 2024-02-13 10:24:44,956 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:44,962 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,164 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,185 INFO  [e46758ec-afff-449c-a6aa-2d6915f905df][] 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>.
05:24:45 2024-02-13 10:24:45,188 INFO  [e46758ec-afff-449c-a6aa-2d6915f905df][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 404
05:24:45 2024-02-13 10:24:45,248 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:45 2024-02-13 10:24:45,306 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,306 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,310 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,391 INFO  [a52e1da8-7dff-41bc-b36f-da62c8467b11][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
05:24:45 2024-02-13 10:24:45,421 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:45 2024-02-13 10:24:45,472 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,472 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,475 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,477 INFO  [8b45a492-6a0f-4a34-a290-8f35a8fae11f][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 401
05:24:45 2024-02-13 10:24:45,505 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:45 2024-02-13 10:24:45,576 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,576 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,608 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:45 2024-02-13 10:24:45,665 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,665 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,668 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,676 INFO  [294a04ee-e0e0-46d3-9214-5a53bd4e1aec][] 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]]>.
05:24:45 2024-02-13 10:24:45,685 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,730 INFO  [294a04ee-e0e0-46d3-9214-5a53bd4e1aec][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 200
05:24:45 2024-02-13 10:24:45,751 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:45 2024-02-13 10:24:45,795 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,795 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,797 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,799 INFO  [50b405f9-ee68-463a-b0bc-5f449a2d450b][] 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]]>.
05:24:45 2024-02-13 10:24:45,804 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,808 INFO  [50b405f9-ee68-463a-b0bc-5f449a2d450b][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/whoami' was: 200
05:24:45 2024-02-13 10:24:45,845 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:45 2024-02-13 10:24:45,888 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,888 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:45 2024-02-13 10:24:45,891 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:45 2024-02-13 10:24:45,893 INFO  [21dc33bc-306d-4cef-856e-5390fb55d732][] 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]]>.
05:24:45 2024-02-13 10:24:45,897 INFO  [21dc33bc-306d-4cef-856e-5390fb55d732][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of authorization subjects <101> exceeded the maximum allowed value <100>.', href=null, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=21dc33bc-306d-4cef-856e-5390fb55d732, 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}]]>!
05:24:45 2024-02-13 10:24:45,899 INFO  [21dc33bc-306d-4cef-856e-5390fb55d732][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
05:24:46 2024-02-13 10:24:45,945 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:45,989 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:45,990 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:45,993 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:45,994 INFO  [3938b695-f87c-42b0-ae16-1de33af48b28][] 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=3938b695-f87c-42b0-ae16-1de33af48b28}]]>!
05:24:46 2024-02-13 10:24:46,036 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,085 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,085 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,087 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,096 INFO  [f9c02c07-443d-47bc-a418-969c690b2cfd][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 200
05:24:46 2024-02-13 10:24:46,130 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,170 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,171 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,173 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,173 INFO  [497bde93-9d06-4b7c-8820-7cece5ce8ef3][] 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>.
05:24:46 2024-02-13 10:24:46,174 INFO  [497bde93-9d06-4b7c-8820-7cece5ce8ef3][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 404
05:24:46 2024-02-13 10:24:46,202 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,257 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,257 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,260 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,263 INFO  [933d9ebe-b0dc-47ee-b82a-1a58d90a79e9][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/9999/things?ids=bumlux' was: 404
05:24:46 2024-02-13 10:24:46,285 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,341 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,341 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,343 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,344 INFO  [dc382b0b-95c5-411e-87ad-608aec16cb82][] 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>.
05:24:46 2024-02-13 10:24:46,344 INFO  [dc382b0b-95c5-411e-87ad-608aec16cb82][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 404
05:24:46 2024-02-13 10:24:46,368 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,406 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,407 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,409 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,409 INFO  [2d5683b5-eccf-4bca-8b04-fe8e3c9c00b7][] 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>.
05:24:46 2024-02-13 10:24:46,410 INFO  [2d5683b5-eccf-4bca-8b04-fe8e3c9c00b7][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
05:24:46 2024-02-13 10:24:46,451 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,499 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,499 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,502 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,505 INFO  [e319aa8c-3735-4048-8477-836df58c9a35][] 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]]>.
05:24:46 2024-02-13 10:24:46,506 INFO  [e319aa8c-3735-4048-8477-836df58c9a35][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <GatewayDuplicateHeaderException> occurred in gateway root route: <GatewayDuplicateHeaderException [message='<timeout> was provided as header as well as query parameter with divergent values!', errorCode=gateway:duplicate.header.field, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='A request must not contain multiple header fields with the same field name. For more information see RFC 7230 section 3.2.2.', href=https://tools.ietf.org/rfc/rfc7230.txt, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=e319aa8c-3735-4048-8477-836df58c9a35, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}}]]>!
05:24:46 2024-02-13 10:24:46,531 INFO  [e319aa8c-3735-4048-8477-836df58c9a35][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux&timeout=32s' was: 400
05:24:46 2024-02-13 10:24:46,554 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,592 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,592 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,595 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,597 INFO  [ffc81b34-4300-42c8-9528-ba307fa0d435][] 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]]>.
05:24:46 2024-02-13 10:24:46,600 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,602 INFO  [ffc81b34-4300-42c8-9528-ba307fa0d435][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
05:24:46 2024-02-13 10:24:46,645 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,683 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,683 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,686 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,701 INFO  [370d592b-1e50-41f9-9d04-0dc0ba6072f5][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
05:24:46 2024-02-13 10:24:46,743 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,779 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,779 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,781 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,783 INFO  [b55f6c77-9808-43c7-90db-7a6592c0e25e][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/' was: 404
05:24:46 2024-02-13 10:24:46,806 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,859 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,859 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,861 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,863 INFO  [191d29b0-90ca-42f3-bee0-687bb09453fb][] 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]]>.
05:24:46 2024-02-13 10:24:46,866 INFO  [191d29b0-90ca-42f3-bee0-687bb09453fb][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/foo' was: 404
05:24:46 2024-02-13 10:24:46,899 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:46 2024-02-13 10:24:46,955 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,956 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:46 2024-02-13 10:24:46,958 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:46 2024-02-13 10:24:46,958 INFO  [04801c13-f794-4448-a8e1-b6ef87142aa3][] 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>.
05:24:46 2024-02-13 10:24:46,959 INFO  [04801c13-f794-4448-a8e1-b6ef87142aa3][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
05:24:47 2024-02-13 10:24:46,981 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,030 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,031 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,033 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,035 INFO  [d746e37c-e1b0-4a65-b220-108705e5e794][] 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]]>.
05:24:47 2024-02-13 10:24:47,045 INFO  [d746e37c-e1b0-4a65-b220-108705e5e794][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 400
05:24:47 2024-02-13 10:24:47,064 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,099 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,099 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,101 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,103 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,106 INFO  [4c0c8373-ca39-48b6-9813-fbd1480cc1e2][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 200
05:24:47 2024-02-13 10:24:47,142 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,176 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,176 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,205 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,271 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,271 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,275 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,278 INFO  [1d8f38b1-6d84-4705-a31a-6116777d66ca][] 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]]>.
05:24:47 2024-02-13 10:24:47,286 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,290 INFO  [1d8f38b1-6d84-4705-a31a-6116777d66ca][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux' was: 200
05:24:47 2024-02-13 10:24:47,336 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,375 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,375 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,377 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,379 INFO  [d778f1e0-6bba-46fd-a815-5998c89e6620][] 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]]>.
05:24:47 2024-02-13 10:24:47,386 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <CommandHeaderInvalidException>!
05:24:47 2024-02-13 10:24:47,386 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 [{}]]>!
05:24:47 2024-02-13 10:24:47,387 INFO  [d778f1e0-6bba-46fd-a815-5998c89e6620][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/org.eclipse.ditto:dummy' was: 400
05:24:47 2024-02-13 10:24:47,408 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,462 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,462 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,469 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,471 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]]>.
05:24:47 2024-02-13 10:24:47,473 INFO  [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of bytes exceeded the maximum allowed value <5,120>!', href=null, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}, x-ditto-pre-authenticated=some-issuer:foo, x-correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}]]>!
05:24:47 2024-02-13 10:24:47,479 INFO  [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
05:24:47 2024-02-13 10:24:47,501 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,555 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,555 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,557 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,559 INFO  [27ccafb2-1e2c-47d2-a1f9-402173df77be][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 404
05:24:47 2024-02-13 10:24:47,583 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,638 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,638 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,640 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,640 INFO  [a445ee70-0467-441f-910e-b17140f1941f][] 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>.
05:24:47 2024-02-13 10:24:47,641 INFO  [a445ee70-0467-441f-910e-b17140f1941f][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 404
05:24:47 2024-02-13 10:24:47,665 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,699 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,699 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,701 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,703 INFO  [bf7534b1-f6a6-45f1-94bf-bea22b663cdf][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
05:24:47 2024-02-13 10:24:47,740 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,775 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,775 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,777 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,781 INFO  [4d1b7908-2286-4f97-98bd-4fba071035bd][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/health' was: 200
05:24:47 2024-02-13 10:24:47,802 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,854 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,854 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,856 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,857 INFO  [2579754c-e831-4a57-9788-b20bf4d39534][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 301
05:24:47 2024-02-13 10:24:47,886 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:47 2024-02-13 10:24:47,935 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,935 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:47 2024-02-13 10:24:47,941 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:47 2024-02-13 10:24:47,945 INFO  [b52bca47-ee9a-4d00-a4c0-2487933b12d4][] 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]]>.
05:24:47 2024-02-13 10:24:47,948 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
05:24:47 2024-02-13 10:24:47,948 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <ThingIdInvalidException> occurred in gateway root route: <ThingIdInvalidException [message='Thing ID 'namespace:cf99323c-6d23-4b2e-b14e-09fee187a361:33d271fe-9c10-4cee-be84-261202351e8e:89fd78bf-f358-4905-8bf5-c5be790d430a:03f95726-9de5-4ae4-a3bd-21db1c342ed9:5e9cca3b-1ee6-46f0-ab25-e526899e847c:73b5ba1d-9dd2-409f-99fc-995ca4e88244:d392f3ec-da4e-4e44-8703-078e1cc0aa61:92b5b838-b3e8-4b97-b99a-bb6c9f681a03:0ecadaaf-fabe-4483-b864-1e74124f8899:3f477f59-8c28-4a25-9c26-1b6624ad2a44:5c310cff-af83-4156-be80-4d0d3606dde4:b326727e-84bf-40d3-9607-a7cf2de273ab:79e84209-75a9-4e3c-b3f8-6c69a7122aed:82e6e6f7-35c2-48ba-b40c-45f558a8571d:edc89885-d466-427d-b270-d3e6bc78a3ac:9fb3e376-ec49-498a-95f0-ba47fd93339f:a673eac2-3c75-43e7-a303-9987f8929042:41921eb6-84d9-4164-a9b9-47487593ecd1:62d526a9-9364-4bd4-aa99-42f32b0daab3:5ffd5ec3-f7e3-405b-af1d-f339cbe4100d:cfe89e3e-87ad-44c7-b597-26acbe22887f:a55e96d5-3164-4975-a6a0-23127de59467:f70b3a56-b00c-4dec-ba0f-4c9fb1463f89:09231c5c-9b27-4cae-8561-e914212110fd:cef30e85-2595-41ad-8e21-5e139dc58f85:b621f791-6ad9-4631-8d41-9b6d8cfe46f9:db8ce52c-575d-4f00-bee3-cb04c76ff072:6fe54e23-a087-436b-bfc8-b4f4bf60d950:134ef6f2-0c9c-4953-88a4-7e39b6f411e8:c1d454c9-51f6-4c01-903c-66447663bc2b:6fce9959-9fc3-4976-8d32-8c9ab14fa911:5fa03910-7d7d-401e-8405-cfaf317eb2a5:338505f3-5cd8-4b5f-a1ee-762ae0953ace:ea451d87-c989-4372-8159-231c7a936399:d7f4dd1c-f5e9-4890-b1bf-0d71b41a0a1f:af38db13-8689-450d-885d-b30e83fc9eb9:578cd789-fd8f-4b01-a08c-5f65de47cf18:74c8ad10-4b08-4c82-baff-14073b8ca3ee:740dbb3b-bd64-408d-9a6b-f36baa25e111:79a15afc-83ca-4bf2-b446-9a5f870337e4:c42e7645-da14-45f1-8311-1cf022b69301:e94affdb-221f-4929-b9cf-87525717afd7:4125bf52-7291-4d64-a7a1-9b9fd74303d9:ef417914-6b5e-497e-99f6-196cf96923d5:0e68ee71-9379-4080-961c-5da7d0b24e03:89950952-4405-46bf-8c5f-46a422d75877:4a5b37f3-f1ec-4a6f-894d-c08c9b231134:5f23ca02-167e-4da1-915e-d2baf17fd5d4:c97dc6cd-8f2e-401e-a803-e563c8a73420:0491f8d3-7ea5-40e8-8e9b-132398a48adb:6355d866-1946-45b8-b968-26f42e9d75d9:0fcdf047-81a0-49ee-af0b-2e6fcfa2b12e:74d43c5f-d4ec-4eef-8168-626c0ec237ec:68b19f6d-f1b5-4e08-bb79-e10e0a6bdea3:0a14462f-2dd5-41b1-b7cc-a02e75780ef2:0f4f15dd-6e09-4d1c-8fb2-aed2a64bb8c2:6c1512b4-1456-4d39-bc77-68559f6533aa:8d5e2875-aa75-45a9-ad0c-1d57edc975d8:ff16c741-3ef6-4e46-9409-e031e7f882da:915bdc53-91e6-4dd2-a47e-bf67957806c3:0d4cfef9-b24f-4b5e-9f94-5f1e45320e3f:1bac7dd1-564b-496c-b926-92e20dc2a960:a8aaa116-f096-4a83-93d2-837d70dc81d0:a1e7b066-089a-4e05-babf-41d83287f539:d7309702-e80a-42cc-a651-53e19d312eda:60351fe9-3c63-41bb-b6f6-8be99a3b3a8a:8888f197-ec87-4c5a-b1a7-eb19f1dbb249:c86da71a-f420-4bc5-a0b4-500e96c99623:d2a7c3c7-b3c7-49f8-ba5a-80acd1c037b4:a4ed8916-167e-402c-ab8a-5bba5e87f694:34edfb9e-4a83-4c6b-92e3-23d2cd8474bb:e7576efa-cc9e-4689-b27e-6b5d826260a2:cdf48c8e-4122-446d-b5d1-a17075485558:2f534c5d-c0b6-4f7a-bc49-74dc738ac9b8:7233cd00-b874-41d5-9d65-8ee6acf2121a:690c1c4f-b700-4a59-a008-5a3b30c57179:0a97693b-fe04-4cc2-8171-9e8c14c602c6:449f34a8-7ace-4e86-828d-19bc2b9bc597:3952fb19-9868-4785-8b26-9ae7f3485d32:cf542d9d-8b39-4c63-b005-1c9df0938c3b:6f99f67f-e7e7-4447-9c21-8b04165c0dd2:988d377c-a8b4-4c21-8a20-4433277becea:93669908-6450-41f2-ad1a-e6bdf29a75f2:3a3efb89-2195-4dde-9915-e50aa72aaac9:fab569b9-0fd1-435d-acda-08a69b05438d:e368c1d7-2d69-451a-8f05-74236d016605:65853565-cef8-449d-98e3-e5bfa297c615:76df33d0-bb80-489f-820f-74410de1cd48:fc24db03-71db-485e-ac3b-4ab7cf07dbc0:64be5f3d-6988-47c8-9ba2-6c28e93bb2e9:2bc30ce4-dfdb-4176-8ccf-fa54f4b31fa1:f8965866-6f46-4c0d-a80e-09d0f861093e:7c020eae-3fd7-4708-8b0f-91024565ca5b:20818cf7-aaad-4512-b52b-bc97c58e8917:89a77dbb-6893-4927-8470-8d48ee6e3d98:b7b4d0f9-aa0d-450d-babd-763167f05730:b8bcc42b-f298-4339-9995-148a95f8f2e3:a8aa8c88-9482-49ad-8e25-9f72b26d2148:26f44d79-38a5-4f3c-b03c-c36556f5b188:378f00e1-aa56-4d4e-8567-aecf7c96dacf' 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 [{}]]>!
05:24:47 2024-02-13 10:24:47,949 INFO  [b52bca47-ee9a-4d00-a4c0-2487933b12d4][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/namespace:cf99323c-6d23-4b2e-b14e-09fee187a361:33d271fe-9c10-4cee-be84-261202351e8e:89fd78bf-f358-4905-8bf5-c5be790d430a:03f95726-9de5-4ae4-a3bd-21db1c342ed9:5e9cca3b-1ee6-46f0-ab25-e526899e847c:73b5ba1d-9dd2-409f-99fc-995ca4e88244:d392f3ec-da4e-4e44-8703-078e1cc0aa61:92b5b838-b3e8-4b97-b99a-bb6c9f681a03:0ecadaaf-fabe-4483-b864-1e74124f8899:3f477f59-8c28-4a25-9c26-1b6624ad2a44:5c310cff-af83-4156-be80-4d0d3606dde4:b326727e-84bf-40d3-9607-a7cf2de273ab:79e84209-75a9-4e3c-b3f8-6c69a7122aed:82e6e6f7-35c2-48ba-b40c-45f558a8571d:edc89885-d466-427d-b270-d3e6bc78a3ac:9fb3e376-ec49-498a-95f0-ba47fd93339f:a673eac2-3c75-43e7-a303-9987f8929042:41921eb6-84d9-4164-a9b9-47487593ecd1:62d526a9-9364-4bd4-aa99-42f32b0daab3:5ffd5ec3-f7e3-405b-af1d-f339cbe4100d:cfe89e3e-87ad-44c7-b597-26acbe22887f:a55e96d5-3164-4975-a6a0-23127de59467:f70b3a56-b00c-4dec-ba0f-4c9fb1463f89:09231c5c-9b27-4cae-8561-e914212110fd:cef30e85-2595-41ad-8e21-5e139dc58f85:b621f791-6ad9-4631-8d41-9b6d8cfe46f9:db8ce52c-575d-4f00-bee3-cb04c76ff072:6fe54e23-a087-436b-bfc8-b4f4bf60d950:134ef6f2-0c9c-4953-88a4-7e39b6f411e8:c1d454c9-51f6-4c01-903c-66447663bc2b:6fce9959-9fc3-4976-8d32-8c9ab14fa911:5fa03910-7d7d-401e-8405-cfaf317eb2a5:338505f3-5cd8-4b5f-a1ee-762ae0953ace:ea451d87-c989-4372-8159-231c7a936399:d7f4dd1c-f5e9-4890-b1bf-0d71b41a0a1f:af38db13-8689-450d-885d-b30e83fc9eb9:578cd789-fd8f-4b01-a08c-5f65de47cf18:74c8ad10-4b08-4c82-baff-14073b8ca3ee:740dbb3b-bd64-408d-9a6b-f36baa25e111:79a15afc-83ca-4bf2-b446-9a5f870337e4:c42e7645-da14-45f1-8311-1cf022b69301:e94affdb-221f-4929-b9cf-87525717afd7:4125bf52-7291-4d64-a7a1-9b9fd74303d9:ef417914-6b5e-497e-99f6-196cf96923d5:0e68ee71-9379-4080-961c-5da7d0b24e03:89950952-4405-46bf-8c5f-46a422d75877:4a5b37f3-f1ec-4a6f-894d-c08c9b231134:5f23ca02-167e-4da1-915e-d2baf17fd5d4:c97dc6cd-8f2e-401e-a803-e563c8a73420:0491f8d3-7ea5-40e8-8e9b-132398a48adb:6355d866-1946-45b8-b968-26f42e9d75d9:0fcdf047-81a0-49ee-af0b-2e6fcfa2b12e:74d43c5f-d4ec-4eef-8168-626c0ec237ec:68b19f6d-f1b5-4e08-bb79-e10e0a6bdea3:0a14462f-2dd5-41b1-b7cc-a02e75780ef2:0f4f15dd-6e09-4d1c-8fb2-aed2a64bb8c2:6c1512b4-1456-4d39-bc77-68559f6533aa:8d5e2875-aa75-45a9-ad0c-1d57edc975d8:ff16c741-3ef6-4e46-9409-e031e7f882da:915bdc53-91e6-4dd2-a47e-bf67957806c3:0d4cfef9-b24f-4b5e-9f94-5f1e45320e3f:1bac7dd1-564b-496c-b926-92e20dc2a960:a8aaa116-f096-4a83-93d2-837d70dc81d0:a1e7b066-089a-4e05-babf-41d83287f539:d7309702-e80a-42cc-a651-53e19d312eda:60351fe9-3c63-41bb-b6f6-8be99a3b3a8a:8888f197-ec87-4c5a-b1a7-eb19f1dbb249:c86da71a-f420-4bc5-a0b4-500e96c99623:d2a7c3c7-b3c7-49f8-ba5a-80acd1c037b4:a4ed8916-167e-402c-ab8a-5bba5e87f694:34edfb9e-4a83-4c6b-92e3-23d2cd8474bb:e7576efa-cc9e-4689-b27e-6b5d826260a2:cdf48c8e-4122-446d-b5d1-a17075485558:2f534c5d-c0b6-4f7a-bc49-74dc738ac9b8:7233cd00-b874-41d5-9d65-8ee6acf2121a:690c1c4f-b700-4a59-a008-5a3b30c57179:0a97693b-fe04-4cc2-8171-9e8c14c602c6:449f34a8-7ace-4e86-828d-19bc2b9bc597:3952fb19-9868-4785-8b26-9ae7f3485d32:cf542d9d-8b39-4c63-b005-1c9df0938c3b:6f99f67f-e7e7-4447-9c21-8b04165c0dd2:988d377c-a8b4-4c21-8a20-4433277becea:93669908-6450-41f2-ad1a-e6bdf29a75f2:3a3efb89-2195-4dde-9915-e50aa72aaac9:fab569b9-0fd1-435d-acda-08a69b05438d:e368c1d7-2d69-451a-8f05-74236d016605:65853565-cef8-449d-98e3-e5bfa297c615:76df33d0-bb80-489f-820f-74410de1cd48:fc24db03-71db-485e-ac3b-4ab7cf07dbc0:64be5f3d-6988-47c8-9ba2-6c28e93bb2e9:2bc30ce4-dfdb-4176-8ccf-fa54f4b31fa1:f8965866-6f46-4c0d-a80e-09d0f861093e:7c020eae-3fd7-4708-8b0f-91024565ca5b:20818cf7-aaad-4512-b52b-bc97c58e8917:89a77dbb-6893-4927-8470-8d48ee6e3d98:b7b4d0f9-aa0d-450d-babd-763167f05730:b8bcc42b-f298-4339-9995-148a95f8f2e3:a8aa8c88-9482-49ad-8e25-9f72b26d2148:26f44d79-38a5-4f3c-b03c-c36556f5b188:378f00e1-aa56-4d4e-8567-aecf7c96dacf' was: 400
05:24:48 2024-02-13 10:24:47,976 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,030 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,030 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,032 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,034 INFO  [258fbb83-2b52-44fe-9dad-cc2341f7e969][] 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]]>.
05:24:48 2024-02-13 10:24:48,037 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,040 INFO  [258fbb83-2b52-44fe-9dad-cc2341f7e969][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
05:24:48 2024-02-13 10:24:48,068 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,103 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,103 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,105 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,107 INFO  [de333daa-8b99-44be-baf0-32ddb8f31ede][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
05:24:48 2024-02-13 10:24:48,149 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,182 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,182 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,184 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,186 INFO  [9c45c4a7-73e2-4e9f-a79a-bb5249d78198][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 200
05:24:48 2024-02-13 10:24:48,210 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,252 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,253 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:24:48 2024-02-13 10:24:48,255 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,256 INFO  [f3854bb2-2744-4730-9fef-b41f3ca7353f][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/nan/things?ids=bumlux' was: 404
05:24:48 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.705 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
05:24:48 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
05:24:48 2024-02-13 10:24:48,405 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}]]>!
05:24:48 [INFO] [02/13/2024 10:24:48.417] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 [INFO] [02/13/2024 10:24:48.446] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 2024-02-13 10:24:48,481 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
05:24:48 java.lang.AssertionError: null
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
05:24:48 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:48 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:24:48 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:48 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:48 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:24:48 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:24:48 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:48 2024-02-13 10:24:48,481 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
05:24:48 java.lang.AssertionError: null
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
05:24:48 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:48 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:24:48 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:48 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:48 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:24:48 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:24:48 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:48 [INFO] [02/13/2024 10:24:48.483] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 2024-02-13 10:24:48,516 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
05:24:48 2024-02-13 10:24:48,517 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 [{}]]>!
05:24:48 [INFO] [02/13/2024 10:24:48.518] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 2024-02-13 10:24:48,550 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
05:24:48 java.lang.NumberFormatException: 42
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
05:24:48 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:48 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:24:48 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:48 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:48 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:24:48 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:24:48 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:48 2024-02-13 10:24:48,550 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
05:24:48 java.lang.NumberFormatException: 42
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
05:24:48 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
05:24:48 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:48 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
05:24:48 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:48 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:24:48 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:48 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:48 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:24:48 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:24:48 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:48 [INFO] [02/13/2024 10:24:48.552] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 [INFO] [02/13/2024 10:24:48.590] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 2024-02-13 10:24:48,620 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}]]>!
05:24:48 [INFO] [02/13/2024 10:24:48.621] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 2024-02-13 10:24:48,660 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
05:24:48 2024-02-13 10:24:48,661 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 [{}]]>!
05:24:48 [INFO] [02/13/2024 10:24:48.662] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 2024-02-13 10:24:48,688 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
05:24:48 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:48 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:24:48 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:48 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:48 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:24:48 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:24:48 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:48 Caused by: java.lang.NumberFormatException: 42
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
05:24:48 	... 36 common frames omitted
05:24:48 2024-02-13 10:24:48,688 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
05:24:48 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:48 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:48 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:48 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:48 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:24:48 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:48 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:48 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:48 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:48 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:48 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:48 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:48 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:48 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:48 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:48 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:24:48 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:24:48 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:24:48 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:48 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:48 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:48 Caused by: java.lang.NumberFormatException: 42
05:24:48 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
05:24:48 	... 36 common frames omitted
05:24:48 [INFO] [02/13/2024 10:24:48.689] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
05:24:48 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
05:24:48 2024-02-13 10:24:48,730 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,767 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,775 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
05:24:48 2024-02-13 10:24:48,797 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,830 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,860 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,879 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:48 2024-02-13 10:24:48,930 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:48 2024-02-13 10:24:48,961 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,012 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,048 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,074 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,100 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,135 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,173 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,197 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,258 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,283 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,333 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,354 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,385 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,405 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,456 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,487 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,564 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,591 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,616 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,679 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,741 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,769 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,792 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,843 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,868 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,895 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,937 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:49 2024-02-13 10:24:49,963 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:49 2024-02-13 10:24:49,988 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,059 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,091 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,149 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,179 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,230 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,258 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,288 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,316 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,349 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,375 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,401 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,439 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,461 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,487 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,516 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,553 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,578 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,602 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,641 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,666 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,691 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,716 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,752 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,778 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,808 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,839 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,859 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,884 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:50 2024-02-13 10:24:50,910 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:50 2024-02-13 10:24:50,950 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:50,971 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:50,994 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,012 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,052 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,077 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,130 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,179 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,203 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,235 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,266 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,290 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,355 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,381 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,406 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,456 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,480 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,496 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,534 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,557 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,581 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,603 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,642 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,664 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,688 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,704 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,749 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,775 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,800 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,826 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,857 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,886 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,913 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:51 2024-02-13 10:24:51,940 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:51 2024-02-13 10:24:51,991 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,015 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.337 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
05:24:52 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
05:24:52 2024-02-13 10:24:52,059 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,094 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,100 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
05:24:52 2024-02-13 10:24:52,164 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,205 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,238 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,266 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,306 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,366 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,396 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,429 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,453 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,478 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,529 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,552 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,578 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,601 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,636 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,661 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,689 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,712 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,739 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,763 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,790 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,840 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,862 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,880 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,934 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:52 2024-02-13 10:24:52,963 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:52 2024-02-13 10:24:52,987 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,089 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,181 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,253 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,285 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,350 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,378 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,406 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,442 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,467 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,490 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.458 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
05:24:53 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
05:24:53 2024-02-13 10:24:53,535 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,571 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,577 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
05:24:53 2024-02-13 10:24:53,597 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,634 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,658 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,700 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,765 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,793 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,815 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,877 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,903 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:53 2024-02-13 10:24:53,940 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:53 2024-02-13 10:24:53,964 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:53,994 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,019 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,032 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,056 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,082 INFO  [ThingsRouteTest.postThingWithLiveChannelHeader-230cebc][] 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-230cebc, channel=live}]]>!
05:24:54 2024-02-13 10:24:54,130 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,155 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,163 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,186 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,236 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,256 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,281 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,284 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,305 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,347 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,365 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,387 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,404 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,439 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,464 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,487 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,504 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,533 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,553 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,576 INFO  [ThingsRouteTest.postThingWithLiveChannelQueryParameter-e135ed6][] 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-e135ed6}]]>!
05:24:54 2024-02-13 10:24:54,594 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,634 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,637 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,653 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,676 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 2024-02-13 10:24:54,692 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,730 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
05:24:54 2024-02-13 10:24:54,730 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 [{}]]>!
05:24:54 2024-02-13 10:24:54,752 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,774 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
05:24:54 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
05:24:54 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
05:24:54 2024-02-13 10:24:54,799 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,847 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,853 WARN  [][] o.a.p.c.Cluster Cluster(pekko://10f4d1e1-54f0-4c87-95b0-4fbada8d1aac) - 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
05:24:54 2024-02-13 10:24:54,877 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:54 2024-02-13 10:24:54,883 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
05:24:54 2024-02-13 10:24:54,939 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:54,978 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,030 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,079 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
05:24:55 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
05:24:55 2024-02-13 10:24:55,165 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,213 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,233 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
05:24:55 2024-02-13 10:24:55,293 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,353 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,403 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,462 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,501 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,551 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 2024-02-13 10:24:55,590 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:24:55 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
05:24:55 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
05:24:55 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
05:24:55 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
05:24:55 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
05:24:55 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
05:24:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
05:24:55 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
05:24:55 2024-02-13 10:24:55,927 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
05:24:55 [INFO] [02/13/2024 10:24:55.953] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:56 [INFO] [02/13/2024 10:24:56.056] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:56 2024-02-13 10:24:56,135 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/x-www-form-urlencoded> request: < PUT someUrl>
05:24:56 [INFO] [02/13/2024 10:24:56.137] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:56 [INFO] [02/13/2024 10:24:56.182] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:56 [INFO] [02/13/2024 10:24:56.245] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:56 [INFO] [02/13/2024 10:24:56.289] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:56 2024-02-13 10:24:56,347 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
05:24:56 [INFO] [02/13/2024 10:24:56.348] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:56 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
05:24:56 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
05:24:56 2024-02-13 10:24:56,376 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
05:24:56 2024-02-13 10:24:56,376 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
05:24:56 2024-02-13 10:24:56,384 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
05:24:56 2024-02-13 10:24:56,455 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Process Metrics]
05:24:56 java.lang.NoClassDefFoundError: oshi/SystemInfo
05:24:56 	at kamon.instrumentation.system.process.ProcessMetricsCollector$MetricsCollectionTask.<init>(ProcessMetricsCollector.scala:65)
05:24:56 	at kamon.instrumentation.system.process.ProcessMetricsCollector.<init>(ProcessMetricsCollector.scala:39)
05:24:56 	at kamon.instrumentation.system.process.ProcessMetricsCollector$Factory.create(ProcessMetricsCollector.scala:171)
05:24:56 	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
05:24:56 	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
05:24:56 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
05:24:56 	at scala.Option.fold(Option.scala:263)
05:24:56 	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
05:24:56 	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
05:24:56 	at scala.collection.immutable.List.foreach(List.scala:333)
05:24:56 	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
05:24:56 	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
05:24:56 	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
05:24:56 	at kamon.Kamon$.loadModules(Kamon.scala:19)
05:24:56 	at kamon.Init.init(Init.scala:69)
05:24:56 	at kamon.Init.init$(Init.scala:60)
05:24:56 	at kamon.Kamon$.init(Kamon.scala:19)
05:24:56 	at kamon.Kamon.init(Kamon.scala)
05:24:56 	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
05:24:56 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
05:24:56 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
05:24:56 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:56 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:56 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:56 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:56 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:56 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:56 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:56 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
05:24:56 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
05:24:56 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
05:24:56 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
05:24:56 	... 31 common frames omitted
05:24:56 2024-02-13 10:24:56,461 INFO  [][] k.o.OpenTelemetryTraceReporter  - Creating OpenTelemetry Trace Reporter
05:24:56 2024-02-13 10:24:56,462 INFO  [][] k.o.OpenTelemetryTraceReporter  - Reconfigure OpenTelemetry Trace Reporter
05:24:56 2024-02-13 10:24:56,491 INFO  [][] k.o.OtlpTraceService  - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
05:24:57 2024-02-13 10:24:57,237 INFO  [][] k.p.PrometheusReporter  - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
05:24:57 2024-02-13 10:24:57,249 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Host Metrics]
05:24:57 java.lang.NoClassDefFoundError: oshi/SystemInfo
05:24:57 	at kamon.instrumentation.system.host.HostMetricsCollector$FrequentCollectionTask.<init>(HostMetricsCollector.scala:82)
05:24:57 	at kamon.instrumentation.system.host.HostMetricsCollector.<init>(HostMetricsCollector.scala:45)
05:24:57 	at kamon.instrumentation.system.host.HostMetricsCollector$Factory.create(HostMetricsCollector.scala:243)
05:24:57 	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
05:24:57 	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
05:24:57 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
05:24:57 	at scala.Option.fold(Option.scala:263)
05:24:57 	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
05:24:57 	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
05:24:57 	at scala.collection.immutable.List.foreach(List.scala:333)
05:24:57 	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
05:24:57 	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
05:24:57 	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
05:24:57 	at kamon.Kamon$.loadModules(Kamon.scala:19)
05:24:57 	at kamon.Init.init(Init.scala:69)
05:24:57 	at kamon.Init.init$(Init.scala:60)
05:24:57 	at kamon.Kamon$.init(Kamon.scala:19)
05:24:57 	at kamon.Kamon.init(Kamon.scala)
05:24:57 	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
05:24:57 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
05:24:57 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
05:24:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:57 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
05:24:57 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
05:24:57 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
05:24:57 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
05:24:57 	... 31 common frames omitted
05:24:57 2024-02-13 10:24:57,260 INFO  [][] kamon.Init  - 
05:24:57  _
05:24:57 | |
05:24:57 | | ____ _ _ __ ___   ___  _ __
05:24:57 | |/ / _  |  _ ` _ \ / _ \|  _ \
05:24:57 |   < (_| | | | | | | (_) | | | |
05:24:57 |_|\_\__,_|_| |_| |_|\___/|_| |_|
05:24:57 =====================================
05:24:57 Initializing Kamon Telemetry v2.6.6 / Kanela not found
05:24:57 
05:24:57 2024-02-13 10:24:57,267 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing initialized and enabled using propagation channel <default>.
05:24:57 [INFO] [02/13/2024 10:24:57.364] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:57 [INFO] [02/13/2024 10:24:57.376] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithNullInnerRouteSupplierThrowsNullPointerException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:57 [INFO] [02/13/2024 10:24:57.460] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:57 [INFO] [02/13/2024 10:24:57.467] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_assertImmutability)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:57 [ERROR] [02/13/2024 10:24:57.939] [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.
05:24:57 java.lang.NullPointerException: Cannot invoke "scala.Function1.apply(Object)" because the return value of "scala.Function1.apply(Object)" is null
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRequestContext$2(BasicDirectives.scala:55)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
05:24:57 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
05:24:57 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
05:24:57 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
05:24:57 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
05:24:57 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
05:24:57 	at org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest.traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName(RequestTracingDirectiveTest.java:131)
05:24:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:24:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:24:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:24:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:24:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:24:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:24:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:24:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:24:57 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:57 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:57 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
05:24:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:57 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:24:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:24:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:24:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:24:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:24:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:24:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:24:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:24:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:24:57 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:57 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
05:24:57 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
05:24:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:24:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:24:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:24:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:24:57 
05:24:57 [INFO] [02/13/2024 10:24:57.941] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:58 [INFO] [02/13/2024 10:24:57.946] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:58 [INFO] [02/13/2024 10:24:58.076] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:58 [INFO] [02/13/2024 10:24:58.086] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithExistingW3cTracingHeadersKeepThisHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:24:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.739 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
05:24:58 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
05:24:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
05:24:58 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
05:24:58 2024-02-13 10:24:58,348 INFO  [][] k.o.OpenTelemetryTraceReporter  - Stopping OpenTelemetry Trace Reporter
05:24:58 Feb 13, 2024 10:24:58 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
05:24:58 SEVERE: Failed to export spans. The request could not be executed. Full error message: Canceled
05:24:58 java.util.concurrent.RejectedExecutionException: Task Future(<not completed>) rejected from java.util.concurrent.ThreadPoolExecutor@48d78c37[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11]
05:24:58 	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065)
05:24:58 	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833)
05:24:58 	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365)
05:24:58 	at java.base/java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:721)
05:24:58 	at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:21)
05:24:58 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
05:24:58 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
05:24:58 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
05:24:58 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
05:24:58 	at scala.concurrent.Promise.complete(Promise.scala:57)
05:24:58 	at scala.concurrent.Promise.complete$(Promise.scala:56)
05:24:58 	at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:104)
05:24:58 	at scala.concurrent.Promise.failure(Promise.scala:109)
05:24:58 	at scala.concurrent.Promise.failure$(Promise.scala:109)
05:24:58 	at scala.concurrent.impl.Promise$DefaultPromise.failure(Promise.scala:104)
05:24:58 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
05:24:58 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
05:24:58 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
05:24:58 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
05:24:58 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:24:58 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:24:58 	at java.base/java.lang.Thread.run(Thread.java:833)
05:24:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
05:24:58 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
05:24:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
05:24:59 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
05:24:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
05:24:59 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
05:24:59 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
05:24:59 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
05:24:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
05:24:59 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
05:24:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
05:24:59 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
05:25:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
05:25:00 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
05:25:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
05:25:00 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
05:25:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
05:25:00 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
05:25:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
05:25:00 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
05:25:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
05:25:00 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
05:25:00 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
05:25:00 [INFO] Running org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
05:25:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
05:25:01 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
05:25:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
05:25:01 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
05:25:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
05:25:01 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
05:25:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
05:25:01 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
05:25:01 2024-02-13 10:25:01,162 INFO  [][] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier  - Running in <DEVELOPMENT> environment.
05:25:01 2024-02-13 10:25:01,179 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/devops_password>!
05:25:01 2024-02-13 10:25:01,180 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/status_password>!
05:25:01 2024-02-13 10:25:01,270 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:01 2024-02-13 10:25:01,290 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:42291] with UID [-8911890529311144848]
05:25:01 2024-02-13 10:25:01,292 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:42291] - Starting up, Pekko version [1.0.1] ...
05:25:01 2024-02-13 10:25:01,296 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:42291] - Registered cluster JMX MBean [pekko:type=Cluster]
05:25:01 2024-02-13 10:25:01,296 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:42291] - Started up successfully
05:25:01 2024-02-13 10:25:01,348 INFO  [][] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
05:25:01 2024-02-13 10:25:01,348 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:42291] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining
05:25:01 2024-02-13 10:25:01,532 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.
05:25:01 2024-02-13 10:25:01,752 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:25:01 2024-02-13 10:25:01,752 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
05:25:02 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.200 s -- in org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
05:25:02 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
05:25:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
05:25:02 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
05:25:02 2024-02-13 10:25:02,378 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:25:02 2024-02-13 10:25:02,396 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:04 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.007 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
05:25:04 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
05:25:04 2024-02-13 10:25:04,390 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:25:04 2024-02-13 10:25:04,409 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:04 2024-02-13 10:25:04,496 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:04 2024-02-13 10:25:04,580 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:04 2024-02-13 10:25:04,686 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:04 2024-02-13 10:25:04,873 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:04,941 WARN  [hugeJwtExpirationTimeDoesNotCloseStream][] o.e.d.g.s.s.a.StreamingSessionActor pekko://StreamingSessionActorTest_hugeJwtExpirationTimeDoesNotCloseStream/user/$a - Session lifetime <PT23975H59M59.059103075S> is more than the maximum <PT2400H>. Keeping session open indefinitely.
05:25:05 2024-02-13 10:25:05,061 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,144 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,231 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,333 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,439 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,517 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,602 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,791 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 2024-02-13 10:25:05,864 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:05 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.534 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
05:25:05 [INFO] Running org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
05:25:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
05:25:05 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
05:25:08 2024-02-13 10:25:08,918 INFO  [][] o.e.d.g.s.s.a.j.DefaultJwtValidator  - Failed to parse/validate JWT due to <ExpiredJwtException> with message: <JWT expired at 2024-02-13T10:24:58Z. Current time: 2024-02-13T10:25:08Z, a difference of 917 milliseconds.  Allowed clock skew: 10000 milliseconds.>
05:25:08 2024-02-13 10:25:08,920 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.>
05:25:08 2024-02-13 10:25:08,924 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-02-13T10:25:38Z. Current time: 2024-02-13T10:25:08Z, a difference of 19076 milliseconds.  Allowed clock skew: 10000 milliseconds.>
05:25:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.983 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
05:25:08 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
05:25:09 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
05:25:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
05:25:09 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
05:25:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
05:25:09 2024-02-13 10:25:09,266 INFO  [doExtractAuthenticationWithInvalidJwtFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
05:25:09 2024-02-13 10:25:09,497 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
05:25:09 2024-02-13 10:25:09,501 INFO  [doExtractAuthenticationFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
05:25:09 2024-02-13 10:25:09,505 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
05:25:09 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
05:25:09 2024-02-13 10:25:09,532 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
05:25:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
05:25:09 2024-02-13 10:25:09,584 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
05:25:09 2024-02-13 10:25:09,590 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
05:25:09 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
05:25:09 [INFO] [02/13/2024 10:25:09.772] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:09 2024-02-13 10:25:09,797 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."}>.
05:25:09 Feb 13, 2024 10:25:09 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:25:09 WARNING: Exception thrown during asynchronous load
05:25:09 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 [{}]]
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
05:25:09 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
05:25:09 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
05:25:09 	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
05:25:09 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
05:25:09 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
05:25:09 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$1(DittoPublicKeyProviderTest.java:174)
05:25:09 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
05:25:09 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:174)
05:25:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:25:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:25:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:25:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:25:09 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:25:09 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:25:09 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:25:09 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:25:09 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:25:09 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:25:09 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:25:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:25:09 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:25:09 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:25:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:25:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:25:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:25:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:25:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:25:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:25:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:25:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:25:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:25:09 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:25:09 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:25:09 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:25:09 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:25:09 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 [{}]]
05:25:09 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
05:25:09 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
05:25:09 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
05:25:09 	... 51 more
05:25:09 
05:25:09 2024-02-13 10:25:09,801 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."}>.
05:25:09 Feb 13, 2024 10:25:09 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:25:09 WARNING: Exception thrown during asynchronous load
05:25:09 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 [{}]]
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
05:25:09 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:70)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
05:25:09 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
05:25:09 	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
05:25:09 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
05:25:09 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
05:25:09 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
05:25:09 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:168)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$2(DittoPublicKeyProviderTest.java:183)
05:25:09 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
05:25:09 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:183)
05:25:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:25:09 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:25:09 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:25:09 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:25:09 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:25:09 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:25:09 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:25:09 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:25:09 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
05:25:09 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
05:25:09 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:25:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:25:09 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:25:09 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:25:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:25:09 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:25:09 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:25:09 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:25:09 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:25:09 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:25:09 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:25:09 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:25:09 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:25:09 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
05:25:09 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
05:25:09 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
05:25:09 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:25:09 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:25:09 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:25:09 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 [{}]]
05:25:09 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
05:25:09 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
05:25:09 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
05:25:09 	... 51 more
05:25:09 
05:25:09 [INFO] [02/13/2024 10:25:09.803] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:09 [INFO] [02/13/2024 10:25:09.863] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:09 2024-02-13 10:25:09,889 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>
05:25:09 org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
05:25:09 	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:25:09 	at java.base/java.lang.Thread.run(Thread.java:833)
05:25:09 Feb 13, 2024 10:25:09 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
05:25:09 WARNING: Exception thrown during asynchronous load
05:25:09 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 [{}]]
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
05:25:09 	at java.base/java.lang.Thread.run(Thread.java:833)
05:25:09 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 [{}]]
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:100)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:87)
05:25:09 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getJwkInvalidExceptionException(DittoPublicKeyProvider.java:382)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:302)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
05:25:09 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
05:25:09 	... 5 more
05:25:09 Caused by: org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
05:25:09 	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
05:25:09 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
05:25:09 	... 7 more
05:25:09 
05:25:09 [INFO] [02/13/2024 10:25:09.892] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:09 [INFO] [02/13/2024 10:25:09.953] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:09 [INFO] [02/13/2024 10:25:09.985] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:09 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
05:25:09 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
05:25:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
05:25:10 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
05:25:10 2024-02-13 10:25:10,038 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]]>.
05:25:10 2024-02-13 10:25:10,040 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]]>.
05:25:10 2024-02-13 10:25:10,045 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]]>.
05:25:10 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
05:25:10 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
05:25:10 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
05:25:10 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
05:25:10 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
05:25:10 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
05:25:10 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
05:25:10 [INFO] Running org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
05:25:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
05:25:10 [INFO] Running org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
05:25:10 2024-02-13 10:25:10,431 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
05:25:10 2024-02-13 10:25:10,439 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
05:25:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.406 s -- in org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
05:25:15 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
05:25:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
05:25:15 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
05:25:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
05:25:16 [INFO] 
05:25:16 [INFO] Results:
05:25:16 [INFO] 
05:25:16 [INFO] Tests run: 630, Failures: 0, Errors: 0, Skipped: 0
05:25:16 [INFO] 
05:25:16 [INFO] 
05:25:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service ---
05:25:16 [INFO] 
05:25:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service ---
05:25:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar
05:25:16 [INFO] 
05:25:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service ---
05:25:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:25:16 [INFO] No previous run data found, generating javadoc.
05:25:21 [WARNING] Javadoc Warnings
05:25:21 [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
05:25:21 [WARNING] * <p>
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.starter;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.streaming;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.util.config;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected final int connectionsRetrieveLimit;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected final Duration defaultTimeout;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected final ActorRef edgeCommandForwarder;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected RetrieveConnections initialCommand;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass());
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected final ActorRef sender;
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected void handleTimeout() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections);
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected void stop() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor,
05:25:21 [WARNING] ^
05:25:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:699: warning: no comment
05:25:21 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request,
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData(
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected Route handlePerRequest(final RequestContext ctx,
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command,
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public AuthorizationContext getConnectionAuthContext() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public String getConnectionCorrelationId() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() {
05:25:21 [WARNING] ^
05:25:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:77: warning: no comment
05:25:21 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Optional<KillSwitch> getKillSwitch() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Optional<Instant> getSessionExpirationTime() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public String getType() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] IDS_ONLY("ids-only"),
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] enum RequestType {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] API,
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] SSE
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] WS,
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] Route authenticateDevOps(final String realm, final Route inner);
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public final class DevopsAuthenticationDirectiveFactory {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public DevopsAuthenticationDirective devops() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance(
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public DevopsAuthenticationDirective status() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] BASIC("basic");
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] OAUTH2("oauth2"),
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> {
05:25:21 [WARNING] ^
05:25:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment
05:25:21 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] ENABLED("enabled", true),
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] EXPECTED("expected",
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute);
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public final class HttpUtils {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public interface JwkException {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public JwtValidator getJwtValidator() {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> {
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs(
05:25:21 [WARNING] ^
05:25:21 [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
05:25:21 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) {
05:25:21 [WARNING] ^
05:25:21 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:86: warning: no comment
05:25:21 [WARNING] public String getProtocolPrefix() {
05:25:21 [WARNING] ^
05:25:21 [WARNING] 100 warnings
05:25:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
05:25:21 [INFO] 
05:25:21 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service ---
05:25:21 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar.
05:25:21 [INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar.
05:25:21 [INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar.
05:25:21 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar.
05:25:21 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:25:21 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:25:21 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:25:21 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:25:21 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:25:21 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:25:21 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:25:21 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:25:21 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:25:21 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:25:21 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:25:21 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:25:21 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:25:21 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:25:21 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:25:21 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:25:21 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:25:21 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:25:21 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:25:21 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:25:21 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:25:21 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:25:21 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:25:21 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:25:21 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:25:21 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:25:21 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:25:21 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:25:21 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:25:21 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:25:21 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:25:21 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:25:21 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:25:21 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:25:21 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:25:21 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:25:21 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:25:21 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:25:21 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:25:21 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:25:21 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:25:21 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:25:21 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:25:21 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:25:21 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:25:21 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:25:21 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:25:21 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:25:21 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:25:21 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:25:21 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:25:23 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:23 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:23 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:23 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:23 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:26 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:27 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:27 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:27 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:25:29 [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: 
05:25:29 [WARNING]   - META-INF/MANIFEST.MF
05:25:29 [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: 
05:25:29 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:25:29 [WARNING]   - META-INF/NOTICE.md
05:25:29 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:25:29 [WARNING]   - META-INF/LICENSE.txt
05:25:29 [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: 
05:25:29 [WARNING]   - META-INF.versions.9.module-info
05:25:29 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
05:25:29 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
05:25:29 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
05:25:29 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
05:25:29 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
05:25:29 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:25:29 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:25:29 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:25:29 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:25:29 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:25:29 [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: 
05:25:29 [WARNING]   - META-INF/DISCLAIMER
05:25:29 [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: 
05:25:29 [WARNING]   - META-INF/LICENSE
05:25:29 [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: 
05:25:29 [WARNING]   - META-INF/io.netty.versions.properties
05:25:29 [WARNING] maven-shade-plugin has detected that some files are
05:25:29 [WARNING] present in two or more JARs. When this happens, only one
05:25:29 [WARNING] single version of the file is copied to the uber jar.
05:25:29 [WARNING] Usually this is not harmful and you can skip these warnings,
05:25:29 [WARNING] otherwise try to manually exclude artifacts based on
05:25:29 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:25:29 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:25:29 [INFO] Attaching shaded artifact.
05:25:29 [INFO] 
05:25:29 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service ---
05:25:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar
05:25:29 [INFO] 
05:25:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service ---
05:25:29 [INFO] Tests are skipped.
05:25:29 [INFO] 
05:25:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service ---
05:25:29 [INFO] Tests are skipped.
05:25:29 [INFO] 
05:25:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service ---
05:25:29 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec
05:25:29 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes
05:25:29 [INFO] 
05:25:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service ---
05:25:29 [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
05:25:29 [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
05:25:29 [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
05:25:29 [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
05:25:29 [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
05:25:29 [INFO] 
05:25:29 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >--------------
05:25:29 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT         [74/77]
05:25:29 [INFO]   from policies/service/pom.xml
05:25:29 [INFO] --------------------------------[ jar ]---------------------------------
05:25:30 [INFO] 
05:25:30 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-service ---
05:25:30 [INFO] 
05:25:30 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-service ---
05:25:30 [INFO] 
05:25:30 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
05:25:30 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:25:30 [INFO] 
05:25:30 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
05:25:30 [INFO] Assigning port '37101' to property 'random-pekko-tcp-port'
05:25:30 [INFO] 
05:25:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
05:25: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/policies/service/target/jacoco.exec
05:25:30 [INFO] 
05:25:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service ---
05:25:30 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:25:30 [WARNING] 
05:25:30 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:25:30 [WARNING] 
05:25:30 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:25:30 [WARNING] 
05:25:30 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:25:30 [INFO] 
05:25:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service ---
05:25:30 [INFO] Copying 1 resource from src/main/resources to target/classes
05:25:30 [INFO] Copying 5 resources from src/main/resources to target/classes
05:25:30 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:25:30 [INFO] 
05:25:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service ---
05:25:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT...
05:25:30 [INFO] 
05:25:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service ---
05:25:30 [INFO] Changes detected - recompiling the module! :dependency
05:25:30 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes
05:25:31 [INFO] 
05:25:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service ---
05:25:31 [INFO] Copying 8 resources from src/test/resources to target/test-classes
05:25:31 [INFO] 
05:25:31 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service ---
05:25:31 [INFO] Changes detected - recompiling the module! :dependency
05:25:31 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
05:25:33 [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.
05:25:33 [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.
05:25:33 [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.
05:25:33 [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.
05:25:33 [INFO] 
05:25:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service ---
05:25:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:25:33 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/surefire-reports
05:25:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:25:33 [INFO] 
05:25:33 [INFO] -------------------------------------------------------
05:25:33 [INFO]  T E S T S
05:25:33 [INFO] -------------------------------------------------------
05:25:34 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest
05:25:34 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:25:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.260 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PoliciesPlaceholderSubstitutionTest
05:25:36 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest
05:25:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.CreatePolicySubstitutionStrategyTest
05:25:36 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest
05:25:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectSubstitutionStrategyTest
05:25:36 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest
05:25:36 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntrySubstitutionStrategyTest
05:25:36 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest
05:25:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.PolicySubstitutionStrategyRegistryTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest
05:25:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifySubjectsSubstitutionStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest
05:25:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicySubstitutionStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest
05:25:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.signaltransformation.placeholdersubstitution.ModifyPolicyEntriesSubstitutionStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyUpdateTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportCreatedStrategyTest
05:25:37 [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.PolicyImportCreatedStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyUpdateTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryDeletedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportsModifiedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectDeletedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryCreatedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourcesModifiedStrategyCreateTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyModifyTest
05:25:37 [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.ResourceModifiedStrategyModifyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportDeletedStrategyTest
05:25:37 [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.PolicyImportDeletedStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyImportModifiedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceCreatedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyUpdateTest
05:25:37 [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.SubjectsModifiedStrategyUpdateTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyModifiedStrategyTest
05:25:37 [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.PolicyModifiedStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectModifiedStrategyCreateTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceDeletedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectCreatedStrategyTest
05:25:37 [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.SubjectCreatedStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntriesModifiedStrategyTest
05:25:37 [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.PolicyEntriesModifiedStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.ResourceModifiedStrategyCreateTest
05:25:37 [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.ResourceModifiedStrategyCreateTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.SubjectsModifiedStrategyCreateTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyCreatedStrategyTest
05:25:37 [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.PolicyCreatedStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyEntryModifiedStrategyTest
05:25:37 [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.PolicyEntryModifiedStrategyTest
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.events.PolicyDeletedStrategyTest
05:25:37 [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
05:25:37 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest
05:25:42 [INFO] [02/13/2024 10:25:42.007] [main] [CoordinatedShutdown(pekko://TopLevelPolicyActionCommandStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:42 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.692 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.TopLevelPolicyActionCommandStrategyTest
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.CreatePolicyStrategyTest
05:25:42 [INFO] [02/13/2024 10:25:42.163] [main] [CoordinatedShutdown(pekko://CreatePolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:42 [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
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest
05:25:42 [INFO] [02/13/2024 10:25:42.250] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:42 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportsStrategyTest
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest
05:25:42 [INFO] [02/13/2024 10:25:42.346] [main] [CoordinatedShutdown(pekko://PolicyConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:42 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PolicyConflictStrategyTest
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest
05:25:42 [INFO] [02/13/2024 10:25:42.456] [main] [CoordinatedShutdown(pekko://ModifyPolicyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyStrategyTest
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest
05:25:42 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.PoliciesConditionalHeadersValidatorTest
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest
05:25:42 [INFO] [02/13/2024 10:25:42.733] [main] [CoordinatedShutdown(pekko://ModifySubjectsStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectsStrategyTest
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifySubjectStrategyTest
05:25:42 [INFO] [02/13/2024 10:25:42.832] [main] [CoordinatedShutdown(pekko://ModifySubjectStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:42 [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.ModifySubjectStrategyTest
05:25:42 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest
05:25:43 [INFO] [02/13/2024 10:25:43.209] [main] [CoordinatedShutdown(pekko://DeactivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeactivateTokenIntegrationStrategyTest
05:25:43 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest
05:25:43 [INFO] [02/13/2024 10:25:43.347] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntriesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntriesStrategyTest
05:25:43 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest
05:25:43 [INFO] [02/13/2024 10:25:43.433] [main] [CoordinatedShutdown(pekko://ModifyPolicyEntryStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyEntryStrategyTest
05:25:43 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest
05:25:43 [INFO] [02/13/2024 10:25:43.901] [main] [CoordinatedShutdown(pekko://ActivateTokenIntegrationStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:43 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ActivateTokenIntegrationStrategyTest
05:25:43 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest
05:25:43 [INFO] [02/13/2024 10:25:43.991] [main] [CoordinatedShutdown(pekko://ModifyPolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.ModifyPolicyImportStrategyTest
05:25:43 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.DeletePolicyImportStrategyTest
05:25:44 [INFO] [02/13/2024 10:25:44.067] [main] [CoordinatedShutdown(pekko://DeletePolicyImportStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:44 [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
05:25:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest
05:25:44 [INFO] [02/13/2024 10:25:44.170] [main] [CoordinatedShutdown(pekko://SubjectExpiryAdjustmentTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:25:44 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.policies.service.persistence.actors.strategies.commands.SubjectExpiryAdjustmentTest
05:25:44 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest
05:25:44 10:25:44.486 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:25:48 10:25:48.864 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<true>
05:25:49 10:25:48.914 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:25:52 10:25:52.491 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<false> inGracePeriod=<false>
05:25:52 10:25:52.530 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:25:56 10:25:56.252 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:25:59 10:25:59.810 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<false> shouldAnnounce=<true> inGracePeriod=<false>
05:26:00 10:25:59.933 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:02 10:26:02.057 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:05 10:26:05.152 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:05 10:26:05.253 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-02-13T10:26:35.205793968Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
05:26:05 10:26:05.298 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:07 10:26:07.464 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:07 10:26:07.545 [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.
05:26:07 10:26:07.664 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:07 10:26:07.845 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:08 10:26:08.027 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:11 10:26:11.716 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:15 10:26:15.409 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:19 10:26:19.099 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:22 10:26:22.681 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:26 10:26:26.261 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:29 10:26:29.851 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:33 10:26:33.432 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:36 10:26:36.911 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:38 10:26:38.491 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:42 10:26:42.950 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:46 10:26:46.018 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:49 10:26:49.097 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:50 10:26:50.166 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:52 10:26:52.726 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-02-13T10:26:53.199042001Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
05:26:52 10:26:52.758 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:56 10:26:56.317 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<false>
05:26:56 10:26:56.338 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:56 10:26:56.518 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:56 10:26:56.598 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:26:59 10:26:59.671 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:03 10:27:03.879 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:07 10:27:07.437 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Timeout waiting for ACKs, giving up. acknowledged=<true> shouldAnnounce=<true> inGracePeriod=<true>
05:27:07 10:27:07.457 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:07 10:27:07.547 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:07 10:27:07.725 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:12 10:27:12.893 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:13 10:27:12.962 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:15 10:27:15.553 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:15 10:27:15.641 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:15 10:27:15.709 [ERROR] o.e.d.p.s.p.a.a.SubjectExpiryActor - Grace period past for deleted subject <ImmutableSubject [subjectId=ditto:ditto, subjectType=unknown, subjectExpiry=2024-02-13T10:27:25.674965980Z, subjectAnnouncement=ImmutableSubjectAnnouncement[beforeExpiry=9500ms, whenDeleted=true, requestedAcksLabels=[connection:ack], requestedAcksTimeout=30000ms, randomizationInterval=0ms]]>. Giving up.
05:27:15 10:27:15.738 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:15 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.71 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.SubjectExpiryActorTest
05:27:15 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest
05:27:15 [INFO] [02/13/2024 10:27:15.938] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:27:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.service.persistence.actors.announcements.PolicyAnnouncementManagerTest
05:27:15 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest
05:27:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.ImmutablePolicyEntryPlaceholderTest
05:27:15 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest
05:27:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.service.persistence.actors.resolvers.DefaultSubjectIdFromActionResolverTest
05:27:15 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest
05:27:15 10:27:15.970 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:27:16 10:27:16.232 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:16 10:27:16.476 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:27:16 10:27:16.523 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stashed received message during startup of supervised PersistenceActor: <CreatePolicy>
05:27:16 10:27:16.523 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting persistence actor for entity with ID <test.ns:myPolicy-353695785>.
05:27:16 10:27:16.541 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Starting enforcer actor for entity with ID <test.ns:myPolicy-353695785>.
05:27:16 10:27:16.549 [INFO ] o.a.p.p.Persistence - Auto-starting journal plugin `pekko-contrib-mongodb-persistence-policies-journal`
05:27:16 10:27:16.582 [INFO ] o.a.p.p.Persistence - Auto-starting snapshot store `pekko-contrib-mongodb-persistence-policies-snapshots`
05:27:16 10:27:16.651 [INFO ] o.a.p.a.ActorSystemImpl - Using storage org.apache.pekko.persistence.inmemory.extension.StorageExtensionImpl
05:27:16 10:27:16.842 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Now watching enforcer child: <Actor[pekko://PekkoTestSystem/system/testProbe-42/test.ns:myPolicy-353695785/en#-1373417700]>
05:27:17 10:27:17.245 [INFO ] o.a.p.c.s.ShardRegion - policy: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min]
05:27:17 10:27:17.265 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:createPolicy> with outcome 'success'
05:27:17 10:27:17.267 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received enforcedSignal from enforcerChild, forwarding to target actor: CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-353695785, 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]}]]
05:27:17 10:27:17.268 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H>
05:27:17 10:27:17.272 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Handling by strategy: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-353695785, 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]}]]>
05:27:17 10:27:17.273 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers with currentETagValue <null> on command <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-353695785, 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]}]]>.
05:27:17 10:27:17.273 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Validating conditional headers succeeded.
05:27:17 10:27:17.273 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Applying command in <CreatePolicyStrategy>: <CreatePolicy [type=policies.commands:createPolicy, dittoHeaders=ImmutableDittoHeaders [{version=2, ditto-auth-context={"type":"unspecified","subjects":["google:allowedId"]}}], policy=ImmutablePolicy [policyId=test.ns:myPolicy-353695785, 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]}]]>
05:27:17 10:27:17.275 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Created new Policy with ID <test.ns:myPolicy-353695785>.
05:27:17 10:27:17.282 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Persisting Event <policies.events:policyCreated>.
05:27:17 10:27:17.465 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActor - Successfully persisted Event <policies.events:policyCreated> w/ rev: <1>.
05:27:17 10:27:17.467 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received CommandResponse from target actor, telling enforcerChild to apply response filtering: CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{version=2, 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:myPolicy-353695785, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy-353695785, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-02-13T10:27:17.274770383Z, created=2024-02-13T10:27:17.274770383Z, 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]}]]
05:27:17 10:27:17.468 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Sending response: <CreatePolicyResponse [dittoHeaders=ImmutableDittoHeaders [{version=2, 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:myPolicy-353695785, policyCreated=ImmutablePolicy [policyId=test.ns:myPolicy-353695785, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-02-13T10:27:17.274770383Z, created=2024-02-13T10:27:17.274770383Z, 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>
05:27:17 10:27:17.483 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Scheduling for Activity Check in <PT2400H>
05:27:17 10:27:17.485 [DEBUG] o.e.d.p.s.p.a.a.PolicyAnnouncementManager - OnPolicyModified policy=<ImmutablePolicy [policyId=test.ns:myPolicy-353695785, namespace=test.ns, lifecycle=ACTIVE, revision=1, modified=2024-02-13T10:27:17.274770383Z, created=2024-02-13T10:27:17.274770383Z, 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=<[]>
05:27:17 10:27:17.572 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Waiting for <1> ops and <0> sudo ops before stopping
05:27:17 10:27:17.581 [INFO ] o.e.d.p.s.p.a.PolicyEnforcerActor - Completed enforcement of message type <policies.commands:retrievePolicy> with outcome 'failed' and headers: <ImmutableDittoHeaders [{}]>
05:27:17 10:27:17.582 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Received DittoRuntimeException as response from enforcerChild: PolicyNotAccessibleException [message='The Policy with ID 'test.ns:myPolicy-353695785' 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 [{}]]
05:27:17 10:27:17.583 [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:myPolicy-353695785' 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 [{}]]
05:27:17 10:27:17.583 [DEBUG] o.e.d.p.s.p.a.PolicySupervisorActor - Stopping after waiting for ongoing ops.
05:27:17 10:27:17.584 [DEBUG] o.e.d.p.s.p.a.PolicyPersistenceActor - Stopping PersistenceActor for entity with ID <test.ns:myPolicy-353695785>.
05:27:17 10:27:17.586 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Shutting down remote daemon.
05:27:17 10:27:17.586 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remote daemon shut down; proceeding with flushing remote transports.
05:27:17 10:27:17.587 [INFO ] o.a.p.r.RemoteActorRefProvider$RemotingTerminator - Remoting shut down.
05:27:17 10:27:17.609 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:17 10:27:17.662 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:27:17 10:27:17.689 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:17 10:27:17.755 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:27:17 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicySupervisorActorTest
05:27:17 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest
05:27:17 10:27:17.781 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:27:17 10:27:17.798 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:23 10:27:23.539 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:25 10:27:25.759 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:34 10:27:34.888 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.33 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorSnapshottingTest
05:27:38 [INFO] Running org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest
05:27:38 10:27:38.119 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:27:38 10:27:38.134 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:38 10:27:38.232 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:38 10:27:38.273 [INFO ] o.e.d.p.s.p.a.PolicyPersistenceActorTest - Sleeping 2500 ms to avoid 10s border for subject expiry test
05:27:50 10:27:50.554 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:27:50 10:27:50.654 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:00 [ERROR] [02/13/2024 10:28:00.530] [PekkoTestSystem-pekko.actor.default-dispatcher-20] [pekko://PekkoTestSystem/system/testProbe-64/$b] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1036673117, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#942661476]] 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#-868463946]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#942661476]] 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#-868463946]].)
05:28:00 10:28:00.544 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:00 10:28:00.633 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:10 10:28:10.543 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:10 10:28:10.613 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy1617530105, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1617333659]] 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#1407154226]].)
05:28:10 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1617333659]] 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#1407154226]].
05:28:10 10:28:10.638 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:10 10:28:10.704 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1023850702, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#521730465]] 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#1220222083]].)
05:28:10 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#521730465]] 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#1220222083]].
05:28:10 10:28:10.718 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:10 10:28:10.804 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy707095174, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-135424704]] 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#-2020953474]].)
05:28:10 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-135424704]] 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#-2020953474]].
05:28:10 10:28:10.817 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:10 10:28:10.896 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:10.985 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.072 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy955739459, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1277294179]] 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#366447651]].)
05:28:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1277294179]] 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#366447651]].
05:28:11 10:28:11.094 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.163 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-489511897, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-294919135]] 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#1500877820]].)
05:28:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-294919135]] 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#1500877820]].
05:28:11 10:28:11.183 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.304 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.403 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.471 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy5849622, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#258844568]] 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#1059227499]].)
05:28:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#258844568]] 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#1059227499]].
05:28:11 10:28:11.492 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.682 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.748 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-2002277898, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1532093959]] 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#-2035075015]].)
05:28:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#1532093959]] 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#-2035075015]].
05:28:11 10:28:11.769 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 10:28:11.837 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-18807969, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1269052020]] 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#-600610890]].)
05:28:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1269052020]] 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#-600610890]].
05:28:11 10:28:11.857 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:11 [ERROR] [02/13/2024 10:28:11.929] [PekkoTestSystem-pekko.actor.default-dispatcher-18] [pekko://PekkoTestSystem/system/testProbe-96/$a] Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-66199974, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#868668244]] 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#-805598616]].) (org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#868668244]] 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#-805598616]].)
05:28:11 10:28:11.930 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-66199974, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#868668244]] 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#-805598616]].)
05:28:11 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#868668244]] 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#-805598616]].
05:28:12 10:28:11.945 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:15 10:28:15.025 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:15 10:28:15.203 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:15 10:28:15.401 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:15 10:28:15.490 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:22 10:28:22.210 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:22 10:28:22.298 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:22 10:28:22.377 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:22 10:28:22.486 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:22 10:28:22.565 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:22 10:28:22.635 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1791081165, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1950410935]] 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#310153713]].)
05:28:22 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-1950410935]] 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#310153713]].
05:28:22 10:28:22.655 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:30 10:28:30.555 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:30 10:28:30.744 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:30 10:28:30.810 [ERROR] o.e.d.p.s.p.a.PolicyPersistenceActor - Got SaveSnapshotFailure(SnapshotMetadata(policy:test.ns:myPolicy-1186695443, 2, 0, None),org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-896605962]] 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#1292436155]].)
05:28:30 org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/SnapshotStorage#-896605962]] 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#1292436155]].
05:28:30 10:28:30.823 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:30 10:28:30.902 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:30.981 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.93 s -- in org.eclipse.ditto.policies.service.persistence.actors.PolicyPersistenceActorTest
05:28:31 [INFO] Running org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest
05:28:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.policies.service.enforcement.pre.ModifyToCreatePolicyTransformerTest
05:28:31 [INFO] Running org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest
05:28:31 10:28:31.150 [INFO ] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:28:31 10:28:31.160 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.205 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.273 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.324 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.371 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.420 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.470 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.509 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.549 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.599 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.638 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.676 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.717 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.756 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.796 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.843 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:31 10:28:31.875 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:31 10:28:31.924 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:31.964 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.013 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.053 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.092 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.132 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.181 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.236 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.286 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.325 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.363 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.403 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.442 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.483 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.522 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.572 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.613 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.651 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.699 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.730 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.771 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.809 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.857 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:32 10:28:32.898 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:32 10:28:32.947 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:33 10:28:32.987 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:33 10:28:33.036 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:33 10:28:33.075 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:33 10:28:33.124 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:33 10:28:33.163 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:33 10:28:33.212 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:33 10:28:33.255 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:33 10:28:33.305 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:33 10:28:33.353 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:33 10:28:33.402 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:33 10:28:33.442 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:33 10:28:33.492 [INFO ] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
05:28:33 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.371 s -- in org.eclipse.ditto.policies.service.enforcement.PolicyCommandEnforcementTest
05:28:33 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest
05:28:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandRegistryTest
05:28:33 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest
05:28:33 10:28:33.539 [INFO ] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
05:28:33 10:28:33.581 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
05:28:33 10:28:33.587 [INFO ] o.a.p.r.a.ArteryTransport - Remoting started with transport [Artery tcp]; listening on address [pekko://PoliciesRootActorTest@127.0.0.1:45967] with UID [-6650205222910748222]
05:28:33 10:28:33.589 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:45967] - Starting up, Pekko version [1.0.1] ...
05:28:33 10:28:33.591 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:45967] - Registered cluster JMX MBean [pekko:type=Cluster]
05:28:33 10:28:33.591 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:45967] - Started up successfully
05:28:33 10:28:33.633 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:45967] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining
05:28:33 10:28:33.633 [INFO ] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
05:28:33 10:28:33.659 [INFO ] o.a.p.c.Cluster - Cluster Node [pekko://PoliciesRootActorTest@127.0.0.1:45967] - Node [pekko://PoliciesRootActorTest@127.0.0.1:45967] is JOINING itself (with roles [policies, policy-announcement-aware, blocked-namespaces-aware, dc-default], version [0-SNAPSHOT]) and forming new cluster
05:28:34 10:28:33.934 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
05:28:34 java.net.ConnectException: Connection refused
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
05:28:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
05:28:34 	... 1 common frames omitted
05:28:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
05:28:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
05:28:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
05:28:34 	at java.base/sun.nio.ch.Invoker$2.run(Invoker.java:221)
05:28:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:28:34 	at java.base/java.lang.Thread.run(Thread.java:833)
05:28:34 10:28:33.934 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
05:28:34 java.net.ConnectException: Connection refused
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
05:28:34 	... 7 common frames omitted
05:28:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
05:28:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
05:28:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
05:28:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
05:28:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:28:34 	at java.base/java.lang.Thread.run(Thread.java:833)
05:28:34 10:28:33.936 [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.0.18-200.fc36.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@2fce910d, com.mongodb.Jep395RecordCodecProvider@747c2bb8, com.mongodb.KotlinCodecProvider@5dacb746]}, 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}
05:28:34 10:28: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.0.18-200.fc36.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@2fce910d, com.mongodb.Jep395RecordCodecProvider@747c2bb8, com.mongodb.KotlinCodecProvider@5dacb746]}, 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}
05:28:34 10:28:33.967 [INFO ] p.c.p.m.d.ScalaMongoDriver - Applying configuration-specific overrides for driver
05:28:34 10:28:34.052 [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.0.18-200.fc36.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@2fce910d, com.mongodb.Jep395RecordCodecProvider@747c2bb8, com.mongodb.KotlinCodecProvider@5dacb746]}, 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}
05:28:34 10:28:34.052 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
05:28:34 java.net.ConnectException: Connection refused
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
05:28:34 	... 7 common frames omitted
05:28:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
05:28:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
05:28:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
05:28:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
05:28:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:28:34 	at java.base/java.lang.Thread.run(Thread.java:833)
05:28:34 10:28:34.068 [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.0.18-200.fc36.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@2fce910d, com.mongodb.Jep395RecordCodecProvider@747c2bb8, com.mongodb.KotlinCodecProvider@5dacb746]}, 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}
05:28:34 10:28:34.068 [INFO ] o.m.d.cluster - Exception in monitor thread while connecting to server localhost:27017
05:28:34 java.net.ConnectException: Connection refused
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.checkConnect(Native Method)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:256)
05:28:34 	... 7 common frames omitted
05:28:34 Wrapped by: com.mongodb.MongoSocketOpenException: Exception opening socket
05:28:34 	at com.mongodb.internal.connection.AsynchronousSocketChannelStream$OpenCompletionHandler.failed(AsynchronousSocketChannelStream.java:127)
05:28:34 	at java.base/sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:131)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishConnect(UnixAsynchronousSocketChannelImpl.java:287)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(UnixAsynchronousSocketChannelImpl.java:202)
05:28:34 	at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(UnixAsynchronousSocketChannelImpl.java:217)
05:28:34 	at java.base/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:306)
05:28:34 	at java.base/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
05:28:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
05:28:34 	at java.base/java.lang.Thread.run(Thread.java:833)
05:28:34 10:28:34.452 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out
05:28:34 10:28:34.452 [INFO ] o.m.d.cluster - Cluster description not yet available. Waiting for 30000 ms before timing out
05:28:45 Failed to stop [PoliciesRootActorTest] within [10 seconds] 
05:28:45 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 2 children
05:28:45    ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=0 14 children
05:28:45    |   ⌊-> IO-TCP RepointableActorRef class org.apache.pekko.io.TcpManager status=0 1 children
05:28:45    |   |   ⌊-> selectors RoutedActorRef class org.apache.pekko.routing.RouterPoolActor status=0 1 children
05:28:45    |   |       ⌊-> $a LocalActorRef class org.apache.pekko.io.SelectionHandler status=0 1 children
05:28:45    |   |           ⌊-> 0 LocalActorRef class org.apache.pekko.io.TcpListener status=0 no children
05:28:45    |   ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=0 6 children
05:28:45    |   |   ⌊-> StreamSupervisor-463 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children
05:28:45    |   |   |   ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:28:45    |   |   ⌊-> StreamSupervisor-464 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 6 children
05:28:45    |   |   |   ⌊-> remote-0-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
05:28:45    |   |   |   ⌊-> remote-2-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
05:28:45    |   |   |   ⌊-> remote-3-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
05:28:45    |   |   |   ⌊-> remote-4-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
05:28:45    |   |   |   ⌊-> remote-5-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
05:28:45    |   |   |   ⌊-> remote-6-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
05:28:45    |   |   ⌊-> StreamSupervisor-465 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 1 children
05:28:45    |   |   |   ⌊-> remoteControl-1-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=0 no children
05:28:45    |   |   ⌊-> StreamSupervisor-467 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
05:28:45    |   |   ⌊-> StreamSupervisor-468 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
05:28:45    |   |   ⌊-> StreamSupervisor-469 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=0 no children
05:28:45    |   ⌊-> cluster RepointableActorRef class org.apache.pekko.cluster.ClusterDaemon status=0 2 children
05:28:45    |   |   ⌊-> core LocalActorRef class org.apache.pekko.cluster.ClusterCoreSupervisor status=0 2 children
05:28:45    |   |   |   ⌊-> daemon LocalActorRef class org.apache.pekko.cluster.ClusterCoreDaemon status=0 3 children
05:28:45    |   |   |   |   ⌊-> crossDcHeartbeatSender LocalActorRef class org.apache.pekko.cluster.CrossDcHeartbeatSender status=0 no children
05:28:45    |   |   |   |   ⌊-> downingProvider LocalActorRef class org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver status=0 no children
05:28:45    |   |   |   |   ⌊-> heartbeatSender LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatSender status=0 no children
05:28:45    |   |   |   ⌊-> publisher LocalActorRef class org.apache.pekko.cluster.ClusterDomainEventPublisher status=0 no children
05:28:45    |   |   ⌊-> heartbeatReceiver LocalActorRef class org.apache.pekko.cluster.ClusterHeartbeatReceiver status=0 no children
05:28:45    |   ⌊-> clusterEventBusListener RepointableActorRef class org.apache.pekko.cluster.ClusterReadView$$anon$1 status=0 no children
05:28:45    |   ⌊-> deadLetterListener RepointableActorRef class org.apache.pekko.event.DeadLetterListener status=0 no children
05:28:45    |   ⌊-> distributedPubSubMediator RepointableActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator status=0 1 children
05:28:45    |   |   ⌊-> policy-invalidate-enforcers LocalActorRef class org.apache.pekko.cluster.pubsub.DistributedPubSubMediator$Internal$Topic status=0 no children
05:28:45    |   ⌊-> eventStreamUnsubscriber-156 RepointableActorRef class org.apache.pekko.event.EventStreamUnsubscriber status=0 no children
05:28:45    |   ⌊-> log1-Slf4jLogger RepointableActorRef class org.apache.pekko.event.slf4j.Slf4jLogger status=0 no children
05:28:45    |   ⌊-> pool-master RepointableActorRef class org.apache.pekko.http.impl.engine.client.PoolMasterActor status=0 no children
05:28:45    |   ⌊-> remote-deployment-watcher RepointableActorRef class org.apache.pekko.remote.RemoteDeploymentWatcher status=0 no children
05:28:45    |   ⌊-> remote-watcher RepointableActorRef class org.apache.pekko.cluster.ClusterRemoteWatcher status=0 no children
05:28:45    |   ⌊-> remoting-terminator RepointableActorRef class org.apache.pekko.remote.RemoteActorRefProvider$RemotingTerminator status=0 no children
05:28:45    |   ⌊-> sharding RepointableActorRef class org.apache.pekko.cluster.sharding.ClusterShardingGuardian status=0 1 children
05:28:45    |   |   ⌊-> policiesReplicator LocalActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
05:28:45    |   ⌊-> testProbe-210 RepointableActorRef class org.apache.pekko.testkit.TestActor status=0 no children
05:28:45    ⌊-> user LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 4 children
05:28:45        ⌊-> $a RepointableActorRef class org.eclipse.ditto.policies.service.starter.PoliciesRootActor status=4 Terminating(Recreation(org.eclipse.ditto.base.service.actors.AbstractDittoRootActorTest$UnknownException))
05:28:45        |   |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing#-391019663]
05:28:45        |   ⌊-> persistencePing LocalActorRef class org.apache.pekko.cluster.singleton.ClusterSingletonManager status=8 Terminating(Termination)
05:28:45        |       |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton#-1082145824]
05:28:45        |       ⌊-> singleton LocalActorRef class org.eclipse.ditto.internal.utils.cluster.ClusterSingletonSupervisorActor status=8 Terminating(Termination)
05:28:45        |           |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child#-1472667563]
05:28:45        |           ⌊-> supervised-child LocalActorRef class org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActor status=8 Terminating(Termination)
05:28:45        |               |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470#-44945822]
05:28:45        |               ⌊-> StreamSupervisor-470 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=8 Terminating(Termination)
05:28:45        |                   |    toDie: Actor[pekko://PoliciesRootActorTest/user/$a/persistencePing/singleton/supervised-child/StreamSupervisor-470/flow-10-0-seqSink#-106191399]
05:28:45        |                   ⌊-> flow-10-0-seqSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:28:45        ⌊-> $b RepointableActorRef class org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProvider$CachingPolicyEnforcerProviderActor status=0 no children
05:28:45        ⌊-> blockedNamespacesReplicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
05:28:45        ⌊-> policy-announcement-aware-replicator RepointableActorRef class org.apache.pekko.cluster.ddata.Replicator status=0 no children
05:28:45 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.71 s -- in org.eclipse.ditto.policies.service.starter.PoliciesRootActorTest
05:28:45 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest
05:28:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalErrorRegistryTest
05:28:45 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest
05:28:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalEventRegistryTest
05:28:45 [INFO] Running org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest
05:28:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.service.starter.PoliciesServiceGlobalCommandResponseRegistryTest
05:28:45 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest
05:28:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyAnnouncementConfigTest
05:28:46 [INFO] Running org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest
05:28:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in org.eclipse.ditto.policies.service.common.config.DefaultPolicyConfigTest
05:29:00 [INFO] 
05:29:00 [INFO] Results:
05:29:00 [INFO] 
05:29:00 [INFO] Tests run: 305, Failures: 0, Errors: 0, Skipped: 0
05:29:00 [INFO] 
05:29:00 [INFO] 
05:29:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service ---
05:29:00 [INFO] 
05:29:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service ---
05:29:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar
05:29:00 [INFO] 
05:29:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service ---
05:29:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:29:00 [INFO] No previous run data found, generating javadoc.
05:29:03 [WARNING] Javadoc Warnings
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.common.config;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.enforcement;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer;
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES =
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) {
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) {
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] public DefaultSubjectIdFromActionResolver() {
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] public final class PoliciesPlaceholders {
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() {
05:29:03 [WARNING] ^
05:29: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>
05:29:03 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse(
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver",
05:29:03 [WARNING] ^
05:29: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
05:29:03 [WARNING] public static final String ACTOR_NAME = "policyOps";
05:29:03 [WARNING] ^
05:29:03 [WARNING] 18 warnings
05:29:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar
05:29:03 [INFO] 
05:29:03 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service ---
05:29:03 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:29:03 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:29:03 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:29:03 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:29:03 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:29:03 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:29:03 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:29:03 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:29:03 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:29:03 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:29:03 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:29:03 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:29:03 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:29:03 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:29:03 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:29:03 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:29:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:29:03 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:29:03 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:29:03 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:29:03 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:29:03 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:29:03 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:29:03 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:29:03 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:29:03 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:29:03 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:29:03 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:29:03 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:29:03 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:29:03 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:29:03 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:29:03 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:29:03 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:29:03 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:29:03 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:29:03 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:29:03 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:29:03 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:29:03 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:29:03 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:29:03 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:29:03 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:29:03 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:29:03 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:29:03 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:29:03 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:29:03 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:29:03 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:29:03 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:29:03 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:29:03 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:29:03 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:29:03 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:29:03 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:29:04 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:04 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:06 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:10 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:29:11 [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: 
05:29:11 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:29:11 [WARNING]   - META-INF/NOTICE.md
05:29:11 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:29:11 [WARNING]   - META-INF/LICENSE.txt
05:29:11 [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: 
05:29:11 [WARNING]   - META-INF.versions.9.module-info
05:29:11 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:29:11 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:29:11 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:29:11 [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: 
05:29:11 [WARNING]   - META-INF/MANIFEST.MF
05:29:11 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:29:11 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:29:11 [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: 
05:29:11 [WARNING]   - META-INF/DISCLAIMER
05:29:11 [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: 
05:29:11 [WARNING]   - META-INF/io.netty.versions.properties
05:29:11 [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: 
05:29:11 [WARNING]   - META-INF/LICENSE
05:29:11 [WARNING] maven-shade-plugin has detected that some files are
05:29:11 [WARNING] present in two or more JARs. When this happens, only one
05:29:11 [WARNING] single version of the file is copied to the uber jar.
05:29:11 [WARNING] Usually this is not harmful and you can skip these warnings,
05:29:11 [WARNING] otherwise try to manually exclude artifacts based on
05:29:11 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:29:11 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:29:11 [INFO] Attaching shaded artifact.
05:29:11 [INFO] 
05:29:11 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service ---
05:29:11 [INFO] Tests are skipped.
05:29:11 [INFO] 
05:29:11 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service ---
05:29:11 [INFO] Tests are skipped.
05:29:11 [INFO] 
05:29:11 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service ---
05:29:11 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec
05:29:11 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes
05:29:11 [INFO] 
05:29:11 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service ---
05:29: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
05:29: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
05:29: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
05:29: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
05:29:11 [INFO] 
05:29:11 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >---------------
05:29:11 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT          [75/77]
05:29:11 [INFO]   from wot/integration/pom.xml
05:29:11 [INFO] --------------------------------[ jar ]---------------------------------
05:29:11 [INFO] 
05:29:11 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-integration ---
05:29:11 [INFO] 
05:29:11 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-integration ---
05:29:11 [INFO] 
05:29:11 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
05:29: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
05:29:11 [INFO] 
05:29:11 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration ---
05:29:11 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:29:11 [WARNING] 
05:29:11 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:29:11 [WARNING] 
05:29:11 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:29:11 [WARNING] 
05:29:11 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:29:11 [INFO] 
05:29:11 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration ---
05:29:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources
05:29:11 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:29:11 [INFO] 
05:29:11 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration ---
05:29:11 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT...
05:29:11 [INFO] 
05:29:11 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration ---
05:29:11 [INFO] Changes detected - recompiling the module! :dependency
05:29:11 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
05:29:11 [INFO] 
05:29:11 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration ---
05:29:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources
05:29:11 [INFO] 
05:29:11 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration ---
05:29:11 [INFO] No sources to compile
05:29:11 [INFO] 
05:29:11 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration ---
05:29:11 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:29:11 [INFO] No tests to run.
05:29:11 [INFO] 
05:29:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration ---
05:29:11 [INFO] 
05:29:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration ---
05:29:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar
05:29:11 [INFO] 
05:29:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration ---
05:29:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:29:11 [INFO] No previous run data found, generating javadoc.
05:29:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
05:29:13 [INFO] 
05:29:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration ---
05:29:13 [INFO] Tests are skipped.
05:29:13 [INFO] 
05:29:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration ---
05:29:13 [INFO] Tests are skipped.
05:29:13 [INFO] 
05:29:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration ---
05:29:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:29:13 [INFO] 
05:29:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration ---
05:29: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
05:29: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
05:29: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
05:29:13 [INFO] 
05:29:13 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >---------------
05:29:13 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT           [76/77]
05:29:13 [INFO]   from things/service/pom.xml
05:29:13 [INFO] --------------------------------[ jar ]---------------------------------
05:29:13 [INFO] 
05:29:13 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-service ---
05:29:13 [INFO] 
05:29:13 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-service ---
05:29:13 [INFO] 
05:29:13 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
05:29:13 [INFO] Assigning port '46559' to property 'random-pekko-tcp-port'
05:29:13 [INFO] 
05:29:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
05:29: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
05:29:13 [INFO] 
05:29:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service ---
05:29:13 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:29:13 [WARNING] 
05:29:13 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:29:13 [WARNING] 
05:29:13 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:29:13 [WARNING] 
05:29:13 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:29:13 [INFO] 
05:29:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service ---
05:29:13 [INFO] Copying 1 resource from src/main/resources to target/classes
05:29:13 [INFO] Copying 5 resources from src/main/resources to target/classes
05:29:13 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:29:13 [INFO] 
05:29:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service ---
05:29:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT...
05:29:13 [INFO] 
05:29:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service ---
05:29:13 [INFO] Changes detected - recompiling the module! :dependency
05:29:13 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes
05:29: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.
05:29: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.
05:29:14 [INFO] 
05:29:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service ---
05:29:14 [INFO] Copying 5 resources from src/test/resources to target/test-classes
05:29:14 [INFO] 
05:29:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service ---
05:29:14 [INFO] Changes detected - recompiling the module! :dependency
05:29:14 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes
05:29: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.
05:29: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.
05:29: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.
05:29: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.
05:29:17 [INFO] 
05:29:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service ---
05:29:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:29:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/service/target/surefire-reports
05:29:17 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
05:29:17 [INFO] 
05:29:17 [INFO] -------------------------------------------------------
05:29:17 [INFO]  T E S T S
05:29:17 [INFO] -------------------------------------------------------
05:29:18 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest
05:29:19 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.EntityTagCalculatorTest
05:29:19 [INFO] Running org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest
05:29:19 10:29:19,557 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
05:29:19 10:29:19,558 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2a47597 - No custom configurators were discovered as a service.
05:29:19 10:29:19,558 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2a47597 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
05:29:19 10:29:19,560 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2a47597 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
05:29:19 10:29:19,565 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
05:29:19 10:29:19,565 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
05:29:19 10:29:19,570 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2a47597 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 5 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
05:29:19 10:29:19,570 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2a47597 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
05:29:19 10:29:19,571 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2a47597 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
05:29:19 10:29:19,573 |-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]
05:29:19 10:29:19,692 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
05:29:19 10:29:19,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@12f279b5 - Setting level of jul logger [org.junit] to null
05:29:19 10:29:19,705 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@12f279b5 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
05:29:19 10:29:19,705 |-INFO in ch.qos.logback.classic.model.processor.LoggerContextListenerModelHandler - Starting LoggerContextListener
05:29:19 10:29:19,706 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [CONSOLE]
05:29:19 10:29:19,706 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
05:29:19 10:29:19,711 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
05:29:19 10:29:19,751 |-ERROR in ch.qos.logback.classic.pattern.LoggerConverter@5ff6dd3c - failed to parse integer string [20‚] java.lang.NumberFormatException: For input string: "20‚"
05:29:19 	at java.lang.NumberFormatException: For input string: "20‚"
05:29:19 	at 	at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
05:29:19 	at 	at java.base/java.lang.Integer.parseInt(Integer.java:668)
05:29:19 	at 	at java.base/java.lang.Integer.parseInt(Integer.java:786)
05:29:19 	at 	at ch.qos.logback.classic.pattern.NamedConverter.start(NamedConverter.java:92)
05:29:19 	at 	at ch.qos.logback.core.pattern.ConverterUtil.startConverters(ConverterUtil.java:37)
05:29:19 	at 	at ch.qos.logback.core.pattern.PatternLayoutBase.start(PatternLayoutBase.java:90)
05:29:19 	at 	at ch.qos.logback.classic.encoder.PatternLayoutEncoder.start(PatternLayoutEncoder.java:28)
05:29:19 	at 	at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandleComplex(ImplicitModelHandler.java:208)
05:29:19 	at 	at ch.qos.logback.core.model.processor.ImplicitModelHandler.postHandle(ImplicitModelHandler.java:186)
05:29:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:257)
05:29:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253)
05:29:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.secondPhaseTraverse(DefaultProcessor.java:253)
05:29:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.traversalLoop(DefaultProcessor.java:90)
05:29:19 	at 	at ch.qos.logback.core.model.processor.DefaultProcessor.process(DefaultProcessor.java:106)
05:29:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.processModel(GenericXMLConfigurator.java:208)
05:29:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:170)
05:29:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:122)
05:29:19 	at 	at ch.qos.logback.core.joran.GenericXMLConfigurator.doConfigure(GenericXMLConfigurator.java:65)
05:29:19 	at 	at ch.qos.logback.classic.util.DefaultJoranConfigurator.configureByResource(DefaultJoranConfigurator.java:68)
05:29:19 	at 	at ch.qos.logback.classic.util.DefaultJoranConfigurator.configure(DefaultJoranConfigurator.java:35)
05:29:19 	at 	at ch.qos.logback.classic.util.ContextInitializer.invokeConfigure(ContextInitializer.java:128)
05:29:19 	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:103)
05:29:19 	at 	at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:66)
05:29:19 	at 	at ch.qos.logback.classic.spi.LogbackServiceProvider.initializeLoggerContext(LogbackServiceProvider.java:52)
05:29:19 	at 	at ch.qos.logback.classic.spi.LogbackServiceProvider.initialize(LogbackServiceProvider.java:41)
05:29:19 	at 	at org.slf4j.LoggerFactory.bind(LoggerFactory.java:196)
05:29:19 	at 	at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:183)
05:29:19 	at 	at org.slf4j.LoggerFactory.getProvider(LoggerFactory.java:486)
05:29:19 	at 	at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:472)
05:29:19 	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:421)
05:29:19 	at 	at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:447)
05:29:19 	at 	at org.eclipse.ditto.internal.utils.pekko.logging.DittoLoggerFactory.getThreadSafeLogger(DittoLoggerFactory.java:95)
05:29:19 	at 	at org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded.<clinit>(AbstractEnforcementReloaded.java:36)
05:29:19 	at 	at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.lambda$rejectByPolicy$0(MergeThingCommandEnforcementTest.java:121)
05:29:19 	at 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
05:29:19 	at 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
05:29:19 	at 	at org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest.rejectByPolicy(MergeThingCommandEnforcementTest.java:120)
05:29:19 	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:29:19 	at 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:29:19 	at 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:29:19 	at 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:29:19 	at 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
05:29:19 	at 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
05:29:19 	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
05:29:19 	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
05:29:19 	at 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
05:29:19 	at 	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:226)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.execute(NodeTestTask.java:204)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:142)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.lambda$execute$2(TestTemplateTestDescriptor.java:110)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
05:29:19 	at 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
05:29:19 	at 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
05:29:19 	at 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
05:29:19 	at 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
05:29:19 	at 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
05:29:19 	at 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
05:29:19 	at 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
05:29:19 	at 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:110)
05:29:19 	at 	at org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:44)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
05:29:19 	at 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
05:29:19 	at 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
05:29:19 	at 	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
05:29:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
05:29:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
05:29:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
05:29:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
05:29:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
05:29:19 	at 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
05:29:19 	at 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
05:29:19 	at 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
05:29:19 	at 	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
05:29:19 	at 	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
05:29:19 	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
05:29:19 	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
05:29:19 	at 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
05:29:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:29:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:29:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:29:19 	at 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:29:19 10:29:19,752 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
05:29:19 10:29:19,752 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@12f279b5 - Propagating INFO level on Logger[org.eclipse.ditto] onto the JUL framework
05:29:19 10:29:19,752 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
05:29:19 10:29:19,753 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@12f279b5 - Propagating WARN level on Logger[ROOT] onto the JUL framework
05:29:19 10:29:19,753 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [CONSOLE] to Logger[ROOT]
05:29:19 10:29:19,753 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@799f916e - End of configuration.
05:29:19 10:29:19,755 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@576b7c74 - Registering current configuration as safe fallback point
05:29:19 10:29:19,755 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2a47597 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 184 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
05:29:19 
05:29:20 [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.016 s -- in org.eclipse.ditto.things.service.enforcement.MergeThingCommandEnforcementTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest
05:29:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest
05:29:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyDeletedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyModifiedStrategyTest
05:29:20 [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.FeatureDesiredPropertyModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureCreatedStrategyTest
05:29:20 [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.FeatureCreatedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesCreatedStrategyTest
05:29: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.FeaturePropertiesCreatedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingModifiedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesModifiedStrategyTest
05:29: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.FeaturePropertiesModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesDeletedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesDeletedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertyCreatedStrategyTest
05:29: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.FeatureDesiredPropertyCreatedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyDeletedStrategyTest
05:29:20 [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.FeaturePropertyDeletedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.PolicyIdModifiedStrategyTest
05:29: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.PolicyIdModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest
05:29:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionDeletedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeCreatedStrategyTest
05:29: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.AttributeCreatedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionModifiedStrategyTest
05:29:20 [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.FeatureDefinitionModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDeletedStrategyTest
05:29: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.ThingDeletedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDeletedStrategyTest
05:29: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.FeatureDeletedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeModifiedStrategyTest
05:29:20 [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.AttributeModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest
05:29:20 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingMergedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionCreatedStrategyTest
05:29: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.ThingDefinitionCreatedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesDeletedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesModifiedStrategyTest
05:29:20 [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.FeatureDesiredPropertiesModifiedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesCreatedStrategyTest
05:29: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.AttributesCreatedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDesiredPropertiesCreatedStrategyTest
05:29: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.FeatureDesiredPropertiesCreatedStrategyTest
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributesModifiedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureModifiedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionModifiedStrategyTest
05:29:20 [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
05:29:20 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingDefinitionDeletedStrategyTest
05:29: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
05:29:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest
05:29:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturesCreatedStrategyTest
05:29:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeatureDefinitionCreatedStrategyTest
05:29: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.FeatureDefinitionCreatedStrategyTest
05:29:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertiesDeletedStrategyTest
05:29: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
05:29:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.ThingCreatedStrategyTest
05:29: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.ThingCreatedStrategyTest
05:29:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.FeaturePropertyCreatedStrategyTest
05:29: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.FeaturePropertyCreatedStrategyTest
05:29:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.events.AttributeDeletedStrategyTest
05:29: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.AttributeDeletedStrategyTest
05:29:21 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest
05:29:23 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:29:25 [INFO] [02/13/2024 10:29:25.479] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.439 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertyStrategyTest
05:29:25 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest
05:29:25 [INFO] [02/13/2024 10:29:25.895] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertyStrategyTest
05:29:25 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest
05:29:26 [INFO] [02/13/2024 10:29:26.095] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertiesStrategyTest
05:29:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest
05:29:26 [INFO] [02/13/2024 10:29:26.253] [main] [CoordinatedShutdown(pekko://RetrieveAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributesStrategyTest
05:29:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest
05:29:26 [INFO] [02/13/2024 10:29:26.394] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertiesStrategyTest
05:29:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingDefinitionStrategyTest
05:29:26 [INFO] [02/13/2024 10:29:26.547] [main] [CoordinatedShutdown(pekko://DeleteThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:26 [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.DeleteThingDefinitionStrategyTest
05:29:26 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest
05:29:28 [INFO] [02/13/2024 10:29:28.371] [main] [CoordinatedShutdown(pekko://RetrieveFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureStrategyTest
05:29:28 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest
05:29:29 [INFO] [02/13/2024 10:29:29.173] [main] [CoordinatedShutdown(pekko://RetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:29 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.790 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingStrategyTest
05:29:29 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest
05:29:29 [INFO] [02/13/2024 10:29:29.279] [main] [CoordinatedShutdown(pekko://ModifyThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingDefinitionStrategyTest
05:29:29 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest
05:29:29 [INFO] [02/13/2024 10:29:29.389] [main] [CoordinatedShutdown(pekko://ModifyFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDefinitionStrategyTest
05:29:29 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest
05:29:29 [INFO] [02/13/2024 10:29:29.500] [main] [CoordinatedShutdown(pekko://DeleteFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDefinitionStrategyTest
05:29:29 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest
05:29:29 [INFO] [02/13/2024 10:29:29.631] [main] [CoordinatedShutdown(pekko://ModifyAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:29 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributesStrategyTest
05:29:29 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest
05:29:30 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFromCommandTest
05:29:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest
05:29:30 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataWildcardValidatorTest
05:29:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest
05:29:30 [INFO] [02/13/2024 10:29:30.157] [main] [CoordinatedShutdown(pekko://RetrieveThingDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:30 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveThingDefinitionStrategyTest
05:29:30 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest
05:29:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConditionValidatorTest
05:29:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest
05:29:31 [INFO] [02/13/2024 10:29:31.104] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:31 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertyStrategyTest
05:29:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest
05:29:31 [INFO] [02/13/2024 10:29:31.230] [main] [CoordinatedShutdown(pekko://MergeThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MergeThingStrategyTest
05:29:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest
05:29:31 [INFO] [02/13/2024 10:29:31.355] [main] [CoordinatedShutdown(pekko://DeleteFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:31 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureStrategyTest
05:29:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest
05:29:31 [INFO] [02/13/2024 10:29:31.542] [main] [CoordinatedShutdown(pekko://ModifyFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:31 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureDesiredPropertyStrategyTest
05:29:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributesStrategyTest
05:29:31 [INFO] [02/13/2024 10:29:31.647] [main] [CoordinatedShutdown(pekko://DeleteAttributesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:31 [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.DeleteAttributesStrategyTest
05:29:31 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest
05:29:32 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.MetadataFieldsWildcardResolverTest
05:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest
05:29:32 [INFO] [02/13/2024 10:29:32.607] [main] [CoordinatedShutdown(pekko://DeleteFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:32 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturePropertiesStrategyTest
05:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest
05:29:32 [INFO] [02/13/2024 10:29:32.683] [main] [CoordinatedShutdown(pekko://DeleteAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteAttributeStrategyTest
05:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest
05:29:32 [INFO] [02/13/2024 10:29:32.754] [main] [CoordinatedShutdown(pekko://ModifyPolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyPolicyIdStrategyTest
05:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrievePolicyIdStrategyTest
05:29:32 [INFO] [02/13/2024 10:29:32.809] [main] [CoordinatedShutdown(pekko://RetrievePolicyIdStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29: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
05:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingConflictStrategyTest
05:29:32 [INFO] [02/13/2024 10:29:32.881] [main] [CoordinatedShutdown(pekko://ThingConflictStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:32 [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.ThingConflictStrategyTest
05:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeaturesStrategyTest
05:29:32 [INFO] [02/13/2024 10:29:32.955] [main] [CoordinatedShutdown(pekko://DeleteFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:32 [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.DeleteFeaturesStrategyTest
05:29:32 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest
05:29:33 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ThingsConditionalHeadersValidatorTest
05:29:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest
05:29:33 [INFO] [02/13/2024 10:29:33.091] [main] [CoordinatedShutdown(pekko://SudoRetrieveThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:33 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.SudoRetrieveThingStrategyTest
05:29:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyAttributeStrategyTest
05:29:33 [INFO] [02/13/2024 10:29:33.167] [main] [CoordinatedShutdown(pekko://ModifyAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:33 [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.ModifyAttributeStrategyTest
05:29:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest
05:29:33 [INFO] [02/13/2024 10:29:33.548] [main] [CoordinatedShutdown(pekko://ModifyFeatureStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeatureStrategyTest
05:29:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest
05:29:33 [INFO] [02/13/2024 10:29:33.900] [main] [CoordinatedShutdown(pekko://ModifyFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturesStrategyTest
05:29:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest
05:29:33 [INFO] [02/13/2024 10:29:33.969] [main] [CoordinatedShutdown(pekko://DeleteThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:33 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteThingStrategyTest
05:29:33 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.039] [main] [CoordinatedShutdown(pekko://RetrieveAttributeStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveAttributeStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.137] [main] [CoordinatedShutdown(pekko://ModifyFeaturePropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyFeaturePropertiesStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.194] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDesiredPropertiesStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.273] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertiesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertiesStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.344] [main] [CoordinatedShutdown(pekko://RetrieveFeaturesStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturesStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest
05:29:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ResultFactoryTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.754] [main] [CoordinatedShutdown(pekko://ModifyThingStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.ModifyThingStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.841] [main] [CoordinatedShutdown(pekko://RetrieveFeatureDefinitionStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeatureDefinitionStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.900] [main] [CoordinatedShutdown(pekko://DeleteFeatureDesiredPropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.DeleteFeatureDesiredPropertyStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest
05:29:34 [INFO] [02/13/2024 10:29:34.983] [main] [CoordinatedShutdown(pekko://RetrieveFeaturePropertyStrategyTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:29:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.things.service.persistence.actors.strategies.commands.RetrieveFeaturePropertyStrategyTest
05:29:34 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest
05:29:35 2024-02-13 10:29:34,993 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:29:35 2024-02-13 10:29:35,032 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldNotBeDeletedOnThingRetrieveAndActorFail()
05:29:36 2024-02-13 10:29:36,218 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:29:37 2024-02-13 10:29:36,912 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingIdb3cb4a94-47dd-4040-bcdc-53cbf0100bc2>.
05:29:37 java.lang.RuntimeException: Failed to create PersistenceActor
05:29:37 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
05:29:37 	... 20 common frames omitted
05:29:37 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:29:37 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
05:29:37 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
05:29:37 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:29:37 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:29:37 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:29:37 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
05:29:37 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
05:29:37 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:29:37 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:29:37 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:29:37 	... 10 common frames omitted
05:29:37 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdb3cb4a94-47dd-4040-bcdc-53cbf0100bc2/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
05:29:37 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:29:37 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:29:37 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:29:37 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:29:37 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:29:37 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:29:37 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:29:37 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:29:37 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:29:37 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:29:37 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:29:37 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:29:37 2024-02-13 10:29:36,932 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor
05:29:37 java.lang.RuntimeException: Failed to create PersistenceActor
05:29:37 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
05:29:37 	... 20 common frames omitted
05:29:37 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:29:37 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
05:29:37 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
05:29:37 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:29:37 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:29:37 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:29:37 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
05:29:37 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
05:29:37 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:29:37 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:29:37 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:29:37 	... 10 common frames omitted
05:29:37 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdb3cb4a94-47dd-4040-bcdc-53cbf0100bc2/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
05:29:37 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:29:37 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:29:37 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:29:37 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:29:37 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:29:37 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:29:37 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:29:37 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:29:37 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:29:37 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:29:37 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:29:37 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:29:37 2024-02-13 10:29:36,952 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingIdb3cb4a94-47dd-4040-bcdc-53cbf0100bc2> terminated abnormally.
05:29:37 2024-02-13 10:29:36,972 WARN  [sudoRetrieveThingFromThingEnforcerActor-e0aa127e-8d52-4e59-82d6-af0a4324edea] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingIdb3cb4a94-47dd-4040-bcdc-53cbf0100bc2>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingIdb3cb4a94-47dd-4040-bcdc-53cbf0100bc2, selectedFields=/policyId, useOriginalSchemaVersion=false]>
05:29:37 2024-02-13 10:29:36,974 INFO  [4fe28c3e-1f8d-42e2-8b96-9b6c6da617cf] 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"]}, version=2, correlation-id=4fe28c3e-1f8d-42e2-8b96-9b6c6da617cf}]>
05:29:37 2024-02-13 10:29:36,976 INFO  [4fe28c3e-1f8d-42e2-8b96-9b6c6da617cf] 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:thingIdb3cb4a94-47dd-4040-bcdc-53cbf0100bc2' 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"]}, version=2, correlation-id=4fe28c3e-1f8d-42e2-8b96-9b6c6da617cf}]]
05:29:37 2024-02-13 10:29:37,132 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeaturesMetadata()
05:29:37 2024-02-13 10:29:37,887 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:29:37 2024-02-13 10:29:37,905 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>.
05:29:38 2024-02-13 10:29:37,940 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeader()
05:29:38 2024-02-13 10:29:38,053 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:29:38 2024-02-13 10:29:38,063 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:29:38 2024-02-13 10:29:38,136 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenNotExplicitlySpecifiedV2()
05:29:38 2024-02-13 10:29:38,238 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:29:38 2024-02-13 10:29:38,250 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:29:38 2024-02-13 10:29:38,261 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttribute()
05:29:38 2024-02-13 10:29:38,388 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:29:38 2024-02-13 10:29:38,406 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeSoThatThingGetsTooLarge()
05:30:00 2024-02-13 10:30:00,310 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:00 2024-02-13 10:30:00,352 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributeMetadata()
05:30:00 2024-02-13 10:30:00,480 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:00 2024-02-13 10:30:00,486 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>.
05:30:00 2024-02-13 10:30:00,497 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyWithLiveChannelCondition()
05:30:00 2024-02-13 10:30:00,601 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:00 2024-02-13 10:30:00,641 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttributesMetadataWithDeleteMetadataHeader()
05:30:00 2024-02-13 10:30:00,838 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:00 2024-02-13 10:30:00,843 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:00 2024-02-13 10:30:00,857 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureMetadataWithGetMetadataHeader()
05:30:01 2024-02-13 10:30:00,989 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:01 2024-02-13 10:30:01,000 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteThingV2()
05:30:01 2024-02-13 10:30:01,095 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:01 2024-02-13 10:30:01,096 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId41352db9-24ed-4b7c-9b1c-9af8732ec41b>.
05:30:01 2024-02-13 10:30:01,099 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
05:30:01 2024-02-13 10:30:01,113 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturePropertyAndAttributeMetadataWithGetMetadataWildcardHeader()
05:30:01 2024-02-13 10:30:01,211 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:01 2024-02-13 10:30:01,238 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveLeafMetadataWithGetMetadataWildcardHeader()
05:30:01 2024-02-13 10:30:01,349 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:01 2024-02-13 10:30:01,356 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:01 2024-02-13 10:30:01,373 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedIfPersistenceActorTerminates()
05:30:01 2024-02-13 10:30:01,461 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:01 2024-02-13 10:30:01,487 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
05:30:01 2024-02-13 10:30:01,489 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:01 2024-02-13 10:30:01,495 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:01 2024-02-13 10:30:01,534 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:01 2024-02-13 10:30:01,546 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:01 2024-02-13 10:30:01,552 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingId39104c47-5498-424b-81e5-f03886ea72ed> terminated abnormally.
05:30:02 2024-02-13 10:30:02,055 WARN  [sudoRetrieveThingFromThingEnforcerActor-cce24faf-3a35-4a7c-b252-a3c110a7cde6] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received message during downtime of child actor for Entity with ID <org.eclipse.ditto:thingId39104c47-5498-424b-81e5-f03886ea72ed>: <SudoRetrieveThing [thingId=org.eclipse.ditto:thingId39104c47-5498-424b-81e5-f03886ea72ed, selectedFields=/policyId, useOriginalSchemaVersion=false]>
05:30:02 2024-02-13 10:30:02,056 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"]}, version=2}]>
05:30:02 2024-02-13 10:30:02,056 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:thingId39104c47-5498-424b-81e5-f03886ea72ed' 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"]}, version=2}]]
05:30:02 2024-02-13 10:30:02,067 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithoutPreviousCreate()
05:30:02 2024-02-13 10:30:02,159 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttribute()
05:30:02 2024-02-13 10:30:02,246 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:02 2024-02-13 10:30:02,249 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeModified> w/ rev: <2>.
05:30:02 2024-02-13 10:30:02,262 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToModifyFeaturePropertyAndReceiveCorrectErrorCode()
05:30:02 2024-02-13 10:30:02,344 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:02 2024-02-13 10:30:02,354 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#unavailableExpectedAndPolicyIsDeletedIfPersistenceActorFails()
05:30:02 2024-02-13 10:30:02,433 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:02 2024-02-13 10:30:02,439 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got error in child. Stopping child actor for entityID <org.eclipse.ditto:thingIddad5c66b-65c0-4c50-8ffb-385733da6219>.
05:30:02 java.lang.RuntimeException: Failed to create PersistenceActor
05:30:02 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
05:30:02 	... 20 common frames omitted
05:30:02 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:30:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
05:30:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
05:30:02 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:30:02 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:30:02 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:30:02 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
05:30:02 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
05:30:02 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:30:02 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:30:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:30:02 	... 10 common frames omitted
05:30:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIddad5c66b-65c0-4c50-8ffb-385733da6219/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
05:30:02 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:30:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:30:02 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:30:02 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:30:02 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:30:02 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:30:02 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:30:02 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:30:02 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:30:02 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:30:02 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:30:02 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:30:02 2024-02-13 10:30:02,440 ERROR [] org.apache.pekko.actor.OneForOneStrategy - Failed to create PersistenceActor
05:30:02 java.lang.RuntimeException: Failed to create PersistenceActor
05:30:02 	at org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest$FailingInCtorActor.<init>(ThingPersistenceActorTest.java:2156)
05:30:02 	... 20 common frames omitted
05:30:02 Wrapped by: java.lang.reflect.InvocationTargetException: null
05:30:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
05:30:02 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
05:30:02 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
05:30:02 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
05:30:02 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
05:30:02 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:60)
05:30:02 	at org.apache.pekko.actor.NoArgsReflectConstructor.produce(IndirectActorProducer.scala:120)
05:30:02 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
05:30:02 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
05:30:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
05:30:02 	... 10 common frames omitted
05:30:02 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIddad5c66b-65c0-4c50-8ffb-385733da6219/pa: exception during creation, root cause message: [Failed to create PersistenceActor]
05:30:02 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
05:30:02 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
05:30:02 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
05:30:02 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
05:30:02 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
05:30:02 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
05:30:02 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:30:02 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:30:02 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:30:02 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:30:02 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:30:02 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:30:02 2024-02-13 10:30:02,440 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Persistence actor for entity with ID <org.eclipse.ditto:thingIddad5c66b-65c0-4c50-8ffb-385733da6219> terminated abnormally.
05:30:02 2024-02-13 10:30:02,448 INFO  [325def91-b218-4396-87e5-e53d47a58911] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
05:30:02 2024-02-13 10:30:02,448 INFO  [325def91-b218-4396-87e5-e53d47a58911] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:02 2024-02-13 10:30:02,450 INFO  [325def91-b218-4396-87e5-e53d47a58911] 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.
05:30:02 2024-02-13 10:30:02,459 WARN  [325def91-b218-4396-87e5-e53d47a58911] 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"]}, version=2, correlation-id=325def91-b218-4396-87e5-e53d47a58911}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingIddad5c66b-65c0-4c50-8ffb-385733da6219, 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:thingIddad5c66b-65c0-4c50-8ffb-385733da6219' 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"]}, version=2, correlation-id=325def91-b218-4396-87e5-e53d47a58911, ditto-read-subjects=["test:allowedId"]}]], responseFuture=java.util.concurrent.CompletableFuture@74eb581d[Not completed, 1 dependents]]
05:30:02 2024-02-13 10:30:02,464 INFO  [325def91-b218-4396-87e5-e53d47a58911] 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"]}, version=2, correlation-id=325def91-b218-4396-87e5-e53d47a58911, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]>
05:30:02 2024-02-13 10:30:02,464 INFO  [325def91-b218-4396-87e5-e53d47a58911] 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:thingIddad5c66b-65c0-4c50-8ffb-385733da6219' 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"]}, version=2, correlation-id=325def91-b218-4396-87e5-e53d47a58911, ditto-read-subjects=["test:allowedId"]}]]
05:30:02 2024-02-13 10:30:02,576 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingWhichWasNotYetCreated()
05:30:02 2024-02-13 10:30:02,669 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2AndUpdateWithV2AndChangedPolicyId()
05:30:02 2024-02-13 10:30:02,757 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:02 2024-02-13 10:30:02,761 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:02 2024-02-13 10:30:02,772 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAndRecreateThingWithMinimumData()
05:30:02 2024-02-13 10:30:02,889 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:02 2024-02-13 10:30:02,890 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId1db8d883-c7e0-43f9-a447-688a84535407>.
05:30:02 2024-02-13 10:30:02,893 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
05:30:02 2024-02-13 10:30:02,896 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>.
05:30:03 2024-02-13 10:30:02,909 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#shutdownOnCommand()
05:30:03 2024-02-13 10:30:02,992 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:03 2024-02-13 10:30:03,006 INFO  [] org.eclipse.ditto.base.service.actors.ShutdownBehaviour - Shutting down <Actor[pekko://PekkoTestSystem/user/org.eclipse.ditto:thingIdbfea6e6f-e22d-4751-be09-8c9b62af24e1#272359763]> due to <Shutdown [type=common.commands:shutdown, dittoHeaders=ImmutableDittoHeaders [{}], category=MODIFY, reason=PurgeNamespaceReason [namespaceToPurge=org.eclipse.ditto]]>.
05:30:03 2024-02-13 10:30:03,016 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeatureReturnsExpected()
05:30:03 2024-02-13 10:30:03,115 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:03 2024-02-13 10:30:03,141 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatures()
05:30:03 2024-02-13 10:30:03,228 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:03 2024-02-13 10:30:03,231 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featuresModified> w/ rev: <2>.
05:30:03 2024-02-13 10:30:03,247 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterCreation()
05:30:03 2024-02-13 10:30:03,374 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:03 2024-02-13 10:30:03,384 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveFeaturesMetadataWithGetMetadataHeader()
05:30:03 2024-02-13 10:30:03,476 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:03 2024-02-13 10:30:03,486 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributes()
05:30:03 2024-02-13 10:30:03,596 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:03 2024-02-13 10:30:03,599 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>.
05:30:03 2024-02-13 10:30:03,609 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToCreateThingWithDifferentThingId()
05:30:03 2024-02-13 10:30:03,714 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#policyShouldBeDeletedOnThingCreateAndErrorResponse()
05:30:03 2024-02-13 10:30:03,808 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:03 2024-02-13 10:30:03,919 INFO  [97f9c891-ba08-4ba0-af34-200d7c61a3cb] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <org.eclipse.ditto:policyId>
05:30:03 2024-02-13 10:30:03,920 INFO  [97f9c891-ba08-4ba0-af34-200d7c61a3cb] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:03 2024-02-13 10:30:03,922 WARN  [97f9c891-ba08-4ba0-af34-200d7c61a3cb] 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"]}, version=2, correlation-id=97f9c891-ba08-4ba0-af34-200d7c61a3cb, ditto-read-subjects=["test:allowedId"]}], thing=ImmutableThing [thingId=org.eclipse.ditto:thingIdf6a64108-534d-4614-b927-ecd397ee09e7, 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"]}, version=2, correlation-id=97f9c891-ba08-4ba0-af34-200d7c61a3cb}]], responseFuture=java.util.concurrent.CompletableFuture@d2aeb0c[Not completed]]
05:30:03 2024-02-13 10:30:03,923 INFO  [97f9c891-ba08-4ba0-af34-200d7c61a3cb] 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"]}, version=2, correlation-id=97f9c891-ba08-4ba0-af34-200d7c61a3cb, response-required=false}], responseType=policies.responses:deletePolicy, httpStatus=HttpStatus [code=204, category=SUCCESS], policyId=org.eclipse.ditto:policyId]>
05:30:03 2024-02-13 10:30:03,925 INFO  [97f9c891-ba08-4ba0-af34-200d7c61a3cb] 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.
05:30:03 2024-02-13 10:30:03,925 INFO  [97f9c891-ba08-4ba0-af34-200d7c61a3cb] 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"]}, version=2, correlation-id=97f9c891-ba08-4ba0-af34-200d7c61a3cb}]]
05:30:04 2024-02-13 10:30:04,035 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingOverwritesExistingFirstLevelFieldsWhenExplicitlySpecifiedV2()
05:30:04 2024-02-13 10:30:04,120 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:04 2024-02-13 10:30:04,125 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:04 2024-02-13 10:30:04,138 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterModification()
05:30:04 2024-02-13 10:30:04,232 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:04 2024-02-13 10:30:04,236 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:04 2024-02-13 10:30:04,250 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingInV2WithMissingPolicyIdThrowsPolicyIdMissingException()
05:30:04 2024-02-13 10:30:04,353 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectness()
05:30:04 2024-02-13 10:30:04,446 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:04 2024-02-13 10:30:04,451 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:04 2024-02-13 10:30:04,465 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#tryToRetrieveThingAfterDeletion()
05:30:04 2024-02-13 10:30:04,556 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:04 2024-02-13 10:30:04,557 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId74ec9172-35f9-4420-ac6f-5f76e5de54c2>.
05:30:04 2024-02-13 10:30:04,559 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
05:30:04 2024-02-13 10:30:04,568 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteAttribute()
05:30:04 2024-02-13 10:30:04,669 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:04 2024-02-13 10:30:04,672 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>.
05:30:04 2024-02-13 10:30:04,680 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteMetadataForDeleteAttributeCommand()
05:30:04 2024-02-13 10:30:04,776 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:04 2024-02-13 10:30:04,779 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributeDeleted> w/ rev: <2>.
05:30:04 2024-02-13 10:30:04,792 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyAttributesMetadata()
05:30:04 2024-02-13 10:30:04,885 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:04 2024-02-13 10:30:04,889 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:attributesModified> w/ rev: <2>.
05:30:04 2024-02-13 10:30:04,903 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#createThingV2()
05:30:05 2024-02-13 10:30:05,002 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:05 2024-02-13 10:30:05,030 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#testRemovalOfEmptyMetadataAfterDeletion()
05:30:05 2024-02-13 10:30:05,133 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:05 2024-02-13 10:30:05,138 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:05 2024-02-13 10:30:05,142 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>.
05:30:05 2024-02-13 10:30:05,152 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingCreated()
05:30:05 2024-02-13 10:30:05,247 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:05 2024-02-13 10:30:05,412 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId076972a3-dd43-4808-b9a1-d90e2d2e0646> was recovered.
05:30:05 2024-02-13 10:30:05,494 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingsWithoutThingIdOfActor()
05:30:05 2024-02-13 10:30:05,573 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:05 2024-02-13 10:30:05,574 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]
05:30:05 2024-02-13 10:30:05,685 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveAttributesWithGetMetadataHeader()
05:30:05 2024-02-13 10:30:05,768 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:05 2024-02-13 10:30:05,776 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyFeatureMetadata()
05:30:05 2024-02-13 10:30:05,870 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:05 2024-02-13 10:30:05,874 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:featureModified> w/ rev: <2>.
05:30:05 2024-02-13 10:30:05,886 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#responsesDuringInitializationAreSentWithDittoHeaders()
05:30:06 2024-02-13 10:30:05,991 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#recoverThingDeleted()
05:30:06 2024-02-13 10:30:06,070 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:06 2024-02-13 10:30:06,071 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingIdfe11373f-0853-46c7-b3ad-ad3972828b16>.
05:30:06 2024-02-13 10:30:06,073 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
05:30:06 2024-02-13 10:30:06,191 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteFeaturePropertyMetadataWithDeleteMetadataWildcardHeaderForMergeCommand()
05:30:06 2024-02-13 10:30:06,271 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:06 2024-02-13 10:30:06,275 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>.
05:30:06 2024-02-13 10:30:06,283 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#deleteExistingMetadataWithMergeCommand()
05:30:06 2024-02-13 10:30:06,360 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:06 2024-02-13 10:30:06,364 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingMerged> w/ rev: <2>.
05:30:06 2024-02-13 10:30:06,374 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#multipleMetadataHeadersResultsInException()
05:30:06 2024-02-13 10:30:06,454 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:06 2024-02-13 10:30:06,465 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingWithWildcardInMetadata()
05:30:06 2024-02-13 10:30:06,544 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:06 2024-02-13 10:30:06,549 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:06 2024-02-13 10:30:06,555 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureSequenceNumberCorrectnessAfterRecovery()
05:30:06 2024-02-13 10:30:06,638 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:06 2024-02-13 10:30:06,641 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:06 2024-02-13 10:30:06,746 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdc6ce8c59-2aa1-48bd-8f47-9887f0377e53> was recovered.
05:30:06 2024-02-13 10:30:06,856 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#ensureModifiedCorrectnessAfterRecovery()
05:30:07 2024-02-13 10:30:06,950 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:07 2024-02-13 10:30:07,058 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingId68688178-e807-4bb9-9811-60c2c7b6b09e> was recovered.
05:30:07 2024-02-13 10:30:07,167 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#retrieveThingV2()
05:30:07 2024-02-13 10:30:07,270 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:07 2024-02-13 10:30:07,283 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest - Testing: ThingPersistenceActorTest#modifyThingV2()
05:30:07 2024-02-13 10:30:07,375 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:07 2024-02-13 10:30:07,379 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:07 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.40 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorTest
05:30:07 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest
05:30:10 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.753 s -- in org.eclipse.ditto.things.service.persistence.actors.ResponseReceiverCacheTest
05:30:10 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest
05:30:10 2024-02-13 10:30:10,143 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:30:10 2024-02-13 10:30:10,149 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#thingInArbitraryStateIsSnapshotCorrectly()
05:30:10 2024-02-13 10:30:10,246 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told CreateThing, expecting CreateThingResponse ...
05:30:10 2024-02-13 10:30:10,250 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:10 2024-02-13 10:30:10,251 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots are empty. ..
05:30:11 2024-02-13 10:30:11,273 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told ModifyThing, expecting ModifyThingResponse. ..
05:30:11 2024-02-13 10:30:11,279 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:11 2024-02-13 10:30:11,283 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting Event made it to Journal and snapshots contain Thing..
05:30:12 2024-02-13 10:30:12,294 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse ...
05:30:12 2024-02-13 10:30:12,296 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Restarting ThingPersistenceActor ...
05:30:12 2024-02-13 10:30:12,296 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Expecting ThingPersistenceActor to be terminated ...
05:30:12 2024-02-13 10:30:12,296 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Recreating ThingPersistenceActor ...
05:30:12 2024-02-13 10:30:12,398 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Told RetrieveThing, expecting RetrieveThingResponse..
05:30:12 2024-02-13 10:30:12,401 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Thing <org.eclipse.ditto:thingIdb2add2ff-ed03-4732-89e1-776cffb37271> was recovered.
05:30:12 2024-02-13 10:30:12,409 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#deletedThingIsSnapshotWithCorrectDataAndCanBeRecreated()
05:30:12 2024-02-13 10:30:12,492 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:13 2024-02-13 10:30:13,499 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId83a43f07-0cf4-45ac-bd22-d37fa4c50f43>.
05:30:13 2024-02-13 10:30:13,503 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
05:30:14 2024-02-13 10:30:14,620 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <3>.
05:30:15 2024-02-13 10:30:15,640 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest - Testing: ThingPersistenceActorSnapshottingTest#actorCannotBeStartedWithNegativeSnapshotThreshold()
05:30:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.568 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorSnapshottingTest
05:30:15 [INFO] Running org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest
05:30:15 2024-02-13 10:30:15,712 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:30:15 2024-02-13 10:30:15,717 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#testDeletedThingIsCleanedUpCorrectly()
05:30:15 2024-02-13 10:30:15,804 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:16 2024-02-13 10:30:16,811 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Deleted Thing with ID <org.eclipse.ditto:thingId50dbc488-5d33-4003-b67b-45687eb59f70>.
05:30:16 2024-02-13 10:30:16,814 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingDeleted> w/ rev: <2>.
05:30:17 2024-02-13 10:30:17,823 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingId50dbc488-5d33-4003-b67b-45687eb59f70', deleting snapshots to sequence number 1 and events to 1.
05:30:17 2024-02-13 10:30:17,829 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingId50dbc488-5d33-4003-b67b-45687eb59f70' completed.
05:30:18 2024-02-13 10:30:18,851 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest - Testing: ThingPersistenceActorCleanupTest#cleanupDeletesUntilButExcludingLatestSnapshot()
05:30:18 2024-02-13 10:30:18,933 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingCreated> w/ rev: <1>.
05:30:19 2024-02-13 10:30:19,944 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <2>.
05:30:21 2024-02-13 10:30:20,956 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <3>.
05:30:22 2024-02-13 10:30:21,969 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <4>.
05:30:23 2024-02-13 10:30:22,985 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <5>.
05:30:24 2024-02-13 10:30:24,001 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <6>.
05:30:25 2024-02-13 10:30:25,019 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <7>.
05:30:26 2024-02-13 10:30:26,039 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <8>.
05:30:27 2024-02-13 10:30:27,061 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <9>.
05:30:28 2024-02-13 10:30:28,081 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <10>.
05:30:29 2024-02-13 10:30:29,104 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Successfully persisted Event <things.events:thingModified> w/ rev: <11>.
05:30:30 2024-02-13 10:30:30,123 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Starting cleanup for 'thing:org.eclipse.ditto:thingId93104dc9-89f7-4e7f-b3c8-3ea52aa0a27a', deleting snapshots to sequence number 9 and events to 10.
05:30:30 2024-02-13 10:30:30,125 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActor - Cleanup for 'thing:org.eclipse.ditto:thingId93104dc9-89f7-4e7f-b3c8-3ea52aa0a27a' completed.
05:30:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.43 s -- in org.eclipse.ditto.things.service.persistence.actors.ThingPersistenceActorCleanupTest
05:30:31 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest
05:30:31 [INFO] [02/13/2024 10:30:31.904] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:30:31 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoSnapshotAdapterTest
05:30:31 [INFO] Running org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest
05:30:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.ditto.things.service.persistence.serializer.ThingMongoEventAdapterTest
05:30:32 [INFO] Running org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest
05:30:32 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.things.service.enforcement.pre.ModifyToCreateThingTransformerTest
05:30:32 [INFO] Running org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest
05:30:32 2024-02-13 10:30:32,295 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:30:32 2024-02-13 10:30:32,368 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:32 2024-02-13 10:30:32,411 INFO  [86eb6a4f-9925-42c8-a812-74c48fb34f1a] 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]]
05:30:32 2024-02-13 10:30:32,411 INFO  [86eb6a4f-9925-42c8-a812-74c48fb34f1a] 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, version=2, correlation-id=86eb6a4f-9925-42c8-a812-74c48fb34f1a}]>
05:30:32 2024-02-13 10:30:32,413 INFO  [86eb6a4f-9925-42c8-a812-74c48fb34f1a] 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, version=2, correlation-id=86eb6a4f-9925-42c8-a812-74c48fb34f1a}]]
05:30:32 2024-02-13 10:30:32,497 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:32 2024-02-13 10:30:32,523 INFO  [62fd0d5d-2cde-4d6a-bddd-1202eb505a8d] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
05:30:32 2024-02-13 10:30:32,527 INFO  [62fd0d5d-2cde-4d6a-bddd-1202eb505a8d] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
05:30:32 2024-02-13 10:30:32,533 INFO  [62fd0d5d-2cde-4d6a-bddd-1202eb505a8d] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
05:30:32 2024-02-13 10:30:32,534 INFO  [62fd0d5d-2cde-4d6a-bddd-1202eb505a8d_6e2bbf2a-f198-4373-a1ee-1e45d6942f4a] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
05:30:32 2024-02-13 10:30:32,616 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:32 2024-02-13 10:30:32,642 INFO  [f97b3149-60e2-4578-89b5-68d5283eee89] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:thingMessage> with outcome 'success'
05:30:32 2024-02-13 10:30:32,643 INFO  [f97b3149-60e2-4578-89b5-68d5283eee89] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:thingMessage>
05:30:32 2024-02-13 10:30:32,725 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:32 2024-02-13 10:30:32,750 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab9] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
05:30:32 2024-02-13 10:30:32,750 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab9] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:32 2024-02-13 10:30:32,762 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab9] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:32 2024-02-13 10:30:32,764 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab9] 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#-1537306103], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
05:30:32 2024-02-13 10:30:32,766 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab9] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
05:30:32 2024-02-13 10:30:32,767 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab9] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=672f580f-28e8-48ea-a24c-478e62a99ab9, 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>
05:30:32 2024-02-13 10:30:32,770 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab9] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:32 2024-02-13 10:30:32,773 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab92] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
05:30:32 2024-02-13 10:30:32,774 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab92] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:32 2024-02-13 10:30:32,777 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab92] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:32 2024-02-13 10:30:32,777 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab92] 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#1788073967], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
05:30:32 2024-02-13 10:30:32,777 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab92] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=672f580f-28e8-48ea-a24c-478e62a99ab92, 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>
05:30:32 2024-02-13 10:30:32,778 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab92] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
05:30:32 2024-02-13 10:30:32,780 INFO  [672f580f-28e8-48ea-a24c-478e62a99ab92] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:32 2024-02-13 10:30:32,882 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:32 2024-02-13 10:30:32,907 INFO  [9db04793-73bb-4265-94fa-5bbd773628c0] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <messages.commands:featureMessage> with outcome 'success'
05:30:32 2024-02-13 10:30:32,908 INFO  [9db04793-73bb-4265-94fa-5bbd773628c0] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <messages.commands:featureMessage>
05:30:33 2024-02-13 10:30:32,994 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:33 2024-02-13 10:30:33,023 INFO  [c3400a5c-e7d9-4d80-83a1-f2ae0f24cbed] 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, version=2, correlation-id=c3400a5c-e7d9-4d80-83a1-f2ae0f24cbed, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]>
05:30:33 2024-02-13 10:30:33,024 INFO  [c3400a5c-e7d9-4d80-83a1-f2ae0f24cbed] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.events:attributeModified> with outcome 'success'
05:30:33 2024-02-13 10:30:33,027 INFO  [c3400a5c-e7d9-4d80-83a1-f2ae0f24cbed] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <Publish> sent via tell)
05:30:33 2024-02-13 10:30:33,029 INFO  [6de12197-abb8-498a-a970-d9b71aadf9ca] 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, version=2, correlation-id=6de12197-abb8-498a-a970-d9b71aadf9ca, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/xyz, attributeValue="abc"]>
05:30:33 2024-02-13 10:30:33,029 INFO  [6de12197-abb8-498a-a970-d9b71aadf9ca] 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, version=2, correlation-id=6de12197-abb8-498a-a970-d9b71aadf9ca, response-required=false}]>
05:30:33 2024-02-13 10:30:33,030 INFO  [6de12197-abb8-498a-a970-d9b71aadf9ca] 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, version=2, correlation-id=6de12197-abb8-498a-a970-d9b71aadf9ca, response-required=false}]]
05:30:33 2024-02-13 10:30:33,116 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:33 2024-02-13 10:30:33,146 INFO  [69f2692a-bb28-4bc7-8c15-0c501afd66c4] 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, version=2, correlation-id=69f2692a-bb28-4bc7-8c15-0c501afd66c4}]>
05:30:33 2024-02-13 10:30:33,147 INFO  [69f2692a-bb28-4bc7-8c15-0c501afd66c4] 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, version=2, correlation-id=69f2692a-bb28-4bc7-8c15-0c501afd66c4}]]
05:30:33 2024-02-13 10:30:33,149 INFO  [15ee707b-806d-44c6-ab44-2a0c96b5b748] 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, version=2, correlation-id=15ee707b-806d-44c6-ab44-2a0c96b5b748}]>
05:30:33 2024-02-13 10:30:33,150 INFO  [15ee707b-806d-44c6-ab44-2a0c96b5b748] 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, version=2, correlation-id=15ee707b-806d-44c6-ab44-2a0c96b5b748}]]
05:30:33 2024-02-13 10:30:33,241 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:33 2024-02-13 10:30:33,266 INFO  [e5a24143-98ce-4d9f-b946-e6e476b50eb9] 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, version=2, correlation-id=e5a24143-98ce-4d9f-b946-e6e476b50eb9, response-required=false}], metadata=null, entityId=thing:id, revision=1, thingId=thing:id, attributePointer=/foo, attributeValue="bar"]>
05:30:33 2024-02-13 10:30:33,267 INFO  [e5a24143-98ce-4d9f-b946-e6e476b50eb9] 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, version=2, correlation-id=e5a24143-98ce-4d9f-b946-e6e476b50eb9, response-required=false}]>
05:30:33 2024-02-13 10:30:33,268 INFO  [e5a24143-98ce-4d9f-b946-e6e476b50eb9] 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, version=2, correlation-id=e5a24143-98ce-4d9f-b946-e6e476b50eb9, response-required=false}]]
05:30:33 2024-02-13 10:30:33,358 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:33 2024-02-13 10:30:33,383 INFO  [04482d42-8719-4862-bb00-26b29a8393be] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
05:30:33 2024-02-13 10:30:33,383 INFO  [04482d42-8719-4862-bb00-26b29a8393be] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:33 2024-02-13 10:30:33,387 INFO  [04482d42-8719-4862-bb00-26b29a8393be] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:33 2024-02-13 10:30:33,387 INFO  [04482d42-8719-4862-bb00-26b29a8393be] 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#-100584918], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
05:30:33 2024-02-13 10:30:33,388 INFO  [04482d42-8719-4862-bb00-26b29a8393be] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, version=2, correlation-id=04482d42-8719-4862-bb00-26b29a8393be, 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>
05:30:33 2024-02-13 10:30:33,388 INFO  [04482d42-8719-4862-bb00-26b29a8393be] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
05:30:33 2024-02-13 10:30:33,390 INFO  [04482d42-8719-4862-bb00-26b29a8393be] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:33 2024-02-13 10:30:33,468 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:33 2024-02-13 10:30:33,493 INFO  [d7a73d3e-7593-4088-a275-bbe686f7ee60] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:modifyFeature>
05:30:33 2024-02-13 10:30:33,493 INFO  [d7a73d3e-7593-4088-a275-bbe686f7ee60] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
05:30:33 2024-02-13 10:30:33,495 INFO  [d7a73d3e-7593-4088-a275-bbe686f7ee60] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Publishing message to pub-sub: <things.commands:modifyFeature>
05:30:33 2024-02-13 10:30:33,497 INFO  [dab5af35-7f5e-4aed-b600-6e62479d3a00] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
05:30:33 2024-02-13 10:30:33,497 INFO  [dab5af35-7f5e-4aed-b600-6e62479d3a00] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:33 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.214 s -- in org.eclipse.ditto.things.service.enforcement.LiveSignalEnforcementTest
05:30:33 [INFO] Running org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest
05:30:33 2024-02-13 10:30:33,510 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:30:33 2024-02-13 10:30:33,581 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:33 2024-02-13 10:30:33,606 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, version=2}]>
05:30:33 2024-02-13 10:30:33,606 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, version=2}]]
05:30:33 2024-02-13 10:30:33,898 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:33 2024-02-13 10:30:33,924 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, version=2}]>
05:30:33 2024-02-13 10:30:33,924 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, version=2}]]
05:30:33 2024-02-13 10:30:33,926 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, version=2}]>
05:30:33 2024-02-13 10:30:33,927 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, version=2}]]
05:30:34 2024-02-13 10:30:34,013 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,038 INFO  [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
05:30:34 2024-02-13 10:30:34,039 INFO  [acceptCreateByImplicitPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:34 2024-02-13 10:30:34,129 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,155 INFO  [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
05:30:34 2024-02-13 10:30:34,158 INFO  [acceptByPolicyWithRevokeOnAttribute] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:34 2024-02-13 10:30:34,238 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,265 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, version=2, condition=eq(attributes/testAttr,"testString")}]>
05:30:34 2024-02-13 10:30:34,265 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, version=2, condition=eq(attributes/testAttr,"testString")}]]
05:30:34 2024-02-13 10:30:34,446 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,470 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, version=2}]>
05:30:34 2024-02-13 10:30:34,471 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, version=2}]]
05:30:34 2024-02-13 10:30:34,554 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,579 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, version=2}]>
05:30:34 2024-02-13 10:30:34,580 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, version=2}]]
05:30:34 2024-02-13 10:30:34,663 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,690 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:34 2024-02-13 10:30:34,693 INFO  [enforceConditionAndLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:34 2024-02-13 10:30:34,697 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, version=2, condition=exists(features/revokedFeature)}]>
05:30:34 2024-02-13 10:30:34,698 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, version=2, condition=exists(features/revokedFeature)}]]
05:30:34 2024-02-13 10:30:34,701 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, version=2, live-channel-condition=exists(features/revokedFeature), channel=live}]>
05:30:34 2024-02-13 10:30:34,701 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, version=2, live-channel-condition=exists(features/revokedFeature), channel=live}]]
05:30:34 2024-02-13 10:30:34,786 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,816 INFO  [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
05:30:34 2024-02-13 10:30:34,816 INFO  [testCreateByCopyFromPolicyWithAllowPolicyLockout] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:34 2024-02-13 10:30:34,913 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:34 2024-02-13 10:30:34,938 INFO  [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyFeature> with outcome 'success'
05:30:34 2024-02-13 10:30:34,942 INFO  [acceptByPolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:34 2024-02-13 10:30:34,945 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:35 2024-02-13 10:30:35,026 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,052 INFO  [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
05:30:35 2024-02-13 10:30:35,053 INFO  [testCreateByCopyFromPolicyWithIfNoneMatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:35 2024-02-13 10:30:35,136 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,161 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.
05:30:35 2024-02-13 10:30:35,162 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.'
05:30:35 2024-02-13 10:30:35,162 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, version=2}]>
05:30:35 2024-02-13 10:30:35,163 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, version=2}]]
05:30:35 2024-02-13 10:30:35,245 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,271 INFO  [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:id>
05:30:35 2024-02-13 10:30:35,271 INFO  [acceptCreateByInlinePolicyWithDifferentId] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:35 2024-02-13 10:30:35,372 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,397 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, version=2}]>
05:30:35 2024-02-13 10:30:35,398 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, version=2}]]
05:30:35 2024-02-13 10:30:35,497 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,521 INFO  [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
05:30:35 2024-02-13 10:30:35,522 INFO  [acceptCreateByInlinePolicy] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:35 2024-02-13 10:30:35,622 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,647 INFO  [rejectCreateByOwnPolicy] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <empty:policy>
05:30:35 2024-02-13 10:30:35,649 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, version=2}]>
05:30:35 2024-02-13 10:30:35,650 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, version=2}]]
05:30:35 2024-02-13 10:30:35,726 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,751 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, version=2}]>
05:30:35 2024-02-13 10:30:35,752 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, version=2}]]
05:30:35 2024-02-13 10:30:35,842 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:35 2024-02-13 10:30:35,867 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, version=2, live-channel-condition=exists(thingId)}]>
05:30:35 2024-02-13 10:30:35,868 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, version=2, live-channel-condition=exists(thingId), ditto-read-subjects=["google:subject"]}]]
05:30:36 2024-02-13 10:30:36,041 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:36 2024-02-13 10:30:36,066 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:id>
05:30:36 2024-02-13 10:30:36,067 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:36 2024-02-13 10:30:36,072 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:36 2024-02-13 10:30:36,075 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:36 2024-02-13 10:30:36,078 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyPolicyId> with outcome 'success'
05:30:36 2024-02-13 10:30:36,082 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyAttribute> with outcome 'success'
05:30:36 2024-02-13 10:30:36,086 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveAttribute> with outcome 'success'
05:30:36 2024-02-13 10:30:36,088 INFO  [testParallelEnforcementTaskScheduling] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveAttribute>
05:30:36 2024-02-13 10:30:36,175 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:36 2024-02-13 10:30:36,202 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, version=2, condition=eq(attributes//testAttr,"testString")}]>
05:30:36 2024-02-13 10:30:36,202 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, version=2, condition=eq(attributes//testAttr,"testString")}]]
05:30:36 2024-02-13 10:30:36,379 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:36 2024-02-13 10:30:36,403 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, version=2}]>
05:30:36 2024-02-13 10:30:36,403 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, version=2}]]
05:30:36 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 s -- in org.eclipse.ditto.things.service.enforcement.ThingCommandEnforcementTest
05:30:36 [INFO] Running org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest
05:30:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.enforcement.ReferencePlaceholderTest
05:30:36 [INFO] Running org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest
05:30:36 2024-02-13 10:30:36,617 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:30:36 2024-02-13 10:30:36,687 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:36 2024-02-13 10:30:36,712 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:36 2024-02-13 10:30:36,796 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:36 2024-02-13 10:30:36,820 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Failed to create Policy with ID <thing:4f725eef-5e64-4fd0-8b2e-84864917471b> due to: <PolicyConflictException: The Policy with ID 'thing:4f725eef-5e64-4fd0-8b2e-84864917471b' already exists>. The CreateThing command which would have created a Policy for the Thing with ID <thing:4f725eef-5e64-4fd0-8b2e-84864917471b> is therefore not handled.
05:30:36 2024-02-13 10:30:36,820 INFO  [] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - creating initial policy during creation of Thing <thing:4f725eef-5e64-4fd0-8b2e-84864917471b> - ThingNotCreatableException: The Thing with ID 'thing:4f725eef-5e64-4fd0-8b2e-84864917471b' could not be created because creation of its implicit Policy ID 'thing:4f725eef-5e64-4fd0-8b2e-84864917471b' failed.
05:30:36 2024-02-13 10:30:36,820 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}]>
05:30:36 2024-02-13 10:30:36,820 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:4f725eef-5e64-4fd0-8b2e-84864917471b' could not be created because creation of its implicit Policy ID 'thing:4f725eef-5e64-4fd0-8b2e-84864917471b' 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}]]
05:30:36 2024-02-13 10:30:36,904 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:36 2024-02-13 10:30:36,929 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:36 2024-02-13 10:30:36,940 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:8dfad188-4a74-4dc6-b40a-5abcace1a8e2> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:8dfad188-4a74-4dc6-b40a-5abcace1a8e2' 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 [{}]]
05:30:36 2024-02-13 10:30:36,942 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:37 2024-02-13 10:30:37,031 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,055 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <thing:03ed8ae5-405c-4f5e-9246-04f78f72df0f>
05:30:37 2024-02-13 10:30:37,056 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,140 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,165 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,167 WARN  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Encountered ask timeout from target actor: thing timeout
05:30:37 2024-02-13 10:30:37,167 ERROR [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Received nothing when enforcing signal and forwarding to target actor - this should not happen.
05:30:37 2024-02-13 10:30:37,167 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:2ed9c3c3-6457-4ab7-a915-b60bc873c8dd, selectedFields=/_policy,/thingId, snapshotRevision=-1]>
05:30:37 2024-02-13 10:30:37,169 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,172 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:fc9de480-db22-45ed-858b-645034ac388d> for thing <thing:id>: org.apache.pekko.pattern.AskTimeoutException: policy timeout
05:30:37 2024-02-13 10:30:37,173 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:37 2024-02-13 10:30:37,249 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,276 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,279 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:c39e6271-99ad-4ecd-b627-73a7aa6feb3a' 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 [{}]]
05:30:37 2024-02-13 10:30:37,282 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,285 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - No authorized response when retrieving inlined policy <policy:6240f3c3-534e-42f6-bedc-33f9e9db175f> for thing <thing:id>: PolicyNotAccessibleException [message='The Policy with ID 'policy:6240f3c3-534e-42f6-bedc-33f9e9db175f' 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 [{}]]
05:30:37 2024-02-13 10:30:37,288 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:37 2024-02-13 10:30:37,376 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,401 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,407 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:37 2024-02-13 10:30:37,492 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,517 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:modifyThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,616 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,642 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:10a97908-9fa0-4037-a519-d3335a7ab79d>
05:30:37 2024-02-13 10:30:37,642 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,732 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,757 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - ThingPolicyCreated msg received: <policy:b73c5299-56f2-436f-ae70-8bca8642d590>
05:30:37 2024-02-13 10:30:37,758 INFO  [] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:createThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,760 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:7b81d6bc-2a1f-4c03-91e6-9354bcc98860, policyId=policy:b73c5299-56f2-436f-ae70-8bca8642d590, definition=null, attributes=null, features=null, lifecycle=null, revision=1, modified=null, created=null, metadata=null], initialPolicy={"policyId":"policy:b73c5299-56f2-436f-ae70-8bca8642d590","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:7b81d6bc-2a1f-4c03-91e6-9354bcc98860' 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@49aaa9a4[Not completed, 1 dependents]]
05:30:37 2024-02-13 10:30:37,760 INFO  [] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Policy <policy:b73c5299-56f2-436f-ae70-8bca8642d590> 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:b73c5299-56f2-436f-ae70-8bca8642d590]>
05:30:37 2024-02-13 10:30:37,761 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:7b81d6bc-2a1f-4c03-91e6-9354bcc98860' 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 [{}]]
05:30:37 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s -- in org.eclipse.ditto.things.service.enforcement.MultiStageCommandEnforcementTest
05:30:37 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest
05:30:37 2024-02-13 10:30:37,775 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:30:37 2024-02-13 10:30:37,847 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,873 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:37 2024-02-13 10:30:37,880 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse>
05:30:37 2024-02-13 10:30:37,881 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#264880895], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
05:30:37 2024-02-13 10:30:37,881 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveChannelErrorWithTwinFallback, version=2, 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, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true>
05:30:37 2024-02-13 10:30:37,882 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell)
05:30:37 2024-02-13 10:30:37,882 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!>
05:30:37 2024-02-13 10:30:37,882 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, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId), live-channel-timeout-strategy=use-twin, channel=live}]]
05:30:37 2024-02-13 10:30:37,969 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:37 2024-02-13 10:30:37,994 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:37,998 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:38 2024-02-13 10:30:37,999 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#-26518030], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
05:30:38 2024-02-13 10:30:37,999 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=matchLiveChannelCondition, version=2, 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>
05:30:38 2024-02-13 10:30:38,000 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
05:30:38 2024-02-13 10:30:38,002 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:38 2024-02-13 10:30:38,078 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,102 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
05:30:38 2024-02-13 10:30:38,103 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:38,107 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:errorResponse>
05:30:38 2024-02-13 10:30:38,107 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#-415795322], authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[dummy:subject, google:subject]]]>
05:30:38 2024-02-13 10:30:38,107 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=liveCommandErrorWithTwinFallback, version=2, 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, version=2, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]]]>, valid=<true>
05:30:38 2024-02-13 10:30:38,108 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!>
05:30:38 2024-02-13 10:30:38,108 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <ThingErrorResponse> sent via tell)
05:30:38 2024-02-13 10:30:38,108 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, version=2, ditto-originator=dummy:subject, live-channel-timeout-strategy=use-twin, channel=live}]]
05:30:38 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementWithResponseReceiverTest
05:30:38 [INFO] Running org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest
05:30:38 2024-02-13 10:30:38,119 INFO  [] org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
05:30:38 2024-02-13 10:30:38,188 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,213 INFO  [liveChannelErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:38,217 INFO  [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-399#240192705, 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#240192705}]]]>, valid=<false>
05:30:38 2024-02-13 10:30:38,297 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,323 INFO  [liveChannelConditionMismatch] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:38,325 INFO  [liveChannelConditionMismatch] org.eclipse.ditto.things.service.persistence.actors.ThingSupervisorActor - Got success message from target actor: Success(message <RetrieveThingResponse> sent via tell)
05:30:38 2024-02-13 10:30:38,406 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,432 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
05:30:38 2024-02-13 10:30:38,432 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:38,460 INFO  [liveCommandTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:38 2024-02-13 10:30:38,554 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,579 INFO  [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:38,609 INFO  [liveChannelTimeoutWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:38 2024-02-13 10:30:38,684 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,710 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:38,713 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, version=2, 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>
05:30:38 2024-02-13 10:30:38,715 INFO  [matchLiveChannelCondition] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed filtering of command response type <things.responses:retrieveThing>
05:30:38 2024-02-13 10:30:38,794 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,819 INFO  [liveChannelTimeoutWithoutTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:38 2024-02-13 10:30:38,845 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, version=2, live-channel-condition=exists(thingId), timeout=1ms, ditto-originator=dummy:subject, channel=live, live-channel-condition-matched=true, response-required=false}]]
05:30:38 2024-02-13 10:30:38,922 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:38 2024-02-13 10:30:38,947 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, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]>
05:30:38 2024-02-13 10:30:38,947 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, version=2, ditto-originator=dummy:subject, live-channel-condition=exists(thingId)}]]
05:30:39 2024-02-13 10:30:39,021 INFO  [] org.eclipse.ditto.base.service.signaltransformer.SignalTransformers - Instantiated the following signal transformers: .
05:30:39 2024-02-13 10:30:39,045 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.policies.enforcement.AbstractEnforcementReloaded - Live Command was authorized: <things.commands:retrieveThing>
05:30:39 2024-02-13 10:30:39,046 INFO  [liveCommandErrorWithTwinFallback] org.eclipse.ditto.things.service.enforcement.ThingEnforcerActor - Completed enforcement of message type <things.commands:retrieveThing> with outcome 'success'
05:30:39 2024-02-13 10:30:39,048 INFO  [] org.eclipse.ditto.things.service.persistence.actors.LiveResponseAndAcknowledgementForwarder - Got <ThingErrorResponse [dittoHeaders=ImmutableDittoHeaders [{channel=live, ditto-ackgregator-address=pekko://test/system/testProbe-434#1835046271, 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#1835046271}]]]>, valid=<false>
05:30:39 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.eclipse.ditto.things.service.enforcement.SmartChannelEnforcementTest
05:30:39 [INFO] Running org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest
05:30:39 2024-02-13 10:30:39,212 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
05:30:39 2024-02-13 10:30:39,325 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 [{}]]]
05:30:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.710 s -- in org.eclipse.ditto.things.service.enforcement.PolicyIdReferencePlaceholderResolverTest
05:30:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest
05:30:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalErrorRegistryTest
05:30:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest
05:30:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandResponseRegistryTest
05:30:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest
05:30:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalCommandRegistryTest
05:30:39 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsRootActorTest
05:30:40 2024-02-13 10:30:39,866 INFO  [] org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
05:30:40 2024-02-13 10:30:39,962 INFO  [] org.eclipse.ditto.base.service.cluster.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
05:30:42 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.328 s -- in org.eclipse.ditto.things.service.starter.ThingsRootActorTest
05:30:42 [INFO] Running org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest
05:30:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.service.starter.ThingsServiceGlobalEventRegistryTest
05:30:42 [INFO] Running org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest
05:30:42 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s -- in org.eclipse.ditto.things.service.aggregation.DefaultThingsAggregatorConfigTest
05:30:42 [INFO] Running org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest
05:30:42 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.ditto.things.service.signaltransformation.placeholdersubstitution.CreateThingSubstitutionStrategyTest
05:30:43 [INFO] 
05:30:43 [INFO] Results:
05:30:43 [INFO] 
05:30:43 [INFO] Tests run: 603, Failures: 0, Errors: 0, Skipped: 0
05:30:43 [INFO] 
05:30:43 [INFO] 
05:30:43 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service ---
05:30:43 [INFO] 
05:30:43 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service ---
05:30:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar
05:30:43 [INFO] 
05:30:43 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service ---
05:30:43 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:30:43 [INFO] No previous run data found, generating javadoc.
05:30:46 [WARNING] Javadoc Warnings
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.aggregation;
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.common.config;
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.enforcement;
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre;
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.persistence.actors;
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands;
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events;
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer;
05:30:46 [WARNING] ^
05:30: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>
05:30:46 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal,
05:30:46 [WARNING] ^
05:30: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>
05:30:46 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public final class ThingConditionValidator {
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) {
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public ThingMongoSnapshotAdapter(final ActorRef pubSubMediator, final Config config) {
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ThingId thingId,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) {
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static final String ACTOR_NAME = "thingOps";
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:30:46 [WARNING] ^
05:30: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
05:30:46 [WARNING] private final int capacity;
05:30:46 [WARNING] ^
05:30:46 [WARNING] 38 warnings
05:30:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar
05:30:46 [INFO] 
05:30:46 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service ---
05:30:46 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:30:46 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:30:46 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:30:46 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:30:46 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:30:46 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:30:46 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:30:46 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:30:46 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:30:46 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:30:46 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:30:46 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:30:46 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:30:46 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:30:46 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:30:46 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:30:46 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:30:46 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:30:46 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:30:46 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:30:46 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:30:46 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:30:46 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:30:46 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:30:46 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:30:46 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:30:46 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:30:46 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:30:46 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:30:46 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:30:46 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:30:46 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:30:46 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:30:46 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:30:46 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:30:46 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:30:46 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:30:46 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:30:46 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:30:46 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:30:46 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:30:46 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:30:46 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:30:46 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:30:46 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:30:46 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:30:46 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:30:46 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:30:46 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:30:46 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:30:46 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:30:46 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:30:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:46 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:48 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:49 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:30: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: 
05:30:53 [WARNING]   - META-INF/MANIFEST.MF
05:30:53 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:30:53 [WARNING]   - META-INF/LICENSE.txt
05:30: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: 
05:30:53 [WARNING]   - META-INF/LICENSE
05:30: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: 
05:30:53 [WARNING]   - META-INF.versions.9.module-info
05:30:53 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:30:53 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:30:53 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:30: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: 
05:30:53 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:30:53 [WARNING]   - META-INF/NOTICE.md
05:30:53 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:30:53 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:30: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: 
05:30:53 [WARNING]   - META-INF/DISCLAIMER
05:30: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: 
05:30:53 [WARNING]   - META-INF/io.netty.versions.properties
05:30:53 [WARNING] maven-shade-plugin has detected that some files are
05:30:53 [WARNING] present in two or more JARs. When this happens, only one
05:30:53 [WARNING] single version of the file is copied to the uber jar.
05:30:53 [WARNING] Usually this is not harmful and you can skip these warnings,
05:30:53 [WARNING] otherwise try to manually exclude artifacts based on
05:30:53 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:30:53 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:30:53 [INFO] Attaching shaded artifact.
05:30:53 [INFO] 
05:30:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service ---
05:30:53 [INFO] Tests are skipped.
05:30:53 [INFO] 
05:30:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service ---
05:30:53 [INFO] Tests are skipped.
05:30:53 [INFO] 
05:30:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service ---
05:30:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec
05:30:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes
05:30:53 [INFO] 
05:30:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service ---
05:30:53 [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
05:30:53 [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
05:30:53 [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
05:30:53 [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
05:30:53 [INFO] 
05:30:53 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >-------------
05:30:53 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT     [77/77]
05:30:53 [INFO]   from thingsearch/service/pom.xml
05:30:53 [INFO] --------------------------------[ jar ]---------------------------------
05:30:53 [INFO] 
05:30:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-service ---
05:30:53 [INFO] 
05:30:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-service ---
05:30:53 [INFO] 
05:30:53 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
05:30:53 [INFO] Assigning port '41285' to property 'random-pekko-tcp-port'
05:30:53 [INFO] 
05:30:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
05:30: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/thingsearch/service/target/jacoco.exec
05:30:53 [INFO] 
05:30:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service ---
05:30:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:30:53 [WARNING] 
05:30:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
05:30:53 [WARNING] 
05:30:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
05:30:53 [WARNING] 
05:30:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
05:30:53 [INFO] 
05:30:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service ---
05:30:53 [INFO] Copying 1 resource from src/main/resources to target/classes
05:30:53 [INFO] Copying 5 resources from src/main/resources to target/classes
05:30:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
05:30:53 [INFO] 
05:30:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service ---
05:30:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT...
05:30:53 [INFO] 
05:30:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service ---
05:30:53 [INFO] Changes detected - recompiling the module! :dependency
05:30:53 [INFO] Compiling 105 source files with javac [debug target 17] to target/classes
05:30: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.
05:30: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.
05:30:55 [INFO] 
05:30:55 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service ---
05:30:55 [INFO] Copying 20 resources from src/test/resources to target/test-classes
05:30:55 [INFO] 
05:30:55 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service ---
05:30:55 [INFO] Changes detected - recompiling the module! :dependency
05:30:55 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes
05:30: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.
05:30: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.
05:30:56 [INFO] 
05:30:56 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service ---
05:30:56 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:30:56 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/surefire-reports
05:30:56 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
05:30:56 [INFO] 
05:30:56 [INFO] -------------------------------------------------------
05:30:56 [INFO]  T E S T S
05:30:56 [INFO] -------------------------------------------------------
05:30:57 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest
05:31:00 10:31:00,577 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.4.14
05:31:00 10:31:00,578 |-INFO in ch.qos.logback.classic.util.ContextInitializer@34074149 - No custom configurators were discovered as a service.
05:31:00 10:31:00,578 |-INFO in ch.qos.logback.classic.util.ContextInitializer@34074149 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
05:31:00 10:31:00,580 |-INFO in ch.qos.logback.classic.util.ContextInitializer@34074149 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
05:31:00 10:31:00,582 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
05:31:00 10:31:00,582 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
05:31:00 10:31:00,586 |-INFO in ch.qos.logback.classic.util.ContextInitializer@34074149 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 2 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
05:31:00 10:31:00,586 |-INFO in ch.qos.logback.classic.util.ContextInitializer@34074149 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
05:31:00 10:31:00,587 |-INFO in ch.qos.logback.classic.util.ContextInitializer@34074149 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
05:31:00 10:31:00,587 |-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]
05:31:00 10:31:00,705 |-INFO in ch.qos.logback.core.model.processor.StatusListenerModelHandler - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
05:31:00 10:31:00,736 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
05:31:00 10:31:00,736 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
05:31:00 10:31:00,746 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
05:31:00 10:31:00,771 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDERR]
05:31:00 10:31:00,771 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
05:31:00 10:31:00,771 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
05:31:00 10:31:00,774 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto] to INFO
05:31:00 10:31:00,774 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.mongodb.driver] to WARN
05:31:00 10:31:00,774 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.apache.pekko.stream.Materializer] to ERROR
05:31:00 10:31:00,774 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.ditto.internal.utils] to WARN
05:31:00 10:31:00,775 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to WARN
05:31:00 10:31:00,775 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
05:31:00 10:31:00,776 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDERR] to Logger[ROOT]
05:31:00 10:31:00,776 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@13da6bc9 - End of configuration.
05:31:00 10:31:00,777 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@60e5b3a8 - Registering current configuration as safe fallback point
05:31:00 10:31:00,777 |-INFO in ch.qos.logback.classic.util.ContextInitializer@34074149 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 190 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
05:31:01 2024-02-13 10:31:01,446 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.
05:31:01 2024-02-13 10:31:01,449 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.
05:31:01 2024-02-13 10:31:01,449 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.
05:31:01 2024-02-13 10:31:01,450 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.
05:31:01 2024-02-13 10:31:01,451 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.
05:31:01 2024-02-13 10:31:01,452 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.
05:31:01 2024-02-13 10:31:01,452 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.
05:31:01 2024-02-13 10:31:01,452 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.
05:31:01 2024-02-13 10:31:01,452 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.
05:31:01 2024-02-13 10:31:01,452 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.
05:31:01 2024-02-13 10:31:01,823 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-02-13T10:31:00.766902466Z, 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-02-13T10:31:01.766902466Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false}], metadata=null, entityId=thing:id, revision=2, thingId=thing:id], ThingCreated [type=things.events:thingCreated, timestamp=2024-02-13T10:30:56.766902466Z, 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-02-13T10:30:57.766902466Z, 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-02-13T10:30:58.766902466Z, 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-02-13T10:30:59.766902466Z, 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-02-13T10:30:56.766902466Z","_modified":"2024-02-13T10:30:59.766902466Z"}>
05:31:06 2024-02-13 10:31:06,003 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.
05:31:06 2024-02-13 10:31:06,003 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.
05:31:06 2024-02-13 10:31:06,003 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.
05:31:06 2024-02-13 10:31:06,003 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.
05:31:06 2024-02-13 10:31:06,004 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.
05:31:06 2024-02-13 10:31:06,004 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.
05:31:06 2024-02-13 10:31:06,119 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.
05:31:06 2024-02-13 10:31:06,120 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.
05:31:06 2024-02-13 10:31:06,120 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.
05:31:06 2024-02-13 10:31:06,120 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.
05:31:06 2024-02-13 10:31:06,120 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.
05:31:06 2024-02-13 10:31:06,120 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.
05:31:06 2024-02-13 10:31:06,120 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.
05:31:06 2024-02-13 10:31:06,121 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.
05:31:06 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.898 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.EnforcementFlowTest
05:31:06 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest
05:31:06 [INFO] [02/13/2024 10:31:06.542] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:06 [INFO] [02/13/2024 10:31:06.644] [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
05:31:06 [INFO] [02/13/2024 10:31:06.646] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:06 [INFO] [02/13/2024 10:31:06.757] [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]
05:31:06 [INFO] [02/13/2024 10:31:06.758] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:06 [INFO] [02/13/2024 10:31:06.854] [main] [org.apache.pekko.actor.ActorSystemImpl(default)] NotAcknowledged: UnexpectedError[stacktrace=com.mongodb.MongoSocketReadException: Gee, database is down. Whatever shall I do?
05:31:06 	at org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest.unexpectedMongoSocketReadException(BulkWriteResultAckFlowTest.java:110)
05:31:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
05:31:06 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
05:31:06 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
05:31:06 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
05:31:06 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
05:31:06 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
05:31:06 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
05:31:06 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
05:31:06 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
05:31:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:31:06 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
05:31:06 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
05:31:06 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
05:31:06 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
05:31:06 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
05:31:06 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
05:31:06 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
05:31:06 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
05:31:06 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
05:31:06 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
05:31:06 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
05:31:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
05:31:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
05:31:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
05:31:06 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
05:31:06 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
05:31:06 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
05:31:06 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
05:31:06 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
05:31:06 Caused by: java.lang.IllegalMonitorStateException: Unsupported resolution
05:31:06 	... 30 more
05:31:06 ] - correlation: correlation
05:31:06 [INFO] [02/13/2024 10:31:06.855] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:06 [INFO] [02/13/2024 10:31:06.973] [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
05:31:06 [INFO] [02/13/2024 10:31:06.975] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BulkWriteResultAckFlowTest
05:31:06 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest
05:31:07 [INFO] [02/13/2024 10:31:07.821] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.streaming.BackgroundSyncStreamTest
05:31:07 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest
05:31:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.JsonInternalVisitorTest
05:31:07 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest
05:31:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EnforcedThingMapperTest
05:31:07 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest
05:31:07 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.mapping.EvaluatedPolicyTest
05:31:07 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest
05:31:08 [INFO] [02/13/2024 10:31:08.573] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.679 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingWriteModelTest
05:31:08 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest
05:31:08 [INFO] [02/13/2024 10:31:08.702] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.MetadataTest
05:31:08 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest
05:31:08 [INFO] [02/13/2024 10:31:08.797] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.model.ThingDeleteModelTest
05:31:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest
05:31:09 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.thingsearch.service.persistence.write.IndexLengthRestrictionEnforcerTest
05:31:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest
05:31:09 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetFilterBsonVisitorTest
05:31:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest
05:31:09 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetExistsBsonVisitorTest
05:31:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest
05:31:09 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.expression.visitors.GetSortBsonVisitorTest
05:31:09 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest
05:31:09 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
05:31:10 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderUnlimitedTest
05:31:10 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest
05:31:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderFactoryTest
05:31:10 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryBuilderLimitedTest
05:31:10 [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
05:31:10 [INFO] Running org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest
05:31:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.eclipse.ditto.thingsearch.service.persistence.read.query.MongoQueryTest
05:31:11 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest
05:31:11 [INFO] [02/13/2024 10:31:11.666] [ThingUpdaterTest_recoverLastWriteModel-pekko.actor.default-dispatcher-4] [pekko://ThingUpdaterTest_recoverLastWriteModel/system/testProbe-81/thing%3Aid] Shutting down due to <DELETE> during <READY>
05:31:11 [INFO] [02/13/2024 10:31:11.777] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_recoverLastWriteModel)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:11 [INFO] [02/13/2024 10:31:11.887] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-4] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Got policy update <thing:id> at revision <1>. Previous known policy is <null>.
05:31:11 [INFO] [02/13/2024 10:31:11.961] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_policyIdChangeTriggersSync)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:11 [WARN] [02/13/2024 10:31:11.975] [ThingUpdaterTest_policyIdChangeTriggersSync-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_policyIdChangeTriggersSync/system/testProbe-84/thing%3Aid] Shut down during <PERSISTING>
05:31:13 [INFO] [02/13/2024 10:31:13.103] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:13 [INFO] [02/13/2024 10:31:13.234] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-6] [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]>
05:31:13 [INFO] [02/13/2024 10:31:13.275] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Initial update was skipped - stopping thing updater for <thing:id>.
05:31:13 [WARN] [02/13/2024 10:31:13.278] [ThingUpdaterTest_initialUpdateSkipped-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_initialUpdateSkipped/system/testProbe-91/thing%3Aid] Shut down during <PERSISTING>
05:31:18 [INFO] [02/13/2024 10:31:18.278] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_initialUpdateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:18 [INFO] [02/13/2024 10:31:18.412] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down due to <DELETE> during <PERSISTING>
05:31:18 [INFO] [02/13/2024 10:31:18.415] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shutting down after completing persistence operation
05:31:18 [WARN] [02/13/2024 10:31:18.415] [ThingUpdaterTest_combineUpdatesFrom2Events-pekko.actor.default-dispatcher-5] [pekko://ThingUpdaterTest_combineUpdatesFrom2Events/system/testProbe-96/thing%3Aid] Shut down during <PERSISTING>
05:31:18 [INFO] [02/13/2024 10:31:18.518] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_combineUpdatesFrom2Events)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:18 [INFO] [02/13/2024 10:31:18.596] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-5] [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]>
05:31:18 [INFO] [02/13/2024 10:31:18.626] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_forceUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:18 [WARN] [02/13/2024 10:31:18.629] [ThingUpdaterTest_forceUpdateOnCommand-pekko.actor.default-dispatcher-4] [pekko://ThingUpdaterTest_forceUpdateOnCommand/system/testProbe-99/thing%3Aid] Shut down during <PERSISTING>
05:31:18 [ERROR] [02/13/2024 10:31:18.696] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-7] [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}]
05:31:18 [INFO] [02/13/2024 10:31:18.725] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:18 [WARN] [02/13/2024 10:31:18.731] [ThingUpdaterTest_updateFromOutdatedEventWithAck-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_updateFromOutdatedEventWithAck/system/testProbe-102/thing%3Aid] Shut down during <PERSISTING>
05:31:18 [INFO] [02/13/2024 10:31:18.853] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:18 [WARN] [02/13/2024 10:31:18.856] [ThingUpdaterTest_updateFromEventAfterSkippedUpdate-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_updateFromEventAfterSkippedUpdate/system/testProbe-105/thing%3Aid] Shut down during <PERSISTING>
05:31:18 [INFO] [02/13/2024 10:31:18.942] [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>
05:31:18 [INFO] [pekkoDeadLetter][02/13/2024 10:31:18.947] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [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#-373218783] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A1#-373218783] 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'.
05:31:18 [INFO] [02/13/2024 10:31:18.970] [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>
05:31:18 [WARN] [02/13/2024 10:31:18.972] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3] Shut down during <PERSISTING>
05:31:18 [INFO] [pekkoDeadLetter][02/13/2024 10:31:18.972] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [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#-984237793] was not delivered. [2] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A3#-984237793] 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'.
05:31:19 [INFO] [02/13/2024 10:31:19.000] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [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>
05:31:19 [WARN] [02/13/2024 10:31:19.001] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4] Shut down during <PERSISTING>
05:31:19 [INFO] [pekkoDeadLetter][02/13/2024 10:31:19.001] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-7] [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#-354893] was not delivered. [3] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A4#-354893] 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'.
05:31:19 [INFO] [02/13/2024 10:31:19.031] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-8] [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>
05:31:19 [WARN] [02/13/2024 10:31:19.032] [ThingUpdaterTest_shutdownOnCommand-pekko.actor.default-dispatcher-8] [pekko://ThingUpdaterTest_shutdownOnCommand/system/testProbe-110/thing%3A5] Shut down during <RETRYING>
05:31:19 [INFO] [02/13/2024 10:31:19.033] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:22 [INFO] [02/13/2024 10:31:22.108] [ThingUpdaterTest_shutdownOnThingDeletedCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand/system/testProbe-113/thing%3Aid] Shutting down due to <DELETE> during <READY>
05:31:22 [INFO] [02/13/2024 10:31:22.110] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_shutdownOnThingDeletedCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:22 [ERROR] [02/13/2024 10:31:22.180] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-6] [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}]
05:31:22 [INFO] [02/13/2024 10:31:22.184] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEventWithAck)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:22 [WARN] [02/13/2024 10:31:22.186] [ThingUpdaterTest_updateFromEventWithAck-pekko.actor.default-dispatcher-9] [pekko://ThingUpdaterTest_updateFromEventWithAck/system/testProbe-116/thing%3Aid] Shut down during <PERSISTING>
05:31:23 [INFO] [02/13/2024 10:31:23.265] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:28 [INFO] [02/13/2024 10:31:28.394] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateSkipped)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:28 [INFO] [02/13/2024 10:31:28.457] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-6] [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]>
05:31:28 [INFO] [02/13/2024 10:31:28.481] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_triggerUpdateOnCommand)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:28 [WARN] [02/13/2024 10:31:28.483] [ThingUpdaterTest_triggerUpdateOnCommand-pekko.actor.default-dispatcher-7] [pekko://ThingUpdaterTest_triggerUpdateOnCommand/system/testProbe-127/thing%3Aid] Shut down during <PERSISTING>
05:31:28 [INFO] [02/13/2024 10:31:28.568] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_updateFromEvent)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:28 [WARN] [02/13/2024 10:31:28.571] [ThingUpdaterTest_updateFromEvent-pekko.actor.default-dispatcher-6] [pekko://ThingUpdaterTest_updateFromEvent/system/testProbe-130/thing%3Aid] Shut down during <PERSISTING>
05:31:29 [INFO] [02/13/2024 10:31:29.640] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_ignoreIrrelevantShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:29 [INFO] [02/13/2024 10:31:29.696] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-8] [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>
05:31:29 [INFO] [pekkoDeadLetter][02/13/2024 10:31:29.697] [ThingUpdaterTest_handleShutdownDueToNamespacePurging-pekko.actor.default-dispatcher-9] [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#-1548864395] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging/system/testProbe-136/thing%3Aid#-1548864395] 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'.
05:31:29 [INFO] [02/13/2024 10:31:29.697] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToNamespacePurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:29 [INFO] [02/13/2024 10:31:29.915] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_stashEventsDuringPersistence)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:29 [WARN] [02/13/2024 10:31:29.919] [ThingUpdaterTest_stashEventsDuringPersistence-pekko.actor.default-dispatcher-11] [pekko://ThingUpdaterTest_stashEventsDuringPersistence/system/testProbe-139/thing%3Aid] Shut down during <PERSISTING>
05:31:29 [INFO] [02/13/2024 10:31:29.984] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-7] [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>
05:31:29 [INFO] [pekkoDeadLetter][02/13/2024 10:31:29.986] [ThingUpdaterTest_handleShutdownDueToEntitiesPurging-pekko.actor.default-dispatcher-6] [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#1554221020] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging/system/testProbe-142/thing%3Aid#1554221020] 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'.
05:31:29 [INFO] [02/13/2024 10:31:29.987] [main] [CoordinatedShutdown(pekko://ThingUpdaterTest_handleShutdownDueToEntitiesPurging)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:29 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.85 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingUpdaterTest
05:31:29 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest
05:31:31 [ERROR] [02/13/2024 10:31:31.596] [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.)
05:31:33 2024-02-13 10:31:33,285 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>
05:31:33 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:33 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:33 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:33 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:33 2024-02-13 10:31:33,285 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>
05:31:33 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:33 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:33 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:33 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:33 [ERROR] [02/13/2024 10:31:33.688] [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.)
05:31:33 2024-02-13 10:31:33,804 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>
05:31:33 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:33 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:33 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:33 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:33 2024-02-13 10:31:33,804 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>
05:31:33 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:33 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:33 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:33 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:33 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:33 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:33 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:33 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:33 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:33 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:33 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:33 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:33 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:34 2024-02-13 10:31:34,330 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>
05:31:34 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:34 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:34 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:34 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:34 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:34 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:34 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:34 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:34 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:34 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:34 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:34 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:34 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:34 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:34 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:34 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:34 2024-02-13 10:31:34,330 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>
05:31:34 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:34 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:34 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:34 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:34 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:34 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:34 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:34 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:34 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:34 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:34 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:34 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:34 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:34 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:34 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:34 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:34 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:34 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:34 [ERROR] [02/13/2024 10:31:34.735] [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.)
05:31:35 2024-02-13 10:31:35,376 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>
05:31:35 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:35 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:35 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:35 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:35 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:35 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:35 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:35 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:35 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:35 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:35 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:35 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:35 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:35 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:35 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:35 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:35 2024-02-13 10:31:35,376 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>
05:31:35 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:35 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:35 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:35 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:35 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:35 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:35 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:35 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:35 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:35 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:35 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:35 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:35 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:35 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:35 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:35 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:35 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:35 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:35 [ERROR] [02/13/2024 10:31:35.779] [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.)
05:31:36 2024-02-13 10:31:36,522 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>
05:31:36 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:36 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:36 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:36 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:36 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:36 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:36 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:36 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:36 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:36 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:36 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:36 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:36 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:36 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:36 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:36 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:36 2024-02-13 10:31:36,522 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>
05:31:36 org.apache.pekko.stream.StreamLimitReachedException: limit of 0 reached
05:31:36 	at org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSource.failWithLimitsReached(ResumeSource.java:213)
05:31:36 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$flatMapConcat$1(Flow.scala:2409)
05:31:36 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
05:31:36 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
05:31:36 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
05:31:36 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
05:31:36 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
05:31:36 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
05:31:36 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
05:31:36 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
05:31:36 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
05:31:36 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
05:31:36 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
05:31:36 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
05:31:36 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
05:31:36 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
05:31:36 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
05:31:36 [ERROR] [02/13/2024 10:31:36.825] [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.)
05:31:36 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.837 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.BackgroundSyncActorTest
05:31:36 [INFO] Running org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest
05:31:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.247 s -- in org.eclipse.ditto.thingsearch.service.updater.actors.ThingsUpdaterTest
05:31:43 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest
05:31:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandRegistryTest
05:31:43 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest
05:31:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingSearchServiceGlobalErrorRegistryTest
05:31:43 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest
05:31:43 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalEventRegistryTest
05:31:43 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest
05:31:43 2024-02-13 10:31:43,775 INFO  [] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
05:31:44 2024-02-13 10:31:44,044 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
05:31:44 2024-02-13 10:31:44,149 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
05:31:45 2024-02-13 10:31:45,080 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
05:31:55 Failed to stop [SearchRootActorTest] within [10 seconds] 
05:31:55 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children
05:31:55    ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination)
05:31:55        |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers#1139107229]
05:31:55        ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination)
05:31:55            |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112#-870207038]
05:31:55            ⌊-> StreamSupervisor-112 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination)
05:31:55                |    toDie: Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-14-0-ignoreSink#-967462861]
05:31:55                |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-15-0-unnamed#459515105]
05:31:55                |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-7-0-ignoreSink#194122044]
05:31:55                |           Actor[pekko://SearchRootActorTest/system/Materializers/StreamSupervisor-112/flow-8-0-unnamed#1963983978]
05:31:55                ⌊-> flow-14-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:31:55                ⌊-> flow-15-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:31:55                ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:31:55                ⌊-> flow-8-0-unnamed RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
05:31:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.51 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchRootActorTest
05:31:55 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest
05:31:55 [INFO] [02/13/2024 10:31:55.281] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:55 [INFO] [02/13/2024 10:31:55.383] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:55 [INFO] [02/13/2024 10:31:55.501] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:55 [INFO] [02/13/2024 10:31:55.547] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:55 2024-02-13 10:31:55,591 INFO  [] o.e.d.t.s.s.a.ThingsSearchCursor  - Failed to decode cursor: class java.util.zip.DataFormatException 'invalid block type' due to null
05:31:55 [INFO] [02/13/2024 10:31:55.593] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
05:31:55 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.ThingsSearchCursorTest
05:31:55 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest
05:31:55 2024-02-13 10:31:55,733 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
05:31:55 [INFO] [02/13/2024 10:31:55.735] [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#-1487783095]))>
05:31:55 [INFO] [02/13/2024 10:31:55.753] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing CountThings command with namespaces <Optional.empty> and filter: <Optional.empty>
05:31:55 [INFO] [02/13/2024 10:31:55.763] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
05:31:55 [INFO] [02/13/2024 10:31:55.763] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
05:31:55 [INFO] [02/13/2024 10:31:55.865] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests
05:31:55 [INFO] [02/13/2024 10:31:55.866] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing SudoCountThings command with filter: <Optional.empty> and namespaces: <Optional.empty>
05:31:55 [INFO] [02/13/2024 10:31:55.868] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
05:31:55 [INFO] [02/13/2024 10:31:55.868] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
05:31:55 [INFO] [02/13/2024 10:31:55.967] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests
05:31:55 [INFO] [02/13/2024 10:31:55.970] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
05:31:55 [INFO] [02/13/2024 10:31:55.970] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
05:31:55 [INFO] [02/13/2024 10:31:55.970] [SearchActorTest_waitForQueries-pekko.actor.default-dispatcher-12] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] Processing QueryThings command with namespaces <Optional.empty> and filter: <Optional.empty>
05:31:56 [INFO] [02/13/2024 10:31:56.071] [SearchActorTest_waitForQueries-search-dispatcher-8] [pekko://SearchActorTest_waitForQueries/system/testProbe-183/thingsSearch] OP_COMPLETE: finished waiting for requests
05:31:56 2024-02-13 10:31:56,114 INFO  [] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: .
05:31:56 [INFO] [02/13/2024 10:31:56.116] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] Got <SubscribeAck(Subscribe(thing-search.commands::grouped,Some(thingsSearch),Actor[pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch#754584678]))>
05:31:56 [INFO] [02/13/2024 10:31:56.116] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_UNBIND: unsubscribing from pubsub for thingsSearch
05:31:56 [INFO] [02/13/2024 10:31:56.117] [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#754584678])): unsubscribing from pubsub completed successful for thingsSearch
05:31:56 [INFO] [02/13/2024 10:31:56.117] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: abort ongoing streams
05:31:56 [INFO] [02/13/2024 10:31:56.117] [SearchActorTest_unbindAndStopWithoutQuery-search-dispatcher-8] [pekko://SearchActorTest_unbindAndStopWithoutQuery/system/testProbe-185/thingsSearch] SERVICE_REQUESTS_DONE: no ongoing requests
05:31:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchActorTest
05:31:56 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest
05:31:56 2024-02-13 10:31:56,144 WARN  [] k.m.ModuleRegistry  - Cannot register module [pekko.actor.default-dispatcher], a module with that name already exists.
05:31:56 2024-02-13 10:31:56,156 INFO  [] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
05:31:56 [WARN] [02/13/2024 10:31:56.218] [SearchRootActorTest-pekko.actor.internal-dispatcher-5] [CoordinatedShutdown(pekko://SearchRootActorTest)] Coordinated shutdown phase [actor-system-terminate] timed out after 10000 milliseconds
05:31:56 2024-02-13 10:31:56,329 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
05:31:56 2024-02-13 10:31:56,335 INFO  [] o.e.d.t.s.p.w.s.MongoSearchUpdaterFlow  - Update writeConcern=<WriteConcern{w=null, wTimeout=null ms, journal=true}>
05:31:57 2024-02-13 10:31:57,463 WARN  [] k.m.ModuleRegistry  - Cannot cancel registration on module [pekko.actor.default-dispatcher] because the module was not added properly
05:31:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s -- in org.eclipse.ditto.thingsearch.service.starter.actors.SearchUpdaterRootActorTest
05:31:57 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest
05:31:57 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.thingsearch.service.starter.ThingsSearchServiceGlobalCommandResponseRegistryTest
05:31:57 [INFO] Running org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest
05:31:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 s -- in org.eclipse.ditto.thingsearch.service.starter.config.DittoSearchConfigTest
05:31:57 [INFO] Running org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest
05:31:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.thingsearch.service.common.util.KeyEscapeUtilTest
05:31:57 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest
05:31:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultSearchPersistenceConfigTest
05:31:58 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest
05:31:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultStreamConfigTest
05:31:58 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest
05:31:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultUpdaterConfigTest
05:31:58 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest
05:31:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultNamespaceSearchIndexConfigTest
05:31:59 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest
05:31:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultPersistenceStreamConfigTest
05:31:59 [INFO] Running org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest
05:31:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.thingsearch.service.common.config.DefaultBackgroundSyncConfigTest
05:31:59 [INFO] Running org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest
05:31:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.service.common.model.ResultListImplTest
05:31:59 [INFO] 
05:31:59 [INFO] Results:
05:31:59 [INFO] 
05:31:59 [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0
05:31:59 [INFO] 
05:31:59 [INFO] 
05:31:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service ---
05:31:59 [INFO] 
05:31:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service ---
05:31:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar
05:31:59 [INFO] 
05:31:59 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service ---
05:31:59 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:31:59 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:31:59 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:31:59 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:31:59 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:31:59 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:31:59 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:31:59 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:31:59 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:31:59 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:31:59 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:31:59 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:31:59 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:31:59 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:31:59 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:31:59 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:31:59 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:31:59 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:31:59 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:31:59 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:31:59 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:31:59 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:31:59 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:31:59 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:31:59 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:31:59 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:31:59 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:31:59 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:31:59 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:31:59 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:31:59 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:31:59 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:31:59 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:31:59 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:31:59 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:31:59 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:31:59 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:31:59 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:31:59 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:31:59 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:31:59 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:31:59 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:31:59 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:31:59 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:31:59 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:31:59 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:31:59 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:31:59 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:31:59 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:31:59 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:31:59 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:31:59 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:31:59 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:31:59 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:32:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:00 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:04 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:05 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:32:06 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:32:06 [WARNING]   - META-INF/LICENSE.txt
05:32:06 [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: 
05:32:06 [WARNING]   - META-INF.versions.9.module-info
05:32:06 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
05:32:06 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
05:32:06 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
05:32:06 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
05:32:06 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
05:32:06 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:32:06 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:32:06 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:32:06 [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: 
05:32:06 [WARNING]   - META-INF/LICENSE
05:32:06 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:32:06 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:32:06 [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: 
05:32:06 [WARNING]   - META-INF/DISCLAIMER
05:32:06 [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: 
05:32:06 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:32:06 [WARNING]   - META-INF/NOTICE.md
05:32:06 [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: 
05:32:06 [WARNING]   - META-INF/io.netty.versions.properties
05:32:06 [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: 
05:32:06 [WARNING]   - META-INF/MANIFEST.MF
05:32:06 [WARNING] maven-shade-plugin has detected that some files are
05:32:06 [WARNING] present in two or more JARs. When this happens, only one
05:32:06 [WARNING] single version of the file is copied to the uber jar.
05:32:06 [WARNING] Usually this is not harmful and you can skip these warnings,
05:32:06 [WARNING] otherwise try to manually exclude artifacts based on
05:32:06 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:32:06 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:32:06 [INFO] Attaching shaded artifact.
05:32:06 [INFO] 
05:32:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service ---
05:32:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:32:06 [INFO] No previous run data found, generating javadoc.
05:32:10 [WARNING] Javadoc Warnings
05:32:10 [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
05:32:10 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config;
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public final Bson visitSimple(final String fieldName) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] Duration getIdleTimeout();
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] CONSISTENCY_ERROR,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] INCORRECT_PATCH,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] OK
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] UNACKNOWLEDGED,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] WRITE_ERROR,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade(
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public String getCustomMetricName() {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query);
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] Optional<String> getMongoHintsByNamespace();
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields();
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] default T eval(final JsonValue value) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static final String FAKE_DOT = "~2";
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static Metadata of(final ThingId thingId,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) {
05:32:10 [WARNING] ^
05:32:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment
05:32:10 [WARNING] public static String mapSortKey(final String... values) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] protected final ActorSystem actorSystem;
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] protected final int maxWireVersion;
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps,
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) {
05:32:10 [WARNING] ^
05:32:10 [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
05:32:10 [WARNING] public static WriteResultAndErrors failure(final Throwable error) {
05:32:10 [WARNING] ^
05:32:10 [WARNING] 44 warnings
05:32:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
05:32:10 [INFO] 
05:32:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service ---
05:32:10 [INFO] Tests are skipped.
05:32:10 [INFO] 
05:32:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service ---
05:32:10 [INFO] Tests are skipped.
05:32:10 [INFO] 
05:32:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service ---
05:32:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec
05:32:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes
05:32:10 [INFO] 
05:32:10 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service ---
05:32:10 [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
05:32:10 [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
05:32:10 [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
05:32:10 [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
05:32:10 [INFO] ------------------------------------------------------------------------
05:32:10 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
05:32:10 [INFO] 
05:32:10 [INFO] Eclipse Ditto ...................................... SUCCESS [ 12.175 s]
05:32:10 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  0.995 s]
05:32:10 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.085 s]
05:32:10 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.495 s]
05:32:10 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [  6.596 s]
05:32:10 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 17.901 s]
05:32:10 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [  0.240 s]
05:32:10 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 22.368 s]
05:32:10 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [  7.257 s]
05:32:10 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [  0.040 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [  0.023 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 10.836 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 17.413 s]
05:32:10 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [  4.065 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 13.914 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [  0.025 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [  4.290 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 35.714 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [ 12.878 s]
05:32:10 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [  4.759 s]
05:32:10 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [  0.031 s]
05:32:10 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 29.103 s]
05:32:10 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [  0.068 s]
05:32:10 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 26.250 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 22.915 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [  1.579 s]
05:32:10 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [  6.704 s]
05:32:10 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 19.783 s]
05:32:10 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [  0.023 s]
05:32:10 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 15.186 s]
05:32:10 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [  0.051 s]
05:32:10 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [  8.302 s]
05:32:10 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [  0.022 s]
05:32:10 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [  7.376 s]
05:32:10 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 17.442 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [  8.310 s]
05:32:10 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [  5.620 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [  6.131 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [03:02 min]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [  6.755 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [  2.926 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 18.914 s]
05:32:10 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [  7.510 s]
05:32:10 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 13.043 s]
05:32:10 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [  0.023 s]
05:32:10 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [  4.471 s]
05:32:10 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [  0.025 s]
05:32:10 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [  7.607 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SUCCESS [ 52.984 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [  9.513 s]
05:32:10 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 15.369 s]
05:32:10 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [  0.022 s]
05:32:10 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [  4.298 s]
05:32:10 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 13.114 s]
05:32:10 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [  6.918 s]
05:32:10 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [  6.105 s]
05:32:10 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [  0.021 s]
05:32:10 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 28.743 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 41.091 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [  2.852 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 20.243 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [  6.919 s]
05:32:10 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [  8.935 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [  8.756 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [  1.439 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [  1.712 s]
05:32:10 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [06:04 min]
05:32:10 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [  0.541 s]
05:32:10 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [  0.021 s]
05:32:10 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [  3.051 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [  1.552 s]
05:32:10 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [  3.205 s]
05:32:10 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [01:22 min]
05:32:10 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [03:41 min]
05:32:10 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [  2.498 s]
05:32:10 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [01:40 min]
05:32:10 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [01:17 min]
05:32:10 [INFO] ------------------------------------------------------------------------
05:32:10 [INFO] BUILD SUCCESS
05:32:10 [INFO] ------------------------------------------------------------------------
05:32:10 [INFO] Total time:  28:05 min
05:32:10 [INFO] Finished at: 2024-02-13T10:32:10Z
05:32:10 [INFO] ------------------------------------------------------------------------
05:32:11 [ditto-ci] $ /bin/sh -xe /tmp/jenkins7082391392971395686.sh
05:32:11 + rm -rf ditto_all_dependencies
05:32:11 + find ./ -type d -name dependencies -exec cp -a '{}' target/ditto_all_dependencies ';'
05:32:11 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors deploy -PsignArtifactsEclipse,publishToEclipseMavenRepo -DcreateJavadoc=true -DskipTests=true -DskipITs=true
05:32:11 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
05:32:11 Maven home: /opt/tools/apache-maven/latest
05:32:11 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
05:32:11 Default locale: en_US, platform encoding: UTF-8
05:32:11 OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
05:32:12 [INFO] Error stacktraces are turned on.
05:32:12 [INFO] Scanning for projects...
05:32:13 [WARNING] 
05:32:13 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
05:32:13 [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
05:32:13 [WARNING] 
05:32:13 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
05:32:13 [WARNING] 
05:32:13 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
05:32:13 [WARNING] 
05:32:13 [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
05:32:13 [INFO] ------------------------------------------------------------------------
05:32:13 [INFO] Reactor Build Order:
05:32:13 [INFO] 
05:32:13 [INFO] Eclipse Ditto                                                      [pom]
05:32:13 [INFO] Eclipse Ditto :: Legal                                             [jar]
05:32:13 [INFO] Eclipse Ditto :: BOM                                               [pom]
05:32:13 [INFO] Eclipse Ditto :: Utils                                             [pom]
05:32:13 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
05:32:13 [INFO] Eclipse Ditto :: JSON                                           [bundle]
05:32:13 [INFO] Eclipse Ditto :: Base                                              [pom]
05:32:13 [INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
05:32:13 [INFO] Eclipse Ditto :: Base :: API                                       [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal                                          [pom]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
05:32:13 [INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Models                                [pom]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
05:32:13 [INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
05:32:13 [INFO] Eclipse Ditto :: Policies                                          [pom]
05:32:13 [INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
05:32:13 [INFO] Eclipse Ditto :: Things                                            [pom]
05:32:13 [INFO] Eclipse Ditto :: Things :: Model                                [bundle]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
05:32:13 [INFO] Eclipse Ditto :: Placeholders                                   [bundle]
05:32:13 [INFO] Eclipse Ditto :: Base :: Service                                   [jar]
05:32:13 [INFO] Eclipse Ditto :: Connectivity                                      [pom]
05:32:13 [INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
05:32:13 [INFO] Eclipse Ditto :: Thing Search                                      [pom]
05:32:13 [INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
05:32:13 [INFO] Eclipse Ditto :: Messages                                          [pom]
05:32:13 [INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
05:32:13 [INFO] Eclipse Ditto :: Protocol                                       [bundle]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
05:32:13 [INFO] Eclipse Ditto :: Policies :: API                                   [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
05:32:13 [INFO] Eclipse Ditto :: Things :: API                                     [jar]
05:32:13 [INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
05:32:13 [INFO] Eclipse Ditto :: JWT                                               [pom]
05:32:13 [INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
05:32:13 [INFO] Eclipse Ditto :: WoT                                               [pom]
05:32:13 [INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
05:32:13 [INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
05:32:13 [INFO] Eclipse Ditto :: RQL                                               [pom]
05:32:13 [INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
05:32:13 [INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
05:32:13 [INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
05:32:13 [INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
05:32:13 [INFO] Eclipse Ditto :: Edge                                              [pom]
05:32:13 [INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
05:32:13 [INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
05:32:13 [INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
05:32:13 [INFO] Eclipse Ditto :: Documentation                                     [pom]
05:32:13 [INFO] Eclipse Ditto :: Gateway                                           [pom]
05:32:13 [INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
05:32:13 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
05:32:13 [INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
05:32:13 [INFO] Eclipse Ditto :: Policies :: Service                               [jar]
05:32:13 [INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
05:32:13 [INFO] Eclipse Ditto :: Things :: Service                                 [jar]
05:32:13 [INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
05:32:13 [INFO] 
05:32:13 [INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
05:32:13 [INFO] Building Eclipse Ditto 0-SNAPSHOT                                 [1/77]
05:32:13 [INFO]   from pom.xml
05:32:13 [INFO] --------------------------------[ pom ]---------------------------------
05:32:14 [INFO] 
05:32:14 [INFO] --- license:4.2:check (default) @ ditto ---
05:32:14 [WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
05:32:14 [WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
05:32:14 [WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
05:32:14 [WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
05:32:14 [INFO] Checking licenses...
05:32:14 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
05:32:14 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
05:32:16 [INFO] 
05:32:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
05:32: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/target/jacoco.exec
05:32:16 [INFO] 
05:32:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
05:32:17 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:17 [INFO] The goal is skip due to packaging 'pom'
05:32:17 [INFO] 
05:32:17 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
05:32:17 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
05:32:17 [INFO] 
05:32:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
05:32:17 [INFO] 
05:32:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
05:32:17 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:32:17 [INFO] 
05:32:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
05:32:17 [INFO] Tests are skipped.
05:32:17 [INFO] 
05:32:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
05:32:17 [INFO] Tests are skipped.
05:32:17 [INFO] 
05:32:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto ---
05:32:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:32:17 [INFO] 
05:32:17 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto ---
05:32:18 [INFO] 
05:32:18 [INFO] --- install:3.1.1:install (default-install) @ ditto ---
05:32:18 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto/0-SNAPSHOT/ditto-0-SNAPSHOT.pom
05:32:18 [INFO] 
05:32:18 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto ---
05:32:19 [INFO] 
05:32:19 [INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
05:32:19 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT                        [2/77]
05:32:19 [INFO]   from legal/pom.xml
05:32:19 [INFO] --------------------------------[ jar ]---------------------------------
05:32:19 [INFO] 
05:32:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
05:32: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/legal/target/jacoco.exec
05:32:19 [INFO] 
05:32:19 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
05:32:19 [INFO] Copying 8 resources from  to target/classes
05:32:19 [INFO] 
05:32:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
05:32:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT...
05:32:19 [INFO] 
05:32:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
05:32:19 [INFO] No sources to compile
05:32:19 [INFO] 
05:32:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
05:32:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources
05:32:19 [INFO] 
05:32:19 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
05:32:19 [INFO] No sources to compile
05:32:19 [INFO] 
05:32:19 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
05:32:19 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:32:19 [INFO] Tests are skipped.
05:32:19 [INFO] 
05:32:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
05:32:19 [INFO] 
05:32:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
05:32:19 [INFO] Tests are skipped.
05:32:19 [INFO] 
05:32:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
05:32:19 [INFO] Tests are skipped.
05:32:19 [INFO] 
05:32:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
05:32:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:32:19 [INFO] 
05:32:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-legal ---
05:32:19 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar' is disabled.
05:32:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar
05:32:20 [INFO] 
05:32:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
05:32:20 [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
05:32:20 [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
05:32:20 [INFO] 
05:32:20 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-legal ---
05:32:20 [INFO] 
05:32:20 [INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
05:32:20 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT                          [3/77]
05:32:20 [INFO]   from bom/pom.xml
05:32:20 [INFO] --------------------------------[ pom ]---------------------------------
05:32:20 [INFO] 
05:32:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
05:32: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/bom/target/jacoco.exec
05:32:20 [INFO] 
05:32:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
05:32:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:20 [INFO] The goal is skip due to packaging 'pom'
05:32:20 [INFO] 
05:32:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
05:32:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT...
05:32:20 [INFO] 
05:32:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
05:32:20 [INFO] 
05:32:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
05:32:20 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:32:20 [INFO] 
05:32:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
05:32:20 [INFO] Tests are skipped.
05:32:20 [INFO] 
05:32:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
05:32:20 [INFO] Tests are skipped.
05:32:20 [INFO] 
05:32:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
05:32:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:32:20 [INFO] 
05:32:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-bom ---
05:32:20 [INFO] 
05:32:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
05:32:20 [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
05:32:20 [INFO] 
05:32:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-bom ---
05:32:21 [INFO] 
05:32:21 [INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
05:32:21 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT                        [4/77]
05:32:21 [INFO]   from utils/pom.xml
05:32:21 [INFO] --------------------------------[ pom ]---------------------------------
05:32:21 [INFO] 
05:32:21 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
05:32:21 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:32:21 [INFO] 
05:32:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
05:32: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/utils/target/jacoco.exec
05:32:21 [INFO] 
05:32:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
05:32:21 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:21 [INFO] The goal is skip due to packaging 'pom'
05:32:21 [INFO] 
05:32:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
05:32:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT...
05:32:21 [INFO] 
05:32:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
05:32:21 [INFO] 
05:32:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
05:32:21 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:32:21 [INFO] 
05:32:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
05:32:21 [INFO] Tests are skipped.
05:32:21 [INFO] 
05:32:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
05:32:21 [INFO] Tests are skipped.
05:32:21 [INFO] 
05:32:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
05:32:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:32:21 [INFO] 
05:32:21 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils ---
05:32:21 [INFO] 
05:32:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
05:32:21 [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
05:32:21 [INFO] 
05:32:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils ---
05:32:21 [INFO] 
05:32:21 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
05:32:21 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT  [5/77]
05:32:21 [INFO]   from utils/jsr305/pom.xml
05:32:21 [INFO] --------------------------------[ jar ]---------------------------------
05:32:21 [INFO] 
05:32:21 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
05:32:21 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:32:21 [INFO] 
05:32:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
05:32: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/utils/jsr305/target/jacoco.exec
05:32:21 [INFO] 
05:32:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
05:32:21 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:21 [INFO] All files are up to date, skip goal execution.
05:32:21 [INFO] 
05:32:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
05:32:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources
05:32:21 [INFO] 
05:32:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
05:32:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT...
05:32:21 [INFO] 
05:32:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
05:32:21 [INFO] Changes detected - recompiling the module! :dependency
05:32:21 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
05:32:22 [WARNING] bootstrap class path not set in conjunction with -source 8
05:32:22 [INFO] 
05:32:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
05:32:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources
05:32:22 [INFO] 
05:32:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
05:32:22 [INFO] No sources to compile
05:32:22 [INFO] 
05:32:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
05:32:22 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:32:22 [INFO] Tests are skipped.
05:32:22 [INFO] 
05:32:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
05:32:22 [INFO] 
05:32:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
05:32:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
05:32:22 [INFO] 
05:32:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
05:32:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:32:22 [INFO] Configuration changed, re-generating javadoc.
05:32:23 [WARNING] Javadoc Warnings
05:32:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
05:32:23 [WARNING] ElementType[] value() default {};
05:32:23 [WARNING] ^
05:32:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
05:32:23 [WARNING] ElementType[] value() default {};
05:32:23 [WARNING] ^
05:32:23 [WARNING] 2 warnings
05:32:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
05:32:23 [INFO] 
05:32:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
05:32:23 [INFO] Tests are skipped.
05:32:23 [INFO] 
05:32:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
05:32:23 [INFO] Tests are skipped.
05:32:23 [INFO] 
05:32:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
05:32:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:32:23 [INFO] 
05:32:23 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-jsr305 ---
05:32:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar' is disabled.
05:32:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
05:32:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar' is disabled.
05:32:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
05:32:25 [INFO] 
05:32:25 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
05:32:25 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'.
05:32:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'.
05:32:26 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'.
05:32:26 [INFO] 
05:32:26 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
05:32:26 [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
05:32:26 [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
05:32:26 [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
05:32:26 [INFO] 
05:32:26 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-jsr305 ---
05:32:26 [INFO] 
05:32:26 [INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
05:32:26 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT                         [6/77]
05:32:26 [INFO]   from json/pom.xml
05:32:26 [INFO] -------------------------------[ bundle ]-------------------------------
05:32:26 [INFO] 
05:32:26 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
05:32:26 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:32:26 [INFO] 
05:32:26 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
05:32: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/json/target/jacoco.exec
05:32:26 [INFO] 
05:32:26 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
05:32:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:27 [INFO] All files are up to date, skip goal execution.
05:32:27 [INFO] 
05:32:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
05:32:27 [INFO] Copying 0 resource from src/main/resources to target/classes
05:32:27 [INFO] 
05:32:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
05:32:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT...
05:32:27 [INFO] 
05:32:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
05:32:27 [INFO] Changes detected - recompiling the module! :dependency
05:32:27 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
05:32:28 [WARNING] bootstrap class path not set in conjunction with -source 8
05:32:28 [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.
05:32:28 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
05:32:28 [INFO] 
05:32:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
05:32:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources
05:32:28 [INFO] 
05:32:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
05:32:28 [INFO] Changes detected - recompiling the module! :dependency
05:32:28 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
05:32:30 [WARNING] bootstrap class path not set in conjunction with -source 8
05:32:30 [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;
05:32:30   cast to java.lang.Object for a varargs call
05:32:30   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
05:32:30 [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;
05:32:30   cast to java.lang.String for a varargs call
05:32:30   cast to java.lang.String[] for a non-varargs call and to suppress this warning
05:32:30 [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;
05:32:30   cast to org.eclipse.ditto.json.JsonValue for a varargs call
05:32:30   cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
05:32:30 [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;
05:32:30   cast to org.eclipse.ditto.json.JsonPointer for a varargs call
05:32:30   cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
05:32:30 [INFO] 
05:32:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
05:32:30 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:32:30 [INFO] Tests are skipped.
05:32:30 [INFO] 
05:32:30 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
05:32:31 [INFO] 
05:32:31 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
05:32:31 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
05:32:31 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF
05:32:31 [INFO] 
05:32:31 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
05:32:31 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:32:31 [INFO] Configuration changed, re-generating javadoc.
05:32:34 [WARNING] Javadoc Warnings
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
05:32:34 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
05:32:34 [WARNING] boolean containsFlatteningArrays(CharSequence key);
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeNull() throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
05:32:34 [WARNING] void writeBoolean(boolean state) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeBoolean(boolean state) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
05:32:34 [WARNING] void writeNumber(float number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeNumber(float number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
05:32:34 [WARNING] void writeNumber(double number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeNumber(double number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
05:32:34 [WARNING] void writeNumber(long number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeNumber(long number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
05:32:34 [WARNING] void writeNumber(int number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeNumber(int number) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
05:32:34 [WARNING] void writeString(String text) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeString(String text) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
05:32:34 [WARNING] void writeFieldName(String name) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [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
05:32:34 [WARNING] void writeFieldName(String name) throws IOException;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
05:32:34 [WARNING] @Nullable private final String description;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
05:32:34 [WARNING] private final String errorCode;
05:32:34 [WARNING] ^
05:32:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
05:32:34 [WARNING] @Nullable private final URI href;
05:32:34 [WARNING] ^
05:32:34 [WARNING] 21 warnings
05:32:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
05:32:34 [INFO] 
05:32:34 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
05:32:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
05:32:34 [INFO] 
05:32:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
05:32:34 [INFO] Tests are skipped.
05:32:34 [INFO] 
05:32:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
05:32:34 [INFO] Tests are skipped.
05:32:34 [INFO] 
05:32:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
05:32:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
05:32:34 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
05:32:35 [INFO] 
05:32:35 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json ---
05:32:35 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar' is disabled.
05:32:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
05:32:36 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar' is disabled.
05:32:36 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
05:32:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar' is disabled.
05:32:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
05:32:38 [INFO] 
05:32:38 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
05:32:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'.
05:32:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'.
05:32:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'.
05:32:39 [INFO] 
05:32:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
05:32:39 [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
05:32:39 [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
05:32:39 [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
05:32:39 [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
05:32:39 [INFO] 
05:32:39 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
05:32:39 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
05:32:39 [INFO] Writing OBR metadata
05:32:39 [INFO] 
05:32:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json ---
05:32:40 [INFO] 
05:32:40 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json ---
05:32:40 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:32:40 [INFO] 
05:32:40 [INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
05:32:40 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT                         [7/77]
05:32:40 [INFO]   from base/pom.xml
05:32:40 [INFO] --------------------------------[ pom ]---------------------------------
05:32:40 [INFO] 
05:32:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
05:32: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/base/target/jacoco.exec
05:32:40 [INFO] 
05:32:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
05:32:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:40 [INFO] The goal is skip due to packaging 'pom'
05:32:40 [INFO] 
05:32:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
05:32:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT...
05:32:40 [INFO] 
05:32:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
05:32:40 [INFO] 
05:32:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
05:32:40 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:32:40 [INFO] 
05:32:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
05:32:40 [INFO] Tests are skipped.
05:32:40 [INFO] 
05:32:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
05:32:40 [INFO] Tests are skipped.
05:32:40 [INFO] 
05:32:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
05:32:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:32:40 [INFO] 
05:32:40 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base ---
05:32:40 [INFO] 
05:32:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
05:32:40 [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
05:32:40 [INFO] 
05:32:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base ---
05:32:41 [INFO] 
05:32:41 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
05:32:41 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT                [8/77]
05:32:41 [INFO]   from base/model/pom.xml
05:32:41 [INFO] -------------------------------[ bundle ]-------------------------------
05:32:41 [INFO] 
05:32:41 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
05:32:41 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:32:41 [INFO] 
05:32:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
05:32:41 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
05:32:41 [INFO] 
05:32:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
05:32:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:41 [INFO] All files are up to date, skip goal execution.
05:32:41 [INFO] 
05:32:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
05:32:41 [INFO] Copying 0 resource from src/main/resources to target/classes
05:32:41 [INFO] 
05:32:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
05:32:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT...
05:32:41 [INFO] 
05:32:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
05:32:41 [INFO] Changes detected - recompiling the module! :dependency
05:32:41 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
05:32:43 [WARNING] bootstrap class path not set in conjunction with -source 8
05:32:43 [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.
05:32:43 [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.
05:32:43 [INFO] 
05:32:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
05:32:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources
05:32:43 [INFO] 
05:32:43 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
05:32:43 [INFO] Changes detected - recompiling the module! :dependency
05:32:43 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
05:32:45 [WARNING] bootstrap class path not set in conjunction with -source 8
05:32:45 [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;
05:32:45   cast to java.lang.Object for a varargs call
05:32:45   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
05:32:45 [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.
05:32:45 [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.
05:32:45 [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.
05:32:45 [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.
05:32:45 [INFO] 
05:32:45 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
05:32:45 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:32:45 [INFO] Tests are skipped.
05:32:45 [INFO] 
05:32:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
05:32:45 [INFO] 
05:32:45 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
05:32:46 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
05:32:46 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF
05:32:46 [INFO] 
05:32:46 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
05:32:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:32:46 [INFO] Configuration changed, re-generating javadoc.
05:32:51 [WARNING] Javadoc Warnings
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.namespaces;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.signals;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.signals.announcements;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.signals.commands;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.signals.events;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected boolean canEqual(@Nullable final Object other) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected boolean canEqual(@Nullable final Object other) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected static final String DEFAULT_LIMIT = "-1";
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:194: warning: no comment
05:32:51 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
05:32:51 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
05:32:51 [WARNING] protected final S myself;
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:649: warning: no comment
05:32:51 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:357: warning: no comment
05:32:51 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:298: warning: no comment
05:32:51 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
05:32:51 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:543: warning: no comment
05:32:51 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected static DittoRuntimeException buildExceptionFromJson(
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected boolean canEqual(@Nullable final Object other) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
05:32:51 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected final EntityId entityId;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected final JsonPointer resourcePath;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] BINARY
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] JSON,
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] JSON_MERGE_PATCH,
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] TEXT,
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:257: warning: no comment
05:32:51 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:261: warning: no comment
05:32:51 [WARNING] public String getSuffix() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:265: warning: no comment
05:32:51 [WARNING] public Duration getJavaDuration(final long amount) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:269: warning: no comment
05:32:51 [WARNING] public ChronoUnit getChronoUnit() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:221: warning: no comment
05:32:51 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
05:32:51 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
05:32:51 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
05:32:51 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:223: warning: no comment
05:32:51 [WARNING] MONTHS("mo", months -> ofPeriodGreaterThanDays(Period.ofMonths((int) months)), ChronoUnit.MONTHS),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
05:32:51 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
05:32:51 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:222: warning: no comment
05:32:51 [WARNING] WEEKS("w", weeks -> ofPeriodGreaterThanDays(Period.ofWeeks((int) weeks)), ChronoUnit.WEEKS),
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:224: warning: no comment
05:32:51 [WARNING] YEARS("y", years -> ofPeriodGreaterThanDays(Period.ofYears((int) years)), ChronoUnit.YEARS);
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
05:32:51 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
05:32:51 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
05:32:51 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public boolean isEmpty() {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public Stream<EntityTagMatcher> stream() {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
05:32:51 [WARNING] public int getCode() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
05:32:51 [WARNING] public boolean isClientError() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
05:32:51 [WARNING] public boolean isInformational() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
05:32:51 [WARNING] public boolean isRedirection() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
05:32:51 [WARNING] public boolean isServerError() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
05:32:51 [WARNING] public boolean isSuccess() {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected NoControlCharactersValidator(final CharSequence id) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public Builder(final JsonPointer path) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public final class RegexPatterns {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> FILTER =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
05:32:51 [WARNING] public Builder() {
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
05:32:51 [WARNING] @Nullable private final String invalidHeaderKey;
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
05:32:51 [WARNING] @Nullable private final String notSupportedHeaderKey;
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
05:32:51 [WARNING] private final String description;
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
05:32:51 [WARNING] private final String errorCode;
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
05:32:51 [WARNING] private final URI href;
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
05:32:51 [WARNING] private final HttpStatus httpStatus;
05:32:51 [WARNING] ^
05:32:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
05:32:51 [WARNING] private final String entityId;
05:32:51 [WARNING] ^
05:32:51 [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
05:32:51 [WARNING] private final T resource;
05:32:51 [WARNING] ^
05:32:51 [WARNING] 88 warnings
05:32:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
05:32:51 [INFO] 
05:32:51 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
05:32:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
05:32:51 [INFO] 
05:32:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
05:32:51 [INFO] Tests are skipped.
05:32:51 [INFO] 
05:32:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
05:32:51 [INFO] Tests are skipped.
05:32:51 [INFO] 
05:32:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
05:32:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
05:32:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
05:32:52 [INFO] 
05:32:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-model ---
05:32:52 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar' is disabled.
05:32:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
05:32:53 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:32:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
05:32:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar' is disabled.
05:32:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
05:32:55 [INFO] 
05:32:55 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
05:32:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'.
05:32:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'.
05:32:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'.
05:32:56 [INFO] 
05:32:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model ---
05:32:56 [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
05:32:56 [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
05:32:56 [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
05:32:56 [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
05:32:56 [INFO] 
05:32:56 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model ---
05:32:56 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar
05:32:56 [INFO] Writing OBR metadata
05:32:56 [INFO] 
05:32:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-model ---
05:32:56 [INFO] 
05:32:56 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-base-model ---
05:32:56 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:32:56 [INFO] 
05:32:56 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------
05:32:56 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT                  [9/77]
05:32:56 [INFO]   from base/api/pom.xml
05:32:56 [INFO] --------------------------------[ jar ]---------------------------------
05:32:56 [INFO] 
05:32:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
05:32: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/base/api/target/jacoco.exec
05:32:56 [INFO] 
05:32:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api ---
05:32:56 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:32:56 [INFO] All files are up to date, skip goal execution.
05:32:56 [INFO] 
05:32:56 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api ---
05:32:56 [INFO] Copying 0 resource from src/main/resources to target/classes
05:32:56 [INFO] 
05:32:56 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api ---
05:32:56 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT...
05:32:56 [INFO] 
05:32:56 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api ---
05:32:56 [INFO] Changes detected - recompiling the module! :dependency
05:32:56 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes
05:32:57 [INFO] 
05:32:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api ---
05:32:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources
05:32:57 [INFO] 
05:32:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api ---
05:32:57 [INFO] Changes detected - recompiling the module! :dependency
05:32:57 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
05:32:57 [INFO] 
05:32:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api ---
05:32:57 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:32:57 [INFO] Tests are skipped.
05:32:57 [INFO] 
05:32:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api ---
05:32:57 [INFO] 
05:32:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api ---
05:32:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar
05:32:57 [INFO] 
05:32:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api ---
05:32:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:32:57 [INFO] Configuration changed, re-generating javadoc.
05:33:00 [WARNING] Javadoc Warnings
05:33:00 [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
05:33:00 [WARNING] package org.eclipse.ditto.base.api.commands.sudo;
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] package org.eclipse.ditto.base.api.common;
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] package org.eclipse.ditto.base.api.common.purge;
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] package org.eclipse.ditto.base.api.devops;
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands;
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] package org.eclipse.ditto.base.api.persistence;
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup;
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG =
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers);
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] public static String getTopic(final EntityType entityType) {
05:33:00 [WARNING] ^
05:33:00 [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
05:33:00 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS =
05:33:00 [WARNING] ^
05:33:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment
05:33:00 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason",
05:33:00 [WARNING] ^
05:33:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return
05:33:00 [WARNING] public abstract String getPubSubTopic();
05:33:00 [WARNING] ^
05:33:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment
05:33:00 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) {
05:33:00 [WARNING] ^
05:33:00 [WARNING] 16 warnings
05:33:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar
05:33:00 [INFO] 
05:33:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api ---
05:33:00 [INFO] Tests are skipped.
05:33:00 [INFO] 
05:33:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api ---
05:33:00 [INFO] Tests are skipped.
05:33:00 [INFO] 
05:33:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api ---
05:33:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec
05:33:00 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes
05:33:00 [INFO] 
05:33:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-api ---
05:33:00 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar' is disabled.
05:33:00 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar
05:33:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar' is disabled.
05:33:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar
05:33:02 [INFO] 
05:33:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api ---
05:33:02 [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
05:33:02 [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
05:33:02 [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
05:33:02 [INFO] 
05:33:02 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-api ---
05:33:03 [INFO] 
05:33:03 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------
05:33:03 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT                    [10/77]
05:33:03 [INFO]   from internal/pom.xml
05:33:03 [INFO] --------------------------------[ pom ]---------------------------------
05:33:03 [INFO] 
05:33:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
05:33: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/target/jacoco.exec
05:33:03 [INFO] 
05:33:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal ---
05:33:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:03 [INFO] The goal is skip due to packaging 'pom'
05:33:03 [INFO] 
05:33:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal ---
05:33:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT...
05:33:03 [INFO] 
05:33:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal ---
05:33:03 [INFO] 
05:33:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal ---
05:33:03 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:33:03 [INFO] 
05:33:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal ---
05:33:03 [INFO] Tests are skipped.
05:33:03 [INFO] 
05:33:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal ---
05:33:03 [INFO] Tests are skipped.
05:33:03 [INFO] 
05:33:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal ---
05:33:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:33:03 [INFO] 
05:33:03 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal ---
05:33:03 [INFO] 
05:33:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal ---
05:33:03 [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
05:33:03 [INFO] 
05:33:03 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal ---
05:33:03 [INFO] 
05:33:03 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >---------------
05:33:03 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT           [11/77]
05:33:03 [INFO]   from internal/utils/pom.xml
05:33:03 [INFO] --------------------------------[ pom ]---------------------------------
05:33:03 [INFO] 
05:33:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
05:33: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/target/jacoco.exec
05:33:03 [INFO] 
05:33:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils ---
05:33:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:03 [INFO] The goal is skip due to packaging 'pom'
05:33:03 [INFO] 
05:33:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils ---
05:33:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT...
05:33:03 [INFO] 
05:33:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils ---
05:33:03 [INFO] 
05:33:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils ---
05:33:03 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:33:03 [INFO] 
05:33:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils ---
05:33:03 [INFO] Tests are skipped.
05:33:03 [INFO] 
05:33:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils ---
05:33:03 [INFO] Tests are skipped.
05:33:03 [INFO] 
05:33:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils ---
05:33:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:33:03 [INFO] 
05:33:03 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils ---
05:33:03 [INFO] 
05:33:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils ---
05:33:03 [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
05:33:03 [INFO] 
05:33:03 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils ---
05:33:03 [INFO] 
05:33:03 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------
05:33:03 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77]
05:33:03 [INFO]   from internal/utils/config/pom.xml
05:33:03 [INFO] --------------------------------[ jar ]---------------------------------
05:33:03 [INFO] 
05:33:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
05:33: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
05:33:03 [INFO] 
05:33:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config ---
05:33:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:03 [INFO] All files are up to date, skip goal execution.
05:33:03 [INFO] 
05:33:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config ---
05:33:03 [INFO] Copying 1 resource from src/main/resources to target/classes
05:33:03 [INFO] Copying 16 resources from src/main/resources to target/classes
05:33:03 [INFO] 
05:33:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config ---
05:33:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT...
05:33:03 [INFO] 
05:33:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config ---
05:33:03 [INFO] Changes detected - recompiling the module! :dependency
05:33:03 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
05:33:04 [INFO] 
05:33:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config ---
05:33:04 [INFO] Copying 6 resources from src/test/resources to target/test-classes
05:33:04 [INFO] 
05:33:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config ---
05:33:04 [INFO] Changes detected - recompiling the module! :dependency
05:33:04 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
05:33:04 [INFO] 
05:33:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config ---
05:33:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:04 [INFO] Tests are skipped.
05:33:04 [INFO] 
05:33:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config ---
05:33:04 [INFO] 
05:33:04 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config ---
05:33:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar
05:33:04 [INFO] 
05:33:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config ---
05:33:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:04 [INFO] Configuration changed, re-generating javadoc.
05:33:06 [WARNING] Javadoc Warnings
05:33:06 [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
05:33:06 [WARNING] package org.eclipse.ditto.internal.utils.config;
05:33:06 [WARNING] ^
05:33:06 [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
05:33:06 [WARNING] package org.eclipse.ditto.internal.utils.config.raw;
05:33:06 [WARNING] ^
05:33:06 [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
05:33:06 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions";
05:33:06 [WARNING] ^
05:33:06 [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
05:33:06 [WARNING] static Config dittoExtension(final Config config) {
05:33:06 [WARNING] ^
05:33:06 [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
05:33:06 [WARNING] static Config getOrEmpty(final Config config, final String path) {
05:33:06 [WARNING] ^
05:33:06 [WARNING] 5 warnings
05:33:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
05:33:06 [INFO] 
05:33:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config ---
05:33:06 [INFO] Tests are skipped.
05:33:06 [INFO] 
05:33:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config ---
05:33:06 [INFO] Tests are skipped.
05:33:06 [INFO] 
05:33:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config ---
05:33:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec
05:33:06 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes
05:33:06 [INFO] 
05:33:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-config ---
05:33:06 [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.
05:33:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar
05:33:07 [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.
05:33:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
05:33:08 [INFO] 
05:33:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config ---
05:33:08 [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
05:33:08 [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
05:33:08 [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
05:33:08 [INFO] 
05:33:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-config ---
05:33:08 [INFO] 
05:33:08 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >-----------
05:33:08 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77]
05:33:08 [INFO]   from internal/utils/metrics/pom.xml
05:33:08 [INFO] --------------------------------[ jar ]---------------------------------
05:33:08 [INFO] 
05:33:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
05:33:08 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec
05:33:08 [INFO] 
05:33:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics ---
05:33:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:08 [INFO] All files are up to date, skip goal execution.
05:33:08 [INFO] 
05:33:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics ---
05:33:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources
05:33:08 [INFO] 
05:33:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics ---
05:33:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT...
05:33:08 [INFO] 
05:33:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics ---
05:33:08 [INFO] Changes detected - recompiling the module! :dependency
05:33:08 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes
05:33:09 [INFO] 
05:33:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics ---
05:33:09 [INFO] Copying 3 resources from src/test/resources to target/test-classes
05:33:09 [INFO] 
05:33:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics ---
05:33:09 [INFO] Changes detected - recompiling the module! :dependency
05:33:09 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
05:33:09 [INFO] 
05:33:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics ---
05:33:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:09 [INFO] Tests are skipped.
05:33:09 [INFO] 
05:33:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics ---
05:33:09 [INFO] 
05:33:09 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics ---
05:33:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar
05:33:09 [INFO] 
05:33:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics ---
05:33:09 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:09 [INFO] Configuration changed, re-generating javadoc.
05:33:11 [WARNING] Javadoc Warnings
05:33:11 [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
05:33:11 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config;
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments;
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter;
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge;
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram;
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag;
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer;
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config,
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config,
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] public static KamonCounter newCounter(final String name) {
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] public static Gauge newGauge(final String name) {
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] public static Histogram newHistogram(final String name) {
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler);
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] public static PreparedTimer newTimer(final String name) {
05:33:11 [WARNING] ^
05:33:11 [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
05:33:11 [WARNING] public static PreparedTimer newTimer(final String name) {
05:33:11 [WARNING] ^
05:33:11 [WARNING] 15 warnings
05:33:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
05:33:11 [INFO] 
05:33:11 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics ---
05:33:11 [INFO] Tests are skipped.
05:33:11 [INFO] 
05:33:11 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics ---
05:33:11 [INFO] Tests are skipped.
05:33:11 [INFO] 
05:33:11 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics ---
05:33:11 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec
05:33:11 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes
05:33:12 [INFO] 
05:33:12 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-metrics ---
05:33:12 [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.
05:33:12 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar
05:33:12 [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.
05:33:12 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
05:33:13 [INFO] 
05:33:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics ---
05:33:13 [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
05:33:13 [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
05:33:13 [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
05:33:13 [INFO] 
05:33:13 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-metrics ---
05:33:14 [INFO] 
05:33:14 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >----------------
05:33:14 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT             [14/77]
05:33:14 [INFO]   from utils/result/pom.xml
05:33:14 [INFO] --------------------------------[ jar ]---------------------------------
05:33:14 [INFO] 
05:33:14 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
05:33:14 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:33:14 [INFO] 
05:33:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
05:33: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/utils/result/target/jacoco.exec
05:33:14 [INFO] 
05:33:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result ---
05:33:14 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:14 [INFO] All files are up to date, skip goal execution.
05:33:14 [INFO] 
05:33:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result ---
05:33:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources
05:33:14 [INFO] 
05:33:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result ---
05:33:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT...
05:33:14 [INFO] 
05:33:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result ---
05:33:14 [INFO] Changes detected - recompiling the module! :dependency
05:33:14 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
05:33:14 [INFO] 
05:33:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result ---
05:33:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources
05:33:14 [INFO] 
05:33:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result ---
05:33:14 [INFO] Changes detected - recompiling the module! :dependency
05:33:14 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:33:14 [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.
05:33:14 [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.
05:33:14 [INFO] 
05:33:14 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result ---
05:33:14 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:14 [INFO] Tests are skipped.
05:33:14 [INFO] 
05:33:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result ---
05:33:14 [INFO] 
05:33:14 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result ---
05:33:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar
05:33:14 [INFO] 
05:33:14 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result ---
05:33:14 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:14 [INFO] Configuration changed, re-generating javadoc.
05:33:15 [WARNING] Javadoc Warnings
05:33:15 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment
05:33:15 [WARNING] package org.eclipse.ditto.utils.result;
05:33:15 [WARNING] ^
05:33:15 [WARNING] 1 warning
05:33:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar
05:33:15 [INFO] 
05:33:15 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result ---
05:33:15 [INFO] Tests are skipped.
05:33:15 [INFO] 
05:33:15 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result ---
05:33:15 [INFO] Tests are skipped.
05:33:15 [INFO] 
05:33:15 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result ---
05:33:15 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec
05:33:15 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes
05:33:15 [INFO] 
05:33:15 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-utils-result ---
05:33:15 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar' is disabled.
05:33:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar
05:33:16 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar' is disabled.
05:33:16 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar
05:33:17 [INFO] 
05:33:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result ---
05:33:17 [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
05:33:17 [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
05:33:17 [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
05:33:17 [INFO] 
05:33:17 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-utils-result ---
05:33:17 [INFO] 
05:33:17 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >-----------
05:33:17 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77]
05:33:17 [INFO]   from internal/utils/tracing/pom.xml
05:33:17 [INFO] --------------------------------[ jar ]---------------------------------
05:33:17 [INFO] 
05:33:17 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
05:33:17 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec
05:33:17 [INFO] 
05:33:17 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing ---
05:33:17 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:17 [INFO] All files are up to date, skip goal execution.
05:33:17 [INFO] 
05:33:17 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing ---
05:33:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources
05:33:17 [INFO] 
05:33:17 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing ---
05:33:17 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT...
05:33:17 [INFO] 
05:33:17 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing ---
05:33:17 [INFO] Changes detected - recompiling the module! :dependency
05:33:17 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
05:33:18 [INFO] 
05:33:18 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing ---
05:33:18 [INFO] Changes detected - recompiling the module! :dependency
05:33:18 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
05:33:18 [INFO] 
05:33:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing ---
05:33:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources
05:33:18 [INFO] 
05:33:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing ---
05:33:18 [INFO] Changes detected - recompiling the module! :dependency
05:33:18 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
05:33:18 [INFO] 
05:33:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing ---
05:33:18 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:18 [INFO] Tests are skipped.
05:33:18 [INFO] 
05:33:18 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing ---
05:33:18 [INFO] 
05:33:18 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing ---
05:33:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar
05:33:18 [INFO] 
05:33:18 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing ---
05:33:18 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:18 [INFO] Configuration changed, re-generating javadoc.
05:33:20 [WARNING] Javadoc Warnings
05:33:20 [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
05:33:20 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config;
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter;
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span;
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error");
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success");
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel");
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID =
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE =
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID =
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId");
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode");
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME =
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path");
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type");
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public abstract Tag getTagForValue(T value);
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] Map<String, String> propagateContext(Map<String, String> map);
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public URI getTraceUri() {
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static String metricizeTraceUri(final String traceUri) {
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static String metricizeTraceUri(final String traceUri) {
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static String normalizePath(final String path) {
05:33:20 [WARNING] ^
05:33:20 [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
05:33:20 [WARNING] public static String normalizePath(final String path) {
05:33:20 [WARNING] ^
05:33:20 [WARNING] 21 warnings
05:33:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
05:33:20 [INFO] 
05:33:20 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing ---
05:33:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
05:33:20 [INFO] 
05:33:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing ---
05:33:20 [INFO] Tests are skipped.
05:33:20 [INFO] 
05:33:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing ---
05:33:20 [INFO] Tests are skipped.
05:33:20 [INFO] 
05:33:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing ---
05:33:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec
05:33:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes
05:33:20 [INFO] 
05:33:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-tracing ---
05:33:20 [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.
05:33:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar
05:33:21 [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.
05:33:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
05:33:22 [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.
05:33:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
05:33:23 [INFO] 
05:33:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing ---
05:33:23 [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
05:33:23 [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
05:33:23 [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
05:33:23 [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
05:33:23 [INFO] 
05:33:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-tracing ---
05:33:23 [INFO] 
05:33:23 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >---------------
05:33:23 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT          [16/77]
05:33:23 [INFO]   from internal/models/pom.xml
05:33:23 [INFO] --------------------------------[ pom ]---------------------------------
05:33:23 [INFO] 
05:33:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
05:33: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/target/jacoco.exec
05:33:23 [INFO] 
05:33:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models ---
05:33:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:23 [INFO] The goal is skip due to packaging 'pom'
05:33:23 [INFO] 
05:33:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models ---
05:33:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT...
05:33:23 [INFO] 
05:33:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models ---
05:33:23 [INFO] 
05:33:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models ---
05:33:23 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:33:23 [INFO] 
05:33:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models ---
05:33:23 [INFO] Tests are skipped.
05:33:23 [INFO] 
05:33:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models ---
05:33:23 [INFO] Tests are skipped.
05:33:23 [INFO] 
05:33:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models ---
05:33:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:33:23 [INFO] 
05:33:23 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models ---
05:33:23 [INFO] 
05:33:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models ---
05:33:23 [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
05:33:23 [INFO] 
05:33:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models ---
05:33:23 [INFO] 
05:33:23 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >----------
05:33:23 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77]
05:33:23 [INFO]   from internal/models/streaming/pom.xml
05:33:23 [INFO] --------------------------------[ jar ]---------------------------------
05:33:23 [INFO] 
05:33:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
05:33: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/streaming/target/jacoco.exec
05:33:23 [INFO] 
05:33:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming ---
05:33:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:23 [INFO] All files are up to date, skip goal execution.
05:33:23 [INFO] 
05:33:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming ---
05:33:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources
05:33:23 [INFO] 
05:33:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming ---
05:33:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT...
05:33:23 [INFO] 
05:33:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming ---
05:33:23 [INFO] Changes detected - recompiling the module! :dependency
05:33:23 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
05:33:23 [INFO] 
05:33:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming ---
05:33:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources
05:33:23 [INFO] 
05:33:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming ---
05:33:23 [INFO] Changes detected - recompiling the module! :dependency
05:33:23 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
05:33:24 [INFO] 
05:33:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming ---
05:33:24 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:24 [INFO] Tests are skipped.
05:33:24 [INFO] 
05:33:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming ---
05:33:24 [INFO] 
05:33:24 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming ---
05:33:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar
05:33:24 [INFO] 
05:33:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming ---
05:33:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:24 [INFO] Configuration changed, re-generating javadoc.
05:33:25 [WARNING] Javadoc Warnings
05:33:25 [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
05:33:25 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) {
05:33:25 [WARNING] ^
05:33:25 [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
05:33:25 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:33:25 [WARNING] ^
05:33:25 [WARNING] 2 warnings
05:33:25 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
05:33:25 [INFO] 
05:33:25 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming ---
05:33:25 [INFO] Tests are skipped.
05:33:25 [INFO] 
05:33:25 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming ---
05:33:25 [INFO] Tests are skipped.
05:33:25 [INFO] 
05:33:25 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming ---
05:33:25 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec
05:33:25 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes
05:33:25 [INFO] 
05:33:25 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-streaming ---
05:33:25 [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.
05:33:25 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar
05:33:26 [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.
05:33:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
05:33:27 [INFO] 
05:33:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming ---
05:33:27 [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
05:33:27 [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
05:33:27 [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
05:33:27 [INFO] 
05:33:27 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-streaming ---
05:33:28 [INFO] 
05:33:28 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------
05:33:28 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT  [18/77]
05:33:28 [INFO]   from internal/utils/pekko/pom.xml
05:33:28 [INFO] --------------------------------[ jar ]---------------------------------
05:33:28 [INFO] 
05:33:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
05:33: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/pekko/target/jacoco.exec
05:33:28 [INFO] 
05:33:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko ---
05:33:28 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:28 [INFO] All files are up to date, skip goal execution.
05:33:28 [INFO] 
05:33:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko ---
05:33:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources
05:33:28 [INFO] 
05:33:28 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko ---
05:33: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
05:33:29 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ...
05:33:33 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
05:33:33 [WARNING] one warning found
05:33:36 [INFO] NoPosition: Note: Some input files use or override a deprecated API.
05:33:36 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
05:33:36 [INFO] done compiling
05:33:37 [INFO] compile in 8.7 s
05:33:37 [INFO] 
05:33:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko ---
05:33:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT...
05:33:37 [INFO] 
05:33:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko ---
05:33:37 [INFO] Changes detected - recompiling the module! :dependency
05:33:37 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
05:33:37 [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.
05:33:37 [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.
05:33:37 [INFO] 
05:33:37 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko ---
05:33: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
05:33:37 [INFO] compile in 0.1 s
05:33:37 [INFO] 
05:33:37 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko ---
05:33:37 [INFO] Changes detected - recompiling the module! :dependency
05:33:37 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
05:33:38 [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.
05:33:38 [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.
05:33:38 [INFO] 
05:33:38 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko ---
05:33:38 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:33:38 [INFO] 
05:33:38 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko ---
05:33:38 [INFO] Changes detected - recompiling the module! :dependency
05:33:38 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes
05:33:39 [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.
05:33:39 [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.
05:33:39 [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.
05:33:39 [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.
05:33:39 [INFO] 
05:33:39 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko ---
05:33:39 [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
05:33:39 [INFO] compile in 0.0 s
05:33:39 [INFO] 
05:33:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko ---
05:33:39 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:39 [INFO] Tests are skipped.
05:33:39 [INFO] 
05:33:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko ---
05:33:39 [INFO] 
05:33:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko ---
05:33:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar
05:33:39 [INFO] 
05:33:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko ---
05:33:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:39 [INFO] Configuration changed, re-generating javadoc.
05:33:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
05:33:41 [INFO] 
05:33:41 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko ---
05:33:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
05:33:41 [INFO] 
05:33:41 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko ---
05:33:41 [INFO] Tests are skipped.
05:33:41 [INFO] 
05:33:41 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko ---
05:33:41 [INFO] Tests are skipped.
05:33:41 [INFO] 
05:33:41 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko ---
05:33:41 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec
05:33:41 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes
05:33:41 [INFO] 
05:33:41 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pekko ---
05:33:41 [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.
05:33:41 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar
05:33:43 [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.
05:33:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
05:33:45 [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.
05:33:45 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
05:33:46 [INFO] 
05:33:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko ---
05:33:46 [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
05:33:46 [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
05:33:46 [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
05:33:46 [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
05:33:46 [INFO] 
05:33:46 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pekko ---
05:33:46 [INFO] 
05:33:46 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------
05:33:46 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77]
05:33:46 [INFO]   from internal/utils/health/pom.xml
05:33:46 [INFO] --------------------------------[ jar ]---------------------------------
05:33:46 [INFO] 
05:33:46 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
05:33: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/health/target/jacoco.exec
05:33:46 [INFO] 
05:33:46 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health ---
05:33:46 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:46 [INFO] All files are up to date, skip goal execution.
05:33:46 [INFO] 
05:33:46 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health ---
05:33:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources
05:33:46 [INFO] 
05:33:46 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health ---
05:33:46 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT...
05:33:46 [INFO] 
05:33:46 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health ---
05:33:46 [INFO] Changes detected - recompiling the module! :dependency
05:33:46 [INFO] Compiling 35 source files with javac [debug target 17] to target/classes
05:33:46 [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.
05:33:46 [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.
05:33:46 [INFO] 
05:33:46 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health ---
05:33:46 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:33:46 [INFO] 
05:33:46 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health ---
05:33:46 [INFO] Changes detected - recompiling the module! :dependency
05:33:46 [INFO] Compiling 12 source files with javac [debug target 17] to target/test-classes
05:33:47 [INFO] 
05:33:47 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health ---
05:33:47 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:47 [INFO] Tests are skipped.
05:33:47 [INFO] 
05:33:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health ---
05:33:47 [INFO] 
05:33:47 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health ---
05:33:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar
05:33:47 [INFO] 
05:33:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health ---
05:33:47 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:47 [INFO] Configuration changed, re-generating javadoc.
05:33:50 [WARNING] Javadoc Warnings
05:33: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
05:33:50 [WARNING] package org.eclipse.ditto.internal.utils.health;
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] package org.eclipse.ditto.internal.utils.health.config;
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] protected void shutdownStream(final Shutdown shutdown) {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] default StatusDetailMessage.Level level() {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] String name();
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this);
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] public final StatusInfo getHealth() {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] public Level getLevel() {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] public JsonValue getMessage() {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] public static StatusDetailMessage of(final Level level, final String message) {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) {
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] ERROR;
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] INFO,
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] WARN,
05:33:50 [WARNING] ^
05:33: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
05:33:50 [WARNING] public static final Level DEFAULT = INFO;
05:33:50 [WARNING] ^
05:33:50 [WARNING] 18 warnings
05:33:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
05:33:50 [INFO] 
05:33:50 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health ---
05:33:50 [INFO] Tests are skipped.
05:33:50 [INFO] 
05:33:50 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health ---
05:33:50 [INFO] Tests are skipped.
05:33:50 [INFO] 
05:33:50 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health ---
05:33:50 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec
05:33:50 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 35 classes
05:33:50 [INFO] 
05:33:50 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-health ---
05:33:50 [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.
05:33:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar
05:33:51 [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.
05:33:51 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
05:33:52 [INFO] 
05:33:52 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health ---
05:33:52 [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
05:33:52 [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
05:33:52 [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
05:33:52 [INFO] 
05:33:52 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-health ---
05:33:53 [INFO] 
05:33:53 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------
05:33:53 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT                   [20/77]
05:33:53 [INFO]   from json-cbor/pom.xml
05:33:53 [INFO] -------------------------------[ bundle ]-------------------------------
05:33:53 [INFO] 
05:33:53 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
05:33:53 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:33:53 [INFO] 
05:33:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
05:33: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
05:33:53 [INFO] 
05:33:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor ---
05:33:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:53 [INFO] All files are up to date, skip goal execution.
05:33:53 [INFO] 
05:33:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor ---
05:33:53 [INFO] Copying 1 resource from src/main/resources to target/classes
05:33:53 [INFO] 
05:33:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor ---
05:33:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT...
05:33:53 [INFO] 
05:33:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor ---
05:33:53 [INFO] Changes detected - recompiling the module! :dependency
05:33:53 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
05:33:53 [WARNING] bootstrap class path not set in conjunction with -source 8
05:33: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.
05:33: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.
05:33:53 [INFO] 
05:33:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor ---
05:33:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources
05:33:53 [INFO] 
05:33:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor ---
05:33:53 [INFO] Changes detected - recompiling the module! :dependency
05:33:53 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
05:33:53 [WARNING] bootstrap class path not set in conjunction with -source 8
05:33:53 [INFO] 
05:33:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor ---
05:33:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:33:53 [INFO] Tests are skipped.
05:33:53 [INFO] 
05:33:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor ---
05:33:53 [INFO] 
05:33:53 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor ---
05:33:53 [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)
05:33:53 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar
05:33:53 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF
05:33:53 [INFO] 
05:33:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor ---
05:33:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:33:53 [INFO] Configuration changed, re-generating javadoc.
05:33:55 [WARNING] Javadoc Warnings
05:33:55 [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
05:33:55 [WARNING] public static String toHexString(final byte[] array) throws IOException {
05:33:55 [WARNING] ^
05:33:55 [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
05:33:55 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException {
05:33:55 [WARNING] ^
05:33:55 [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
05:33:55 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException {
05:33:55 [WARNING] ^
05:33:55 [WARNING] 3 warnings
05:33:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
05:33:55 [INFO] 
05:33:55 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor ---
05:33:55 [INFO] Tests are skipped.
05:33:55 [INFO] 
05:33:55 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor ---
05:33:55 [INFO] Tests are skipped.
05:33:55 [INFO] 
05:33:55 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor ---
05:33:55 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec
05:33:55 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes
05:33:55 [INFO] 
05:33:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-json-cbor ---
05:33:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar' is disabled.
05:33:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar
05:33:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar' is disabled.
05:33:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
05:33:56 [INFO] 
05:33:56 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor ---
05:33:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'.
05:33:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'.
05:33:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'.
05:33:56 [INFO] 
05:33:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor ---
05:33: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
05:33: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
05:33: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
05:33:56 [INFO] 
05:33:56 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor ---
05:33:56 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar
05:33:56 [INFO] Writing OBR metadata
05:33:56 [INFO] 
05:33:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-json-cbor ---
05:33:57 [INFO] 
05:33:57 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-json-cbor ---
05:33:57 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:33:57 [INFO] 
05:33:57 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------
05:33:57 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT                    [21/77]
05:33:57 [INFO]   from policies/pom.xml
05:33:57 [INFO] --------------------------------[ pom ]---------------------------------
05:33:57 [INFO] 
05:33:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
05:33: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/policies/target/jacoco.exec
05:33:57 [INFO] 
05:33:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies ---
05:33:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:57 [INFO] The goal is skip due to packaging 'pom'
05:33:57 [INFO] 
05:33:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies ---
05:33:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT...
05:33:57 [INFO] 
05:33:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies ---
05:33:57 [INFO] 
05:33:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies ---
05:33:57 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:33:57 [INFO] 
05:33:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies ---
05:33:57 [INFO] Tests are skipped.
05:33:57 [INFO] 
05:33:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies ---
05:33:57 [INFO] Tests are skipped.
05:33:57 [INFO] 
05:33:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies ---
05:33:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:33:57 [INFO] 
05:33:57 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies ---
05:33:57 [INFO] 
05:33:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies ---
05:33:57 [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
05:33:57 [INFO] 
05:33:57 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies ---
05:33:57 [INFO] 
05:33:57 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >---------------
05:33:57 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT           [22/77]
05:33:57 [INFO]   from policies/model/pom.xml
05:33:57 [INFO] -------------------------------[ bundle ]-------------------------------
05:33:57 [INFO] 
05:33:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
05:33:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:33:57 [INFO] 
05:33:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
05:33: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/policies/model/target/jacoco.exec
05:33:57 [INFO] 
05:33:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model ---
05:33:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:33:57 [INFO] All files are up to date, skip goal execution.
05:33:57 [INFO] 
05:33:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model ---
05:33:57 [INFO] Copying 0 resource from src/main/resources to target/classes
05:33:57 [INFO] 
05:33:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model ---
05:33:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT...
05:33:57 [INFO] 
05:33:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model ---
05:33:57 [INFO] Changes detected - recompiling the module! :dependency
05:33:57 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes
05:34:00 [WARNING] bootstrap class path not set in conjunction with -source 8
05:34:00 [INFO] 
05:34:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model ---
05:34:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources
05:34:00 [INFO] 
05:34:00 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model ---
05:34:00 [INFO] Changes detected - recompiling the module! :dependency
05:34:00 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes
05:34:06 [WARNING] bootstrap class path not set in conjunction with -source 8
05:34:06 [WARNING] Implicitly compiled files were not subject to annotation processing.
05:34:06   Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
05:34:06 [INFO] 
05:34:06 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model ---
05:34:06 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:34:06 [INFO] Tests are skipped.
05:34:06 [INFO] 
05:34:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model ---
05:34:06 [INFO] 
05:34:06 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model ---
05:34:06 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar
05:34:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF
05:34:07 [INFO] 
05:34:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model ---
05:34:07 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:34:07 [INFO] Configuration changed, re-generating javadoc.
05:34:13 [WARNING] Javadoc Warnings
05:34:13 [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
05:34:13 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements;
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] package org.eclipse.ditto.policies.model.signals.commands;
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions;
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions;
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify;
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query;
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] package org.eclipse.ditto.policies.model.signals.events;
05:34:13 [WARNING] ^
05:34:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment
05:34:13 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId,
05:34:13 [WARNING] ^
05:34:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment
05:34:13 [WARNING] public String getName() {
05:34:13 [WARNING] ^
05:34:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment
05:34:13 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10"));
05:34:13 [WARNING] ^
05:34:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment
05:34:13 [WARNING] default CompletionStage<Policy> withResolvedImports(
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES =
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY =
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) {
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT =
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS =
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) {
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) {
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_ENTRIES,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_ENTRY,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_ENTRY_RESOURCE,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_ENTRY_RESOURCES,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_ENTRY_SUBJECT;
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_ENTRY_SUBJECTS,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_IMPORT,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] POLICY_IMPORTS,
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY =
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified>
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES =
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final String POLICY_IMPORT = "policyImport";
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS =
05:34:13 [WARNING] ^
05:34:13 [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
05:34:13 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS =
05:34:13 [WARNING] ^
05:34:13 [WARNING] 36 warnings
05:34:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar
05:34:13 [INFO] 
05:34:13 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model ---
05:34:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar
05:34:14 [INFO] 
05:34:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model ---
05:34:14 [INFO] Tests are skipped.
05:34:14 [INFO] 
05:34:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model ---
05:34:14 [INFO] Tests are skipped.
05:34:14 [INFO] 
05:34:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model ---
05:34:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec
05:34:14 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes
05:34:14 [INFO] 
05:34:14 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-model ---
05:34:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar' is disabled.
05:34:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar
05:34:16 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:34:16 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar
05:34:17 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar' is disabled.
05:34:17 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar
05:34:18 [INFO] 
05:34:18 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model ---
05:34:18 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'.
05:34:18 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'.
05:34:18 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'.
05:34:18 [INFO] 
05:34:18 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model ---
05:34:18 [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
05:34:18 [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
05:34:18 [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
05:34:18 [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
05:34:18 [INFO] 
05:34:18 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model ---
05:34:18 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar
05:34:18 [INFO] Writing OBR metadata
05:34:18 [INFO] 
05:34:18 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-model ---
05:34:19 [INFO] 
05:34:19 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-policies-model ---
05:34:19 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:34:19 [INFO] 
05:34:19 [INFO] -------------------< org.eclipse.ditto:ditto-things >-------------------
05:34:19 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT                      [23/77]
05:34:19 [INFO]   from things/pom.xml
05:34:19 [INFO] --------------------------------[ pom ]---------------------------------
05:34:19 [INFO] 
05:34:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
05:34: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/things/target/jacoco.exec
05:34:19 [INFO] 
05:34:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things ---
05:34:19 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:34:19 [INFO] The goal is skip due to packaging 'pom'
05:34:19 [INFO] 
05:34:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things ---
05:34:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT...
05:34:19 [INFO] 
05:34:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things ---
05:34:19 [INFO] 
05:34:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things ---
05:34:19 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:34:19 [INFO] 
05:34:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things ---
05:34:19 [INFO] Tests are skipped.
05:34:19 [INFO] 
05:34:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things ---
05:34:19 [INFO] Tests are skipped.
05:34:19 [INFO] 
05:34:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things ---
05:34:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:34:19 [INFO] 
05:34:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things ---
05:34:19 [INFO] 
05:34:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-things ---
05:34:19 [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
05:34:19 [INFO] 
05:34:19 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things ---
05:34:19 [INFO] 
05:34:19 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >----------------
05:34:19 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT             [24/77]
05:34:19 [INFO]   from things/model/pom.xml
05:34:19 [INFO] -------------------------------[ bundle ]-------------------------------
05:34:19 [INFO] 
05:34:19 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
05:34:19 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:34:19 [INFO] 
05:34:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
05:34: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/things/model/target/jacoco.exec
05:34:19 [INFO] 
05:34:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model ---
05:34:19 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:34:19 [INFO] All files are up to date, skip goal execution.
05:34:19 [INFO] 
05:34:19 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model ---
05:34:19 [INFO] Copying 0 resource from src/main/resources to target/classes
05:34:19 [INFO] 
05:34:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model ---
05:34:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT...
05:34:19 [INFO] 
05:34:19 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model ---
05:34:19 [INFO] Changes detected - recompiling the module! :dependency
05:34:19 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes
05:34:22 [WARNING] bootstrap class path not set in conjunction with -source 8
05:34:22 [INFO] 
05:34:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model ---
05:34:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources
05:34:22 [INFO] 
05:34:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model ---
05:34:22 [INFO] Changes detected - recompiling the module! :dependency
05:34:22 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes
05:34:24 [WARNING] bootstrap class path not set in conjunction with -source 8
05:34:24 [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.
05:34:24 [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.
05:34:24 [INFO] 
05:34:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model ---
05:34:24 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:34:24 [INFO] Tests are skipped.
05:34:24 [INFO] 
05:34:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model ---
05:34:24 [INFO] 
05:34:24 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model ---
05:34:25 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar
05:34:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF
05:34:25 [INFO] 
05:34:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model ---
05:34:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:34:25 [INFO] Configuration changed, re-generating javadoc.
05:34:33 [WARNING] Javadoc Warnings
05:34:33 [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
05:34:33 [WARNING] package org.eclipse.ditto.things.model.signals.commands;
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions;
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify;
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query;
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] package org.eclipse.ditto.things.model.signals.events;
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING =
05:34:33 [WARNING] ^
05:34:33 [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>
05:34:33 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers);
05:34:33 [WARNING] ^
05:34:33 [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>
05:34:33 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers);
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public RetrieveThing build() {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS =
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public final class ThingCommandToModifyExceptionRegistry
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Builder newBuilder(final String condition, final String description) {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Builder forDittoProtocol() {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Builder forPostMethod() {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Builder forPutMethod() {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Builder forPutOrPatchMethod() {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH =
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE =
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] ATTRIBUTE,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] ATTRIBUTES,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] DEFINITION,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] FEATURE,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] FEATURE_DEFINITION,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] FEATURE_DESIRED_PROPERTIES,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] FEATURE_DESIRED_PROPERTY;
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] FEATURE_PROPERTIES,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] FEATURE_PROPERTY,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] FEATURES,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY_ENTRIES,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY_ENTRY,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY_ENTRY_RESOURCE,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY_ENTRY_RESOURCES,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY_ENTRY_SUBJECT,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY_ENTRY_SUBJECTS,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] POLICY_ID,
05:34:33 [WARNING] ^
05:34:33 [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
05:34:33 [WARNING] THING,
05:34:33 [WARNING] ^
05:34:33 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment
05:34:33 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*");
05:34:33 [WARNING] ^
05:34:33 [WARNING] 54 warnings
05:34:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar
05:34:33 [INFO] 
05:34:33 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model ---
05:34:33 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar
05:34:33 [INFO] 
05:34:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model ---
05:34:33 [INFO] Tests are skipped.
05:34:33 [INFO] 
05:34:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model ---
05:34:33 [INFO] Tests are skipped.
05:34:33 [INFO] 
05:34:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model ---
05:34:33 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec
05:34:33 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes
05:34:34 [INFO] 
05:34:34 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-model ---
05:34:34 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar' is disabled.
05:34:34 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar
05:34:35 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:34:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar
05:34:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar' is disabled.
05:34:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar
05:34:39 [INFO] 
05:34:39 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model ---
05:34:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'.
05:34:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'.
05:34:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'.
05:34:39 [INFO] 
05:34:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model ---
05:34:39 [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
05:34:39 [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
05:34:39 [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
05:34:39 [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
05:34:39 [INFO] 
05:34:39 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model ---
05:34:39 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar
05:34:39 [INFO] Writing OBR metadata
05:34:39 [INFO] 
05:34:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-model ---
05:34:40 [INFO] 
05:34:40 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-things-model ---
05:34:40 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:34:40 [INFO] 
05:34:40 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >-----------
05:34:40 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77]
05:34:40 [INFO]   from internal/utils/cluster/pom.xml
05:34:40 [INFO] --------------------------------[ jar ]---------------------------------
05:34:40 [INFO] 
05:34:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
05:34: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/cluster/target/jacoco.exec
05:34:40 [INFO] 
05:34:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster ---
05:34:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:34:40 [INFO] All files are up to date, skip goal execution.
05:34:40 [INFO] 
05:34:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster ---
05:34:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources
05:34:40 [INFO] 
05:34:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster ---
05:34:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT...
05:34:40 [INFO] 
05:34:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster ---
05:34:40 [INFO] Changes detected - recompiling the module! :dependency
05:34:40 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes
05:34:41 [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.
05:34:41 [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.
05:34:41 [INFO] 
05:34:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster ---
05:34:41 [INFO] Copying 3 resources from src/test/resources to target/test-classes
05:34:41 [INFO] 
05:34:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster ---
05:34:41 [INFO] Changes detected - recompiling the module! :dependency
05:34:41 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
05:34:41 [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.
05:34:41 [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.
05:34:41 [INFO] 
05:34:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster ---
05:34:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:34:41 [INFO] Tests are skipped.
05:34:41 [INFO] 
05:34:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster ---
05:34:41 [INFO] 
05:34:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster ---
05:34:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar
05:34:41 [INFO] 
05:34:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster ---
05:34:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:34:41 [INFO] Configuration changed, re-generating javadoc.
05:34:43 [WARNING] Javadoc Warnings
05:34:43 [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
05:34:43 [WARNING] package org.eclipse.ditto.internal.utils.cluster;
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config;
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8;
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group,
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group,
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies {
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) {
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) {
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public UnsupportedManifest(final String manifest) {
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) {
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) {
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) {
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
05:34:43 [WARNING] ^
05:34:43 [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
05:34:43 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
05:34:43 [WARNING] ^
05:34:43 [WARNING] 14 warnings
05:34:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
05:34:44 [INFO] 
05:34:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster ---
05:34:44 [INFO] Tests are skipped.
05:34:44 [INFO] 
05:34:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster ---
05:34:44 [INFO] Tests are skipped.
05:34:44 [INFO] 
05:34:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster ---
05:34:44 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec
05:34:44 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes
05:34:44 [INFO] 
05:34:44 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cluster ---
05:34:44 [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.
05:34:44 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar
05:34:45 [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.
05:34:45 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
05:34:46 [INFO] 
05:34:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster ---
05:34:46 [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
05:34:46 [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
05:34:46 [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
05:34:46 [INFO] 
05:34:46 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cluster ---
05:34:47 [INFO] 
05:34:47 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >----------
05:34:47 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77]
05:34:47 [INFO]   from internal/utils/extension/pom.xml
05:34:47 [INFO] --------------------------------[ jar ]---------------------------------
05:34:47 [INFO] 
05:34:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
05:34: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/internal/utils/extension/target/jacoco.exec
05:34:47 [INFO] 
05:34:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension ---
05:34:47 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:34:47 [INFO] All files are up to date, skip goal execution.
05:34:47 [INFO] 
05:34:47 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension ---
05:34:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources
05:34:47 [INFO] 
05:34:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension ---
05:34:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT...
05:34:47 [INFO] 
05:34:47 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension ---
05:34:47 [INFO] Changes detected - recompiling the module! :dependency
05:34:47 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
05:34:47 [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.
05:34:47 [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.
05:34:47 [INFO] 
05:34:47 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension ---
05:34:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources
05:34:47 [INFO] 
05:34:47 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension ---
05:34:47 [INFO] No sources to compile
05:34:47 [INFO] 
05:34:47 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension ---
05:34:47 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:34:47 [INFO] Tests are skipped.
05:34:47 [INFO] 
05:34:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension ---
05:34:47 [INFO] 
05:34:47 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension ---
05:34:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar
05:34:47 [INFO] 
05:34:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension ---
05:34:47 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:34:47 [INFO] Configuration changed, re-generating javadoc.
05:34:48 [WARNING] Javadoc Warnings
05:34:48 [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
05:34:48 [WARNING] public final class DittoExtensionIds implements Extension {
05:34:48 [WARNING] ^
05:34:48 [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
05:34:48 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent(
05:34:48 [WARNING] ^
05:34:48 [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
05:34:48 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) {
05:34:48 [WARNING] ^
05:34:48 [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
05:34:48 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass,
05:34:48 [WARNING] ^
05:34:48 [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
05:34:48 [WARNING] protected abstract String getConfigKey();
05:34:48 [WARNING] ^
05:34:48 [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
05:34:48 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) {
05:34:48 [WARNING] ^
05:34:48 [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
05:34:48 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) {
05:34:48 [WARNING] ^
05:34:48 [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
05:34:48 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass,
05:34:48 [WARNING] ^
05:34:48 [WARNING] 8 warnings
05:34:48 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
05:34:48 [INFO] 
05:34:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension ---
05:34:48 [INFO] Tests are skipped.
05:34:48 [INFO] 
05:34:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension ---
05:34:48 [INFO] Tests are skipped.
05:34:48 [INFO] 
05:34:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension ---
05:34:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:34:48 [INFO] 
05:34:48 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-extension ---
05:34:48 [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.
05:34:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar
05:34:50 [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.
05:34:50 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
05:34:51 [INFO] 
05:34:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension ---
05:34:51 [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
05:34:51 [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
05:34:51 [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
05:34:51 [INFO] 
05:34:51 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-extension ---
05:34:51 [INFO] 
05:34:51 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >----------------
05:34:51 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT                [27/77]
05:34:51 [INFO]   from placeholders/pom.xml
05:34:51 [INFO] -------------------------------[ bundle ]-------------------------------
05:34:51 [INFO] 
05:34:51 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
05:34:51 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:34:51 [INFO] 
05:34:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
05:34: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/placeholders/target/jacoco.exec
05:34:51 [INFO] 
05:34:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders ---
05:34:51 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:34:51 [INFO] All files are up to date, skip goal execution.
05:34:51 [INFO] 
05:34:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders ---
05:34:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources
05:34:51 [INFO] 
05:34:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders ---
05:34:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT...
05:34:51 [INFO] 
05:34:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders ---
05:34:52 [INFO] Changes detected - recompiling the module! :dependency
05:34:52 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes
05:34:52 [WARNING] bootstrap class path not set in conjunction with -source 8
05:34:52 [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.
05:34:52 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details.
05:34:52 [INFO] 
05:34:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders ---
05:34:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources
05:34:52 [INFO] 
05:34:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders ---
05:34:52 [INFO] Changes detected - recompiling the module! :dependency
05:34:52 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
05:34:52 [WARNING] bootstrap class path not set in conjunction with -source 8
05:34:52 [INFO] 
05:34:52 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders ---
05:34:52 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:34:52 [INFO] Tests are skipped.
05:34:52 [INFO] 
05:34:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders ---
05:34:52 [INFO] 
05:34:52 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders ---
05:34:52 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar
05:34:52 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF
05:34:52 [INFO] 
05:34:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders ---
05:34:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:34:52 [INFO] Configuration changed, re-generating javadoc.
05:34:54 [WARNING] Javadoc Warnings
05:34:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T>
05:34:54 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder,
05:34:54 [WARNING] ^
05:34:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return
05:34:54 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) {
05:34:54 [WARNING] ^
05:34:54 [WARNING] 2 warnings
05:34:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar
05:34:54 [INFO] 
05:34:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders ---
05:34:54 [INFO] Tests are skipped.
05:34:54 [INFO] 
05:34:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders ---
05:34:54 [INFO] Tests are skipped.
05:34:54 [INFO] 
05:34:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders ---
05:34:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec
05:34:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes
05:34:55 [INFO] 
05:34:55 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-placeholders ---
05:34:55 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar' is disabled.
05:34:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar
05:34:56 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar' is disabled.
05:34:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar
05:34:57 [INFO] 
05:34:57 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders ---
05:34:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'.
05:34:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'.
05:34:57 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'.
05:34:57 [INFO] 
05:34:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders ---
05:34:57 [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
05:34:57 [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
05:34:57 [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
05:34:57 [INFO] 
05:34:57 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders ---
05:34:57 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar
05:34:57 [INFO] Writing OBR metadata
05:34:57 [INFO] 
05:34:57 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-placeholders ---
05:34:57 [INFO] 
05:34:57 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-placeholders ---
05:34:57 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:34:57 [INFO] 
05:34:57 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >----------------
05:34:57 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT             [28/77]
05:34:57 [INFO]   from base/service/pom.xml
05:34:57 [INFO] --------------------------------[ jar ]---------------------------------
05:34:57 [INFO] 
05:34:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
05:34: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/base/service/target/jacoco.exec
05:34:57 [INFO] 
05:34:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service ---
05:34:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:34:57 [INFO] All files are up to date, skip goal execution.
05:34:57 [INFO] 
05:34:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service ---
05:34:57 [INFO] Copying 1 resource from src/main/resources to target/classes
05:34:57 [INFO] 
05:34:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service ---
05:34:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT...
05:34:57 [INFO] 
05:34:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service ---
05:34:57 [INFO] Changes detected - recompiling the module! :dependency
05:34:57 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes
05:34:58 [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.
05:34:58 [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.
05:34:58 [INFO] 
05:34:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service ---
05:34:58 [INFO] Copying 7 resources from src/test/resources to target/test-classes
05:34:58 [INFO] 
05:34:58 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service ---
05:34:58 [INFO] Changes detected - recompiling the module! :dependency
05:34:58 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
05:34:58 [INFO] 
05:34:58 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service ---
05:34:58 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:34:58 [INFO] Tests are skipped.
05:34:58 [INFO] 
05:34:58 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service ---
05:34:58 [INFO] 
05:34:58 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service ---
05:34:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar
05:34:58 [INFO] 
05:34:58 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service ---
05:34:58 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:34:58 [INFO] Configuration changed, re-generating javadoc.
05:35:01 [WARNING] Javadoc Warnings
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment
05:35:01 [WARNING] package org.eclipse.ditto.base.service;
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] package org.eclipse.ditto.base.service.cluster;
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] package org.eclipse.ditto.base.service.config;
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] package org.eclipse.ditto.base.service.config.http;
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] package org.eclipse.ditto.base.service.config.limits;
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] package org.eclipse.ditto.base.service.config.supervision;
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] package org.eclipse.ditto.base.service.devops;
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) {
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) {
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] protected static Policy substitutePolicy(final Policy policy,
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries,
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry,
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects,
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment
05:35:01 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment
05:35:01 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri";
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment
05:35:01 [WARNING] protected final Config rawConfig;
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment
05:35:01 [WARNING] protected final C serviceSpecificConfig;
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment
05:35:01 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() {
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65));
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment
05:35:01 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment
05:35:01 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY =
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment
05:35:01 [WARNING] public static final String TYPE = PREFIX + NAME;
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment
05:35:01 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment
05:35:01 [WARNING] public boolean isEnabled() {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment
05:35:01 [WARNING] public final class ModifySplitBrainResolverResponse
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment
05:35:01 [WARNING] public static final String TYPE = PREFIX + NAME;
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment
05:35:01 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject,
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment
05:35:01 [WARNING] public boolean isEnabled() {
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment
05:35:01 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment
05:35:01 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> {
05:35:01 [WARNING] ^
05:35:01 [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
05:35:01 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment
05:35:01 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment
05:35:01 [WARNING] public String getActorName() {
05:35:01 [WARNING] ^
05:35:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment
05:35:01 [WARNING] public Props getProps() {
05:35:01 [WARNING] ^
05:35:01 [WARNING] 36 warnings
05:35:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar
05:35:01 [INFO] 
05:35:01 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service ---
05:35:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar
05:35:01 [INFO] 
05:35:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service ---
05:35:01 [INFO] Tests are skipped.
05:35:01 [INFO] 
05:35:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service ---
05:35:01 [INFO] Tests are skipped.
05:35:01 [INFO] 
05:35:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service ---
05:35:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec
05:35:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes
05:35:01 [INFO] 
05:35:01 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-base-service ---
05:35:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar' is disabled.
05:35:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar
05:35:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar' is disabled.
05:35:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar
05:35:03 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar' is disabled.
05:35:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar
05:35:04 [INFO] 
05:35:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service ---
05:35:04 [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
05:35:04 [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
05:35:04 [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
05:35:04 [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
05:35:04 [INFO] 
05:35:04 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-base-service ---
05:35:05 [INFO] 
05:35:05 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >----------------
05:35:05 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT                [29/77]
05:35:05 [INFO]   from connectivity/pom.xml
05:35:05 [INFO] --------------------------------[ pom ]---------------------------------
05:35:05 [INFO] 
05:35:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
05:35: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/connectivity/target/jacoco.exec
05:35:05 [INFO] 
05:35:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity ---
05:35:05 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:05 [INFO] The goal is skip due to packaging 'pom'
05:35:05 [INFO] 
05:35:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity ---
05:35:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT...
05:35:05 [INFO] 
05:35:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity ---
05:35:05 [INFO] 
05:35:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity ---
05:35:05 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:35:05 [INFO] 
05:35:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity ---
05:35:05 [INFO] Tests are skipped.
05:35:05 [INFO] 
05:35:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity ---
05:35:05 [INFO] Tests are skipped.
05:35:05 [INFO] 
05:35:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity ---
05:35:05 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:35:05 [INFO] 
05:35:05 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity ---
05:35:05 [INFO] 
05:35:05 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity ---
05:35:05 [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
05:35:05 [INFO] 
05:35:05 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity ---
05:35:05 [INFO] 
05:35:05 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >-------------
05:35:05 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT       [30/77]
05:35:05 [INFO]   from connectivity/model/pom.xml
05:35:05 [INFO] -------------------------------[ bundle ]-------------------------------
05:35:05 [INFO] 
05:35:05 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
05:35:05 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:35:05 [INFO] 
05:35:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
05:35: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/connectivity/model/target/jacoco.exec
05:35:05 [INFO] 
05:35:05 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model ---
05:35:05 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:05 [INFO] All files are up to date, skip goal execution.
05:35:05 [INFO] 
05:35:05 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model ---
05:35:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources
05:35:05 [INFO] 
05:35:05 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model ---
05:35:05 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT...
05:35:05 [INFO] 
05:35:05 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model ---
05:35:05 [INFO] Changes detected - recompiling the module! :dependency
05:35:05 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes
05:35:06 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:06 [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.
05:35:06 [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.
05:35:06 [INFO] 
05:35:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model ---
05:35:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources
05:35:06 [INFO] 
05:35:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model ---
05:35:06 [INFO] Changes detected - recompiling the module! :dependency
05:35:06 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes
05:35:07 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:07 [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.
05:35:07 [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.
05:35:07 [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.
05:35:07 [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.
05:35:07 [INFO] 
05:35:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model ---
05:35:07 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:35:07 [INFO] Tests are skipped.
05:35:07 [INFO] 
05:35:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model ---
05:35:07 [INFO] 
05:35:07 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model ---
05:35:07 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar
05:35:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF
05:35:07 [INFO] 
05:35:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model ---
05:35:07 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:35:07 [INFO] Configuration changed, re-generating javadoc.
05:35:12 [WARNING] Javadoc Warnings
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment
05:35:12 [WARNING] package org.eclipse.ditto.connectivity.model;
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt;
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements;
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder(
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] protected AbstractConnectivityEvent(final String type,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] protected AbstractConnectivityEvent(final String type,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Instant getTimestamp() {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static Builder newBuilder(final ConnectionId connectionId,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static Builder newBuilder(final String invalidCommand) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) {
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment
05:35:12 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) {
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment
05:35:12 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L;
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment
05:35:12 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L;
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return
05:35:12 [WARNING] ReplyTarget build();
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Optional<Boolean> getContainsFailure() {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public RetrieveConnectionMetricsResponse build() {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public RetrieveConnectionStatusResponse build() {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) {
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources,
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS =
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE =
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS =
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS =
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS =
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS =
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS =
05:35:12 [WARNING] ^
05:35:12 [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
05:35:12 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS =
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment
05:35:12 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey,
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment
05:35:12 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"),
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment
05:35:12 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"),
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment
05:35:12 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"),
05:35:12 [WARNING] ^
05:35:12 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment
05:35:12 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"),
05:35:12 [WARNING] ^
05:35:12 [WARNING] 63 warnings
05:35:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
05:35:12 [INFO] 
05:35:12 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model ---
05:35:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar
05:35:12 [INFO] 
05:35:12 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model ---
05:35:12 [INFO] Tests are skipped.
05:35:12 [INFO] 
05:35:12 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model ---
05:35:12 [INFO] Tests are skipped.
05:35:12 [INFO] 
05:35:12 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model ---
05:35:12 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec
05:35:12 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes
05:35:13 [INFO] 
05:35:13 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-model ---
05:35:13 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar' is disabled.
05:35:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar
05:35:14 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:35:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
05:35:15 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar' is disabled.
05:35:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar
05:35:16 [INFO] 
05:35:16 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model ---
05:35:17 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'.
05:35:17 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'.
05:35:17 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'.
05:35:17 [INFO] 
05:35:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model ---
05:35:17 [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
05:35:17 [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
05:35:17 [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
05:35:17 [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
05:35:17 [INFO] 
05:35:17 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model ---
05:35:17 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar
05:35:17 [INFO] Writing OBR metadata
05:35:17 [INFO] 
05:35:17 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-model ---
05:35:17 [INFO] 
05:35:17 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-connectivity-model ---
05:35:17 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:35:17 [INFO] 
05:35:17 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >-----------------
05:35:17 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT                [31/77]
05:35:17 [INFO]   from thingsearch/pom.xml
05:35:17 [INFO] --------------------------------[ pom ]---------------------------------
05:35:17 [INFO] 
05:35:17 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
05:35: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/thingsearch/target/jacoco.exec
05:35:17 [INFO] 
05:35:17 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch ---
05:35:17 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:17 [INFO] The goal is skip due to packaging 'pom'
05:35:17 [INFO] 
05:35:17 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch ---
05:35:17 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT...
05:35:17 [INFO] 
05:35:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch ---
05:35:17 [INFO] 
05:35:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch ---
05:35:17 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:35:17 [INFO] 
05:35:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch ---
05:35:17 [INFO] Tests are skipped.
05:35:17 [INFO] 
05:35:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch ---
05:35:17 [INFO] Tests are skipped.
05:35:17 [INFO] 
05:35:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch ---
05:35:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:35:17 [INFO] 
05:35:17 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch ---
05:35:17 [INFO] 
05:35:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch ---
05:35:17 [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
05:35:17 [INFO] 
05:35:17 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch ---
05:35:18 [INFO] 
05:35:18 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >--------------
05:35:18 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT       [32/77]
05:35:18 [INFO]   from thingsearch/model/pom.xml
05:35:18 [INFO] -------------------------------[ bundle ]-------------------------------
05:35:18 [INFO] 
05:35:18 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
05:35:18 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:35:18 [INFO] 
05:35:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
05:35: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/thingsearch/model/target/jacoco.exec
05:35:18 [INFO] 
05:35:18 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model ---
05:35:18 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:18 [INFO] All files are up to date, skip goal execution.
05:35:18 [INFO] 
05:35:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model ---
05:35:18 [INFO] Copying 0 resource from src/main/resources to target/classes
05:35:18 [INFO] 
05:35:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model ---
05:35:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT...
05:35:18 [INFO] 
05:35:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model ---
05:35:18 [INFO] Changes detected - recompiling the module! :dependency
05:35:18 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes
05:35:18 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:18 [INFO] 
05:35:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model ---
05:35:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources
05:35:18 [INFO] 
05:35:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model ---
05:35:18 [INFO] Changes detected - recompiling the module! :dependency
05:35:18 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes
05:35:18 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:18 [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;
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:35:18 [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;
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:35:18 [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;
05:35:18   cast to java.lang.String for a varargs call
05:35:18   cast to java.lang.String[] for a non-varargs call and to suppress this warning
05:35:18 [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;
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:35:18 [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;
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
05:35:18   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
05:35:18 [INFO] 
05:35:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model ---
05:35:18 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:35:18 [INFO] Tests are skipped.
05:35:18 [INFO] 
05:35:18 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model ---
05:35:18 [INFO] 
05:35:18 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model ---
05:35:18 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar
05:35:18 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF
05:35:18 [INFO] 
05:35:18 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model ---
05:35:18 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:35:18 [INFO] Configuration changed, re-generating javadoc.
05:35:21 [WARNING] Javadoc Warnings
05:35:21 [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
05:35:21 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands;
05:35:21 [WARNING] ^
05:35:21 [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
05:35:21 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions;
05:35:21 [WARNING] ^
05:35:21 [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
05:35:21 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query;
05:35:21 [WARNING] ^
05:35:21 [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
05:35:21 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription;
05:35:21 [WARNING] ^
05:35:21 [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
05:35:21 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events;
05:35:21 [WARNING] ^
05:35:21 [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
05:35:21 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces,
05:35:21 [WARNING] ^
05:35:21 [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
05:35:21 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options,
05:35:21 [WARNING] ^
05:35:21 [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
05:35:21 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options,
05:35:21 [WARNING] ^
05:35:21 [WARNING] 8 warnings
05:35:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
05:35:21 [INFO] 
05:35:21 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model ---
05:35:21 [INFO] Tests are skipped.
05:35:21 [INFO] 
05:35:21 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model ---
05:35:21 [INFO] Tests are skipped.
05:35:21 [INFO] 
05:35:21 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model ---
05:35:21 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec
05:35:21 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes
05:35:21 [INFO] 
05:35:21 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-model ---
05:35:21 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar' is disabled.
05:35:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar
05:35:22 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:35:22 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
05:35:23 [INFO] 
05:35:23 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model ---
05:35:23 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'.
05:35:23 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'.
05:35:23 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'.
05:35:23 [INFO] 
05:35:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model ---
05:35:23 [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
05:35:23 [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
05:35:23 [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
05:35:23 [INFO] 
05:35:23 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model ---
05:35:23 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar
05:35:23 [INFO] Writing OBR metadata
05:35:23 [INFO] 
05:35:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-model ---
05:35:24 [INFO] 
05:35:24 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-thingsearch-model ---
05:35:24 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:35:24 [INFO] 
05:35:24 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------
05:35:24 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT                    [33/77]
05:35:24 [INFO]   from messages/pom.xml
05:35:24 [INFO] --------------------------------[ pom ]---------------------------------
05:35:24 [INFO] 
05:35:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
05:35: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/messages/target/jacoco.exec
05:35:24 [INFO] 
05:35:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages ---
05:35:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:24 [INFO] The goal is skip due to packaging 'pom'
05:35:24 [INFO] 
05:35:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages ---
05:35:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT...
05:35:24 [INFO] 
05:35:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages ---
05:35:24 [INFO] 
05:35:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages ---
05:35:24 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:35:24 [INFO] 
05:35:24 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages ---
05:35:24 [INFO] Tests are skipped.
05:35:24 [INFO] 
05:35:24 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages ---
05:35:24 [INFO] Tests are skipped.
05:35:24 [INFO] 
05:35:24 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages ---
05:35:24 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:35:24 [INFO] 
05:35:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages ---
05:35:24 [INFO] 
05:35:24 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages ---
05:35:24 [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
05:35:24 [INFO] 
05:35:24 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages ---
05:35:24 [INFO] 
05:35:24 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >---------------
05:35:24 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT           [34/77]
05:35:24 [INFO]   from messages/model/pom.xml
05:35:24 [INFO] -------------------------------[ bundle ]-------------------------------
05:35:24 [INFO] 
05:35:24 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
05:35:24 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:35:24 [INFO] 
05:35:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
05:35: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/messages/model/target/jacoco.exec
05:35:24 [INFO] 
05:35:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model ---
05:35:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:24 [INFO] All files are up to date, skip goal execution.
05:35:24 [INFO] 
05:35:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model ---
05:35:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources
05:35:24 [INFO] 
05:35:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model ---
05:35:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT...
05:35:24 [INFO] 
05:35:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model ---
05:35:24 [INFO] Changes detected - recompiling the module! :dependency
05:35:24 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes
05:35:24 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:24 [INFO] 
05:35:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model ---
05:35:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources
05:35:24 [INFO] 
05:35:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model ---
05:35:24 [INFO] Changes detected - recompiling the module! :dependency
05:35:24 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes
05:35:25 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:25 [INFO] 
05:35:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model ---
05:35:25 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:35:25 [INFO] Tests are skipped.
05:35:25 [INFO] 
05:35:25 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model ---
05:35:25 [INFO] 
05:35:25 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model ---
05:35:25 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar
05:35:25 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF
05:35:25 [INFO] 
05:35:25 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model ---
05:35:25 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:35:25 [INFO] Configuration changed, re-generating javadoc.
05:35:28 [WARNING] Javadoc Warnings
05:35:28 [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
05:35:28 [WARNING] package org.eclipse.ditto.messages.model.signals.commands;
05:35:28 [WARNING] ^
05:35:28 [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
05:35:28 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder,
05:35:28 [WARNING] ^
05:35:28 [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
05:35:28 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) {
05:35:28 [WARNING] ^
05:35:28 [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
05:35:28 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders,
05:35:28 [WARNING] ^
05:35:28 [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
05:35:28 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId,
05:35:28 [WARNING] ^
05:35:28 [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
05:35:28 [WARNING] public Optional<String> getCorrelationId() {
05:35:28 [WARNING] ^
05:35:28 [WARNING] 6 warnings
05:35:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar
05:35:28 [INFO] 
05:35:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model ---
05:35:28 [INFO] Tests are skipped.
05:35:28 [INFO] 
05:35:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model ---
05:35:28 [INFO] Tests are skipped.
05:35:28 [INFO] 
05:35:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model ---
05:35:28 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec
05:35:28 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes
05:35:28 [INFO] 
05:35:28 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-messages-model ---
05:35:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar' is disabled.
05:35:28 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar
05:35:29 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:35:29 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar
05:35:30 [INFO] 
05:35:30 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model ---
05:35:30 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'.
05:35:30 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'.
05:35:30 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'.
05:35:30 [INFO] 
05:35:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model ---
05:35:30 [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
05:35:30 [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
05:35:30 [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
05:35:30 [INFO] 
05:35:30 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model ---
05:35:30 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar
05:35:30 [INFO] Writing OBR metadata
05:35:30 [INFO] 
05:35:30 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-messages-model ---
05:35:31 [INFO] 
05:35:31 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-messages-model ---
05:35:31 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:35:31 [INFO] 
05:35:31 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------
05:35:31 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT                    [35/77]
05:35:31 [INFO]   from protocol/pom.xml
05:35:31 [INFO] -------------------------------[ bundle ]-------------------------------
05:35:31 [INFO] 
05:35:31 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
05:35:31 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:35:31 [INFO] 
05:35:31 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
05:35: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/protocol/target/jacoco.exec
05:35:31 [INFO] 
05:35:31 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol ---
05:35:31 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:31 [INFO] All files are up to date, skip goal execution.
05:35:31 [INFO] 
05:35:31 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol ---
05:35:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources
05:35:31 [INFO] 
05:35:31 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol ---
05:35:31 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT...
05:35:31 [INFO] 
05:35:31 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol ---
05:35:31 [INFO] Changes detected - recompiling the module! :dependency
05:35:31 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes
05:35:32 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:32 [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.
05:35:32 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details.
05:35:32 [INFO] 
05:35:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol ---
05:35:32 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:35:32 [INFO] 
05:35:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol ---
05:35:32 [INFO] Changes detected - recompiling the module! :dependency
05:35:32 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes
05:35:33 [WARNING] bootstrap class path not set in conjunction with -source 8
05:35:33 [INFO] 
05:35:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol ---
05:35:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:35:33 [INFO] Tests are skipped.
05:35:33 [INFO] 
05:35:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol ---
05:35:33 [INFO] 
05:35:33 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol ---
05:35:33 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar
05:35:33 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF
05:35:33 [INFO] 
05:35:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol ---
05:35:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:35:33 [INFO] Configuration changed, re-generating javadoc.
05:35:36 [WARNING] Javadoc Warnings
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag
05:35:36 [WARNING] * <p>
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment
05:35:36 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements;
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment
05:35:36 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity;
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment
05:35:36 [WARNING] package org.eclipse.ditto.protocol.adapter.policies;
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment
05:35:36 [WARNING] package org.eclipse.ditto.protocol.adapter.provider;
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment
05:35:36 [WARNING] protected final PayloadPathMatcher payloadPathMatcher;
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment
05:35:36 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies,
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment
05:35:36 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator,
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment
05:35:36 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder,
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name
05:35:36 [WARNING] AnnouncementsTopicPathBuilder name(String name);
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment
05:35:36 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment
05:35:36 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment
05:35:36 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment
05:35:36 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment
05:35:36 [WARNING] public static EmptyPathMatcher getInstance() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return
05:35:36 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return
05:35:36 [WARNING] public static IllegalAdaptableException newInstance(final String message,
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment
05:35:36 [WARNING] public Builder(final JsonPointer path) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment
05:35:36 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment
05:35:36 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment
05:35:36 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment
05:35:36 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment
05:35:36 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment
05:35:36 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment
05:35:36 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment
05:35:36 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment
05:35:36 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment
05:35:36 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment
05:35:36 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment
05:35:36 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies(
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment
05:35:36 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies(
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment
05:35:36 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment
05:35:36 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment
05:35:36 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment
05:35:36 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment
05:35:36 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment
05:35:36 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment
05:35:36 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment
05:35:36 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment
05:35:36 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment
05:35:36 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment
05:35:36 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment
05:35:36 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings>
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment
05:35:36 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment
05:35:36 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment
05:35:36 [WARNING] protected RetrieveThingsCommandMappingStrategies() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment
05:35:36 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment
05:35:36 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment
05:35:36 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment
05:35:36 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment
05:35:36 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment
05:35:36 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment
05:35:36 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment
05:35:36 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment
05:35:36 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment
05:35:36 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment
05:35:36 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment
05:35:36 [WARNING] protected static String leafValue(final JsonPointer path) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment
05:35:36 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment
05:35:36 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment
05:35:36 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment
05:35:36 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment
05:35:36 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment
05:35:36 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment
05:35:36 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment
05:35:36 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse>
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment
05:35:36 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment
05:35:36 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment
05:35:36 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment
05:35:36 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment
05:35:36 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment
05:35:36 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment
05:35:36 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment
05:35:36 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment
05:35:36 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment
05:35:36 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment
05:35:36 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment
05:35:36 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment
05:35:36 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment
05:35:36 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment
05:35:36 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment
05:35:36 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment
05:35:36 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment
05:35:36 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName
05:35:36 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName);
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment
05:35:36 [WARNING] String ID_PLACEHOLDER = "_";
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment
05:35:36 [WARNING] String PATH_DELIMITER = "/";
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment
05:35:36 [WARNING] default boolean isWildcardTopic() {
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment
05:35:36 [WARNING] CREATE("create"),
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment
05:35:36 [WARNING] CREATED("created"),
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment
05:35:36 [WARNING] DELETE("delete"),
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment
05:35:36 [WARNING] DELETED("deleted");
05:35:36 [WARNING] ^
05:35:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment
05:35:36 [WARNING] MERGE("merge"),
05:35:36 [WARNING] ^
05:35:36 [WARNING] 100 warnings
05:35:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar
05:35:36 [INFO] 
05:35:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol ---
05:35:37 [INFO] Tests are skipped.
05:35:37 [INFO] 
05:35:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol ---
05:35:37 [INFO] Tests are skipped.
05:35:37 [INFO] 
05:35:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol ---
05:35:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec
05:35:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes
05:35:37 [INFO] 
05:35:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-protocol ---
05:35:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar' is disabled.
05:35:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar
05:35:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar' is disabled.
05:35:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar
05:35:39 [INFO] 
05:35:39 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol ---
05:35:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'.
05:35:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'.
05:35:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'.
05:35:39 [INFO] 
05:35:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol ---
05:35:39 [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
05:35:39 [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
05:35:39 [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
05:35:39 [INFO] 
05:35:39 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol ---
05:35:39 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar
05:35:39 [INFO] Writing OBR metadata
05:35:39 [INFO] 
05:35:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-protocol ---
05:35:40 [INFO] 
05:35:40 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-protocol ---
05:35:40 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:35:40 [INFO] 
05:35:40 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >-----------
05:35:40 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77]
05:35:40 [INFO]   from internal/models/signal/pom.xml
05:35:40 [INFO] --------------------------------[ jar ]---------------------------------
05:35:40 [INFO] 
05:35:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
05:35: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/models/signal/target/jacoco.exec
05:35:40 [INFO] 
05:35:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal ---
05:35:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:40 [INFO] All files are up to date, skip goal execution.
05:35:40 [INFO] 
05:35:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal ---
05:35:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources
05:35:40 [INFO] 
05:35:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal ---
05:35:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT...
05:35:40 [INFO] 
05:35:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal ---
05:35:40 [INFO] Changes detected - recompiling the module! :dependency
05:35:40 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:35:40 [INFO] 
05:35:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal ---
05:35:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources
05:35:40 [INFO] 
05:35:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal ---
05:35:40 [INFO] Changes detected - recompiling the module! :dependency
05:35:40 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes
05:35:40 [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.
05:35:40 [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.
05:35:40 [INFO] 
05:35:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal ---
05:35:40 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:35:40 [INFO] Tests are skipped.
05:35:40 [INFO] 
05:35:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal ---
05:35:40 [INFO] 
05:35:40 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal ---
05:35:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar
05:35:40 [INFO] 
05:35:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal ---
05:35:40 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:35:40 [INFO] Configuration changed, re-generating javadoc.
05:35:42 [WARNING] Javadoc Warnings
05:35:42 [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
05:35:42 [WARNING] * <p>
05:35:42 [WARNING] ^
05:35:42 [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
05:35:42 [WARNING] ANNOUNCEMENT,
05:35:42 [WARNING] ^
05:35:42 [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
05:35:42 [WARNING] COMMAND,
05:35:42 [WARNING] ^
05:35:42 [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
05:35:42 [WARNING] EVENT,
05:35:42 [WARNING] ^
05:35:42 [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
05:35:42 [WARNING] RESPONSE;
05:35:42 [WARNING] ^
05:35:42 [WARNING] 5 warnings
05:35:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
05:35:42 [INFO] 
05:35:42 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal ---
05:35:42 [INFO] Tests are skipped.
05:35:42 [INFO] 
05:35:42 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal ---
05:35:42 [INFO] Tests are skipped.
05:35:42 [INFO] 
05:35:42 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal ---
05:35:42 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec
05:35:42 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes
05:35:42 [INFO] 
05:35:42 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signal ---
05:35:42 [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.
05:35:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar
05:35:42 [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.
05:35:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
05:35:43 [INFO] 
05:35:43 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal ---
05:35:43 [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
05:35:43 [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
05:35:43 [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
05:35:43 [INFO] 
05:35:43 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signal ---
05:35:49 [INFO] 
05:35:49 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >----------------
05:35:49 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT             [37/77]
05:35:49 [INFO]   from policies/api/pom.xml
05:35:49 [INFO] --------------------------------[ jar ]---------------------------------
05:35:49 [INFO] 
05:35:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
05:35:49 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
05:35:49 [INFO] 
05:35:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api ---
05:35:49 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:49 [INFO] All files are up to date, skip goal execution.
05:35:49 [INFO] 
05:35:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api ---
05:35:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources
05:35:49 [INFO] 
05:35:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api ---
05:35:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT...
05:35:49 [INFO] 
05:35:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api ---
05:35:49 [INFO] Changes detected - recompiling the module! :dependency
05:35:49 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
05:35:49 [INFO] 
05:35:49 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api ---
05:35:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources
05:35:49 [INFO] 
05:35:49 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api ---
05:35:49 [INFO] Changes detected - recompiling the module! :dependency
05:35:49 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
05:35:49 [INFO] 
05:35:49 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api ---
05:35:49 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:35:49 [INFO] Tests are skipped.
05:35:49 [INFO] 
05:35:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api ---
05:35:49 [INFO] 
05:35:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api ---
05:35:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar
05:35:49 [INFO] 
05:35:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api ---
05:35:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:35:50 [INFO] Configuration changed, re-generating javadoc.
05:35:52 [WARNING] Javadoc Warnings
05:35:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment
05:35:52 [WARNING] package org.eclipse.ditto.policies.api;
05:35:52 [WARNING] ^
05:35:52 [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
05:35:52 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo;
05:35:52 [WARNING] ^
05:35:52 [WARNING] 2 warnings
05:35:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar
05:35:52 [INFO] 
05:35:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api ---
05:35:52 [INFO] Tests are skipped.
05:35:52 [INFO] 
05:35:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api ---
05:35:52 [INFO] Tests are skipped.
05:35:52 [INFO] 
05:35:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api ---
05:35:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
05:35:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes
05:35:52 [INFO] 
05:35:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-api ---
05:35:52 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar' is disabled.
05:35:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar
05:35:53 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar' is disabled.
05:35:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar
05:35:54 [INFO] 
05:35:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api ---
05:35:54 [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
05:35:54 [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
05:35:54 [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
05:35:54 [INFO] 
05:35:54 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-api ---
05:35:54 [INFO] 
05:35:54 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------
05:35:54 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77]
05:35:54 [INFO]   from internal/utils/ddata/pom.xml
05:35:54 [INFO] --------------------------------[ jar ]---------------------------------
05:35:54 [INFO] 
05:35:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
05:35: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/ddata/target/jacoco.exec
05:35:54 [INFO] 
05:35:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata ---
05:35:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:54 [INFO] All files are up to date, skip goal execution.
05:35:54 [INFO] 
05:35:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata ---
05:35:54 [INFO] Copying 1 resource from src/main/resources to target/classes
05:35:54 [INFO] 
05:35:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata ---
05:35:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT...
05:35:54 [INFO] 
05:35:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata ---
05:35:54 [INFO] Changes detected - recompiling the module! :dependency
05:35:54 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:35:54 [INFO] 
05:35:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata ---
05:35:54 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:35:54 [INFO] 
05:35:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata ---
05:35:54 [INFO] Changes detected - recompiling the module! :dependency
05:35:54 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
05:35:54 [INFO] 
05:35:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata ---
05:35:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:35:54 [INFO] Tests are skipped.
05:35:54 [INFO] 
05:35:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata ---
05:35:54 [INFO] 
05:35:54 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata ---
05:35:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar
05:35:55 [INFO] 
05:35:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata ---
05:35:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:35:55 [INFO] Configuration changed, re-generating javadoc.
05:35:56 [WARNING] Javadoc Warnings
05:35:56 [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
05:35:56 [WARNING] package org.eclipse.ditto.internal.utils.ddata;
05:35:56 [WARNING] ^
05:35:56 [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
05:35:56 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory,
05:35:56 [WARNING] ^
05:35:56 [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
05:35:56 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem,
05:35:56 [WARNING] ^
05:35:56 [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
05:35:56 [WARNING] protected final int numberOfShards;
05:35:56 [WARNING] ^
05:35:56 [WARNING] 4 warnings
05:35:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
05:35:56 [INFO] 
05:35:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata ---
05:35:56 [INFO] Tests are skipped.
05:35:56 [INFO] 
05:35:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata ---
05:35:56 [INFO] Tests are skipped.
05:35:56 [INFO] 
05:35:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata ---
05:35:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec
05:35:56 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes
05:35:56 [INFO] 
05:35:56 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-ddata ---
05:35:56 [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.
05:35:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar
05:35:57 [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.
05:35:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
05:35:58 [INFO] 
05:35:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata ---
05:35:58 [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
05:35:58 [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
05:35:58 [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
05:35:58 [INFO] 
05:35:58 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-ddata ---
05:35:58 [INFO] 
05:35:58 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------
05:35:58 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77]
05:35:58 [INFO]   from internal/utils/pubsub/pom.xml
05:35:58 [INFO] --------------------------------[ jar ]---------------------------------
05:35:58 [INFO] 
05:35:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
05:35: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/pubsub/target/jacoco.exec
05:35:58 [INFO] 
05:35:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub ---
05:35:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:35:58 [INFO] All files are up to date, skip goal execution.
05:35:58 [INFO] 
05:35:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub ---
05:35:58 [INFO] Copying 1 resource from src/main/resources to target/classes
05:35:58 [INFO] 
05:35:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub ---
05:35:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT...
05:35:58 [INFO] 
05:35:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub ---
05:35:58 [INFO] Changes detected - recompiling the module! :dependency
05:35:58 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes
05:35:59 [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.
05:35:59 [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.
05:35:59 [INFO] 
05:35:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub ---
05:35:59 [INFO] Copying 4 resources from src/test/resources to target/test-classes
05:35:59 [INFO] 
05:35:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub ---
05:35:59 [INFO] Changes detected - recompiling the module! :dependency
05:35:59 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
05:36:02 [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.
05:36:02 [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.
05:36:02 [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.
05:36:02 [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.
05:36:02 [INFO] 
05:36:02 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub ---
05:36:02 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:02 [INFO] Tests are skipped.
05:36:02 [INFO] 
05:36:02 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub ---
05:36:02 [INFO] 
05:36:02 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub ---
05:36:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
05:36:02 [INFO] 
05:36:02 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub ---
05:36:02 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:02 [INFO] Configuration changed, re-generating javadoc.
05:36:05 [WARNING] Javadoc Warnings
05:36:05 [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
05:36:05 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final SelfUniqueAddress selfUniqueAddress;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config,
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final AckExtractor<T> ackExtractor;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final ActorRefFactory actorRefFactory;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final CompressedDData ddata;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final DistributedDataConfig ddataConfig;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final DistributedAcks distributedAcks;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final String factoryId;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final Class<T> messageClass;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor;
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() {
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] static DistributedAcks empty(final ActorSystem system) {
05:36:05 [WARNING] ^
05:36:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:56: warning: no @param for <S>
05:36:05 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, final CharSequence groupIndexKey,
05:36:05 [WARNING] ^
05:36:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:91: warning: no @param for <S>
05:36:05 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) {
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] public Set<V> getValues(final Collection<String> groups) {
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) {
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) {
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] public static Subscribe of(final Collection<String> topics,
05:36:05 [WARNING] ^
05:36:05 [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
05:36:05 [WARNING] public static final int MAX_ERROR_COUNTER = 3;
05:36:05 [WARNING] ^
05:36:05 [WARNING] 20 warnings
05:36:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
05:36:05 [INFO] 
05:36:05 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub ---
05:36:05 [INFO] Copying 1 resource from src/main/resources to target
05:36:05 [INFO] 
05:36:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub ---
05:36:05 [INFO] Tests are skipped.
05:36:05 [INFO] 
05:36:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub ---
05:36:05 [INFO] Tests are skipped.
05:36:05 [INFO] 
05:36:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub ---
05:36:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec
05:36:05 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes
05:36:05 [INFO] 
05:36:05 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub ---
05:36:05 [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.
05:36:05 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
05:36:06 [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.
05:36:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
05:36:07 [INFO] 
05:36:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub ---
05:36:07 [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
05:36:07 [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
05:36:07 [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
05:36:07 [INFO] 
05:36:07 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub ---
05:36:07 [INFO] 
05:36:07 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------
05:36:07 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT  [40/77]
05:36:07 [INFO]   from internal/utils/cache/pom.xml
05:36:07 [INFO] --------------------------------[ jar ]---------------------------------
05:36:07 [INFO] 
05:36:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
05:36: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/cache/target/jacoco.exec
05:36:07 [INFO] 
05:36:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache ---
05:36:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:07 [INFO] All files are up to date, skip goal execution.
05:36:07 [INFO] 
05:36:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache ---
05:36:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources
05:36:07 [INFO] 
05:36:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache ---
05:36:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT...
05:36:07 [INFO] 
05:36:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache ---
05:36:07 [INFO] Changes detected - recompiling the module! :dependency
05:36:07 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes
05:36:08 [INFO] 
05:36:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache ---
05:36:08 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:36:08 [INFO] 
05:36:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache ---
05:36:08 [INFO] Changes detected - recompiling the module! :dependency
05:36:08 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:36:08 [INFO] 
05:36:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache ---
05:36:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:08 [INFO] Tests are skipped.
05:36:08 [INFO] 
05:36:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache ---
05:36:08 [INFO] 
05:36:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache ---
05:36:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar
05:36:08 [INFO] 
05:36:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache ---
05:36:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:08 [INFO] Configuration changed, re-generating javadoc.
05:36:10 [WARNING] Javadoc Warnings
05:36: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
05:36:10 [WARNING] package org.eclipse.ditto.internal.utils.cache;
05:36:10 [WARNING] ^
05:36: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
05:36:10 [WARNING] package org.eclipse.ditto.internal.utils.cache.config;
05:36:10 [WARNING] ^
05:36: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
05:36:10 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry;
05:36:10 [WARNING] ^
05:36: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
05:36:10 [WARNING] boolean exists();
05:36:10 [WARNING] ^
05:36: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
05:36:10 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) {
05:36:10 [WARNING] ^
05:36: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
05:36:10 [WARNING] default Optional<T> get() {
05:36:10 [WARNING] ^
05:36: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
05:36:10 [WARNING] static <T> Entry<T> nonexistent() {
05:36:10 [WARNING] ^
05:36: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
05:36:10 [WARNING] static <T> Entry<T> of(final long revision, final T value) {
05:36:10 [WARNING] ^
05:36:10 [WARNING] 8 warnings
05:36:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
05:36:10 [INFO] 
05:36:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache ---
05:36:10 [INFO] Tests are skipped.
05:36:10 [INFO] 
05:36:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache ---
05:36:10 [INFO] Tests are skipped.
05:36:10 [INFO] 
05:36:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache ---
05:36:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec
05:36:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes
05:36:10 [INFO] 
05:36:10 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache ---
05:36:10 [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.
05:36:10 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar
05:36:11 [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.
05:36:11 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
05:36:12 [INFO] 
05:36:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache ---
05:36:12 [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
05:36:12 [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
05:36:12 [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
05:36:12 [INFO] 
05:36:12 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache ---
05:36:12 [INFO] 
05:36:12 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >-------------
05:36:12 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT   [41/77]
05:36:12 [INFO]   from internal/utils/test/pom.xml
05:36:12 [INFO] --------------------------------[ jar ]---------------------------------
05:36:12 [INFO] 
05:36:12 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
05:36: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/test/target/jacoco.exec
05:36:12 [INFO] 
05:36:12 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test ---
05:36:12 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:12 [INFO] All files are up to date, skip goal execution.
05:36:12 [INFO] 
05:36:12 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test ---
05:36:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources
05:36:12 [INFO] 
05:36:12 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test ---
05:36:12 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT...
05:36:12 [INFO] 
05:36:12 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test ---
05:36:12 [INFO] No sources to compile
05:36:12 [INFO] 
05:36:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test ---
05:36:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources
05:36:12 [INFO] 
05:36:12 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test ---
05:36:12 [INFO] Changes detected - recompiling the module! :dependency
05:36:12 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes
05:36:13 [INFO] 
05:36:13 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test ---
05:36:13 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:13 [INFO] Tests are skipped.
05:36:13 [INFO] 
05:36:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test ---
05:36:13 [INFO] 
05:36:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test ---
05:36:13 [INFO] 
05:36:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test ---
05:36:13 [INFO] 
05:36:13 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test ---
05:36:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
05:36:13 [INFO] 
05:36:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test ---
05:36:13 [INFO] Tests are skipped.
05:36:13 [INFO] 
05:36:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test ---
05:36:13 [INFO] Tests are skipped.
05:36:13 [INFO] 
05:36:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test ---
05:36:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:36:13 [INFO] 
05:36:13 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-test ---
05:36:13 [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.
05:36:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar
05:36:13 [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.
05:36:13 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
05:36:14 [INFO] 
05:36:14 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test ---
05:36: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
05:36: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
05:36: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
05:36:14 [INFO] 
05:36:14 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-test ---
05:36:15 [INFO] 
05:36:15 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >---------
05:36:15 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77]
05:36:15 [INFO]   from internal/utils/persistence/pom.xml
05:36:15 [INFO] --------------------------------[ jar ]---------------------------------
05:36:15 [INFO] 
05:36:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
05:36: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/persistence/target/jacoco.exec
05:36:15 [INFO] 
05:36:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence ---
05:36:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:15 [INFO] All files are up to date, skip goal execution.
05:36:15 [INFO] 
05:36:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence ---
05:36:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources
05:36:15 [INFO] 
05:36:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence ---
05:36:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT...
05:36:15 [INFO] 
05:36:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence ---
05:36:15 [INFO] Changes detected - recompiling the module! :dependency
05:36:15 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes
05:36: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.
05:36: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.
05:36: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.
05:36: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.
05:36:15 [INFO] 
05:36:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence ---
05:36:15 [INFO] Copying 12 resources from src/test/resources to target/test-classes
05:36:15 [INFO] 
05:36:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence ---
05:36:15 [INFO] Changes detected - recompiling the module! :dependency
05:36:15 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
05:36:16 [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.
05:36:16 [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.
05:36:16 [INFO] 
05:36:16 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence ---
05:36:16 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:16 [INFO] Tests are skipped.
05:36:16 [INFO] 
05:36:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence ---
05:36:16 [INFO] 
05:36:16 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence ---
05:36:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar
05:36:16 [INFO] 
05:36:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence ---
05:36:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:16 [INFO] Configuration changed, re-generating javadoc.
05:36:20 [WARNING] Javadoc Warnings
05:36:20 [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
05:36:20 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] protected final EventRegistry<T> eventRegistry;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] protected final ExtendedActorSystem system;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system,
05:36:20 [WARNING] ^
05:36:20 [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>
05:36:20 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity);
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator,
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {}
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] protected abstract String getActorName();
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public DittoMongoCollectionCache(final Config config) {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public BsonInt32 getBsonInt() {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] ASCENDING(1), DESCENDING(-1);
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] ASCENDING(1), DESCENDING(-1);
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public static final IndexDirection DEFAULT = ASCENDING;
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public KamonCommandListener(final String metricName) {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public KamonConnectionPoolListener(final String metricName) {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection,
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient,
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST();
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID();
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE);
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() {
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest());
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] EXTRACTOR_CLASS("class", ""),
05:36:20 [WARNING] ^
05:36:20 [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
05:36:20 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList());
05:36:20 [WARNING] ^
05:36:20 [WARNING] 41 warnings
05:36:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
05:36:20 [INFO] 
05:36:20 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence ---
05:36:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
05:36:20 [INFO] 
05:36:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence ---
05:36:20 [INFO] Tests are skipped.
05:36:20 [INFO] 
05:36:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence ---
05:36:20 [INFO] Tests are skipped.
05:36:20 [INFO] 
05:36:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence ---
05:36:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec
05:36:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes
05:36:20 [INFO] 
05:36:20 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistence ---
05:36:20 [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.
05:36:20 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar
05:36:21 [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.
05:36:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
05:36:23 [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.
05:36:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
05:36:23 [INFO] 
05:36:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence ---
05:36:23 [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
05:36:23 [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
05:36:23 [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
05:36:23 [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
05:36:23 [INFO] 
05:36:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistence ---
05:36:24 [INFO] 
05:36:24 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >-----------------
05:36:24 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT               [43/77]
05:36:24 [INFO]   from things/api/pom.xml
05:36:24 [INFO] --------------------------------[ jar ]---------------------------------
05:36:24 [INFO] 
05:36:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
05:36: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/things/api/target/jacoco.exec
05:36:24 [INFO] 
05:36:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api ---
05:36:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:24 [INFO] All files are up to date, skip goal execution.
05:36:24 [INFO] 
05:36:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api ---
05:36:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources
05:36:24 [INFO] 
05:36:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api ---
05:36:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT...
05:36:24 [INFO] 
05:36:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api ---
05:36:24 [INFO] Changes detected - recompiling the module! :dependency
05:36:24 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes
05:36:24 [INFO] 
05:36:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api ---
05:36:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources
05:36:24 [INFO] 
05:36:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api ---
05:36:24 [INFO] Changes detected - recompiling the module! :dependency
05:36:24 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
05:36:24 [INFO] 
05:36:24 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api ---
05:36:24 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:24 [INFO] Tests are skipped.
05:36:24 [INFO] 
05:36:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api ---
05:36:24 [INFO] 
05:36:24 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api ---
05:36:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar
05:36:24 [INFO] 
05:36:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api ---
05:36:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:24 [INFO] Configuration changed, re-generating javadoc.
05:36:27 [WARNING] Javadoc Warnings
05:36:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment
05:36:27 [WARNING] package org.eclipse.ditto.things.api;
05:36:27 [WARNING] ^
05:36:27 [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
05:36:27 [WARNING] package org.eclipse.ditto.things.api.commands.sudo;
05:36:27 [WARNING] ^
05:36:27 [WARNING] 2 warnings
05:36:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar
05:36:27 [INFO] 
05:36:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api ---
05:36:27 [INFO] Tests are skipped.
05:36:27 [INFO] 
05:36:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api ---
05:36:27 [INFO] Tests are skipped.
05:36:27 [INFO] 
05:36:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api ---
05:36:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec
05:36:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes
05:36:27 [INFO] 
05:36:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-api ---
05:36:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar' is disabled.
05:36:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar
05:36:27 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar' is disabled.
05:36:27 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar
05:36:28 [INFO] 
05:36:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api ---
05:36:28 [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
05:36:28 [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
05:36:28 [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
05:36:28 [INFO] 
05:36:28 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-api ---
05:36:29 [INFO] 
05:36:29 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >--------------
05:36:29 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT         [44/77]
05:36:29 [INFO]   from connectivity/api/pom.xml
05:36:29 [INFO] --------------------------------[ jar ]---------------------------------
05:36:29 [INFO] 
05:36:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
05:36: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/connectivity/api/target/jacoco.exec
05:36:29 [INFO] 
05:36:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api ---
05:36:29 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:29 [INFO] All files are up to date, skip goal execution.
05:36:29 [INFO] 
05:36:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api ---
05:36:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources
05:36:29 [INFO] 
05:36:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api ---
05:36:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT...
05:36:29 [INFO] 
05:36:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api ---
05:36:29 [INFO] Changes detected - recompiling the module! :dependency
05:36:29 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes
05:36:29 [INFO] 
05:36:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api ---
05:36:29 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:36:29 [INFO] 
05:36:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api ---
05:36:29 [INFO] Changes detected - recompiling the module! :dependency
05:36:29 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
05:36:29 [INFO] 
05:36:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api ---
05:36:29 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:29 [INFO] Tests are skipped.
05:36:29 [INFO] 
05:36:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api ---
05:36:29 [INFO] 
05:36:29 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api ---
05:36:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar
05:36:29 [INFO] 
05:36:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api ---
05:36:30 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:30 [INFO] Configuration changed, re-generating javadoc.
05:36:32 [WARNING] Javadoc Warnings
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment
05:36:32 [WARNING] package org.eclipse.ditto.connectivity.api;
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo;
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs;
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment
05:36:32 [WARNING] CONNECTED,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment
05:36:32 [WARNING] CONNECTING,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment
05:36:32 [WARNING] DISCONNECTED,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment
05:36:32 [WARNING] DISCONNECTING,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment
05:36:32 [WARNING] INITIALIZED,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment
05:36:32 [WARNING] TESTING;
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment
05:36:32 [WARNING] UNKNOWN,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment
05:36:32 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval";
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment
05:36:32 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH =
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment
05:36:32 [WARNING] BYTES,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment
05:36:32 [WARNING] TEXT,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment
05:36:32 [WARNING] TEXT_AND_BYTES,
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment
05:36:32 [WARNING] UNKNOWN
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command,
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable(
05:36:32 [WARNING] ^
05:36:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment
05:36:32 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath,
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets,
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag";
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public String getTag() {
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public Set<ConnectionId> getConnectionIds() {
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags";
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
05:36:32 [WARNING] ^
05:36:32 [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
05:36:32 [WARNING] public Set<String> getConnectionTags() {
05:36:32 [WARNING] ^
05:36:32 [WARNING] 27 warnings
05:36:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
05:36:32 [INFO] 
05:36:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api ---
05:36:32 [INFO] Tests are skipped.
05:36:32 [INFO] 
05:36:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api ---
05:36:32 [INFO] Tests are skipped.
05:36:32 [INFO] 
05:36:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api ---
05:36:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec
05:36:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes
05:36:32 [INFO] 
05:36:32 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-api ---
05:36:32 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar' is disabled.
05:36:32 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar
05:36:33 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar' is disabled.
05:36:33 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
05:36:34 [INFO] 
05:36:34 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api ---
05:36:34 [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
05:36:34 [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
05:36:34 [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
05:36:34 [INFO] 
05:36:34 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-api ---
05:36:35 [INFO] 
05:36:35 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >---------------------
05:36:35 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT                         [45/77]
05:36:35 [INFO]   from jwt/pom.xml
05:36:35 [INFO] --------------------------------[ pom ]---------------------------------
05:36:35 [INFO] 
05:36:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
05:36: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/jwt/target/jacoco.exec
05:36:35 [INFO] 
05:36:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt ---
05:36:35 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:35 [INFO] The goal is skip due to packaging 'pom'
05:36:35 [INFO] 
05:36:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt ---
05:36:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT...
05:36:35 [INFO] 
05:36:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt ---
05:36:35 [INFO] 
05:36:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt ---
05:36:35 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:36:35 [INFO] 
05:36:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt ---
05:36:35 [INFO] Tests are skipped.
05:36:35 [INFO] 
05:36:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt ---
05:36:35 [INFO] Tests are skipped.
05:36:35 [INFO] 
05:36:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt ---
05:36:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:36:35 [INFO] 
05:36:35 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt ---
05:36:35 [INFO] 
05:36:35 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt ---
05:36:35 [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
05:36:35 [INFO] 
05:36:35 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt ---
05:36:35 [INFO] 
05:36:35 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------
05:36:35 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT                [46/77]
05:36:35 [INFO]   from jwt/model/pom.xml
05:36:35 [INFO] -------------------------------[ bundle ]-------------------------------
05:36:35 [INFO] 
05:36:35 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
05:36:35 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:36:35 [INFO] 
05:36:35 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
05:36: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/jwt/model/target/jacoco.exec
05:36:35 [INFO] 
05:36:35 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model ---
05:36:35 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:35 [INFO] All files are up to date, skip goal execution.
05:36:35 [INFO] 
05:36:35 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model ---
05:36:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources
05:36:35 [INFO] 
05:36:35 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model ---
05:36:35 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT...
05:36:35 [INFO] 
05:36:35 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model ---
05:36:35 [INFO] Changes detected - recompiling the module! :dependency
05:36:35 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
05:36:35 [WARNING] bootstrap class path not set in conjunction with -source 8
05:36:35 [INFO] 
05:36:35 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model ---
05:36:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources
05:36:35 [INFO] 
05:36:35 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model ---
05:36:35 [INFO] Changes detected - recompiling the module! :dependency
05:36:35 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
05:36:35 [WARNING] bootstrap class path not set in conjunction with -source 8
05:36:35 [INFO] 
05:36:35 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model ---
05:36:35 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:35 [INFO] Tests are skipped.
05:36:35 [INFO] 
05:36:35 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model ---
05:36:35 [INFO] 
05:36:35 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model ---
05:36:35 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar
05:36:35 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF
05:36:35 [INFO] 
05:36:35 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model ---
05:36:35 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:35 [INFO] Configuration changed, re-generating javadoc.
05:36:37 [WARNING] Javadoc Warnings
05:36:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment
05:36:37 [WARNING] package org.eclipse.ditto.jwt.model;
05:36:37 [WARNING] ^
05:36:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment
05:36:37 [WARNING] protected AbstractJsonWebToken(final String token) {
05:36:37 [WARNING] ^
05:36:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment
05:36:37 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) {
05:36:37 [WARNING] ^
05:36:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment
05:36:37 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException {
05:36:37 [WARNING] ^
05:36:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment
05:36:37 [WARNING] public interface JwtException {
05:36:37 [WARNING] ^
05:36:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment
05:36:37 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException {
05:36:37 [WARNING] ^
05:36:37 [WARNING] 6 warnings
05:36:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
05:36:37 [INFO] 
05:36:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model ---
05:36:37 [INFO] Tests are skipped.
05:36:37 [INFO] 
05:36:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model ---
05:36:37 [INFO] Tests are skipped.
05:36:37 [INFO] 
05:36:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model ---
05:36:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec
05:36:37 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes
05:36:37 [INFO] 
05:36:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-jwt-model ---
05:36:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar' is disabled.
05:36:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar
05:36:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:36:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
05:36:39 [INFO] 
05:36:39 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model ---
05:36:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'.
05:36:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'.
05:36:39 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'.
05:36:39 [INFO] 
05:36:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model ---
05:36:39 [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
05:36:39 [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
05:36:39 [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
05:36:39 [INFO] 
05:36:39 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model ---
05:36:39 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar
05:36:39 [INFO] Writing OBR metadata
05:36:39 [INFO] 
05:36:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-jwt-model ---
05:36:40 [INFO] 
05:36:40 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-jwt-model ---
05:36:40 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:36:40 [INFO] 
05:36:40 [INFO] --------------------< org.eclipse.ditto:ditto-wot >---------------------
05:36:40 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT                         [47/77]
05:36:40 [INFO]   from wot/pom.xml
05:36:40 [INFO] --------------------------------[ pom ]---------------------------------
05:36:40 [INFO] 
05:36:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
05:36: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/wot/target/jacoco.exec
05:36:40 [INFO] 
05:36:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot ---
05:36:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:40 [INFO] The goal is skip due to packaging 'pom'
05:36:40 [INFO] 
05:36:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot ---
05:36:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT...
05:36:40 [INFO] 
05:36:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot ---
05:36:40 [INFO] 
05:36:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot ---
05:36:40 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:36:40 [INFO] 
05:36:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot ---
05:36:40 [INFO] Tests are skipped.
05:36:40 [INFO] 
05:36:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot ---
05:36:40 [INFO] Tests are skipped.
05:36:40 [INFO] 
05:36:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot ---
05:36:40 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:36:40 [INFO] 
05:36:40 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot ---
05:36:40 [INFO] 
05:36:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot ---
05:36:40 [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
05:36:40 [INFO] 
05:36:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot ---
05:36:40 [INFO] 
05:36:40 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------
05:36:40 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT                [48/77]
05:36:40 [INFO]   from wot/model/pom.xml
05:36:40 [INFO] -------------------------------[ bundle ]-------------------------------
05:36:40 [INFO] 
05:36:40 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
05:36:40 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:36:40 [INFO] 
05:36:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
05:36: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/wot/model/target/jacoco.exec
05:36:40 [INFO] 
05:36:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model ---
05:36:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:40 [INFO] All files are up to date, skip goal execution.
05:36:40 [INFO] 
05:36:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model ---
05:36:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources
05:36:40 [INFO] 
05:36:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model ---
05:36:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT...
05:36:40 [INFO] 
05:36:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model ---
05:36:40 [INFO] Changes detected - recompiling the module! :dependency
05:36:40 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes
05:36:42 [WARNING] bootstrap class path not set in conjunction with -source 8
05:36:42 [INFO] 
05:36:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model ---
05:36:42 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:36:42 [INFO] 
05:36:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model ---
05:36:42 [INFO] Changes detected - recompiling the module! :dependency
05:36:42 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
05:36:42 [WARNING] bootstrap class path not set in conjunction with -source 8
05:36:42 [INFO] 
05:36:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model ---
05:36:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:42 [INFO] Tests are skipped.
05:36:42 [INFO] 
05:36:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model ---
05:36:42 [INFO] 
05:36:42 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model ---
05:36:42 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar
05:36:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF
05:36:42 [INFO] 
05:36:42 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model ---
05:36:42 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:42 [INFO] Configuration changed, re-generating javadoc.
05:36:46 [WARNING] Javadoc Warnings
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment
05:36:46 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment
05:36:46 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment
05:36:46 [WARNING] String getActionName();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment
05:36:46 [WARNING] Optional<SingleDataSchema> getInput();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment
05:36:46 [WARNING] Optional<SingleDataSchema> getOutput();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment
05:36:46 [WARNING] boolean isIdempotent();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment
05:36:46 [WARNING] boolean isSafe();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment
05:36:46 [WARNING] Optional<Boolean> isSynchronous();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment
05:36:46 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment
05:36:46 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final CharSequence actionName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment
05:36:46 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment
05:36:46 [WARNING] Builder setInput(@Nullable SingleDataSchema input);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment
05:36:46 [WARNING] Builder setOutput(@Nullable SingleDataSchema output);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment
05:36:46 [WARNING] Builder setSafe(@Nullable Boolean safe);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment
05:36:46 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment
05:36:46 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment
05:36:46 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment
05:36:46 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment
05:36:46 [WARNING] static ActionFormElement.Builder newBuilder() {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment
05:36:46 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment
05:36:46 [WARNING] static Builder newBuilder() {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment
05:36:46 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment
05:36:46 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment
05:36:46 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment
05:36:46 [WARNING] static Actions from(final Collection<Action> actions) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment
05:36:46 [WARNING] static Actions fromJson(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment
05:36:46 [WARNING] Optional<Action> getAction(CharSequence actionName);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment
05:36:46 [WARNING] static Actions of(final Map<String, Action> actions) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment
05:36:46 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment
05:36:46 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment
05:36:46 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment
05:36:46 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment
05:36:46 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment
05:36:46 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment
05:36:46 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment
05:36:46 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment
05:36:46 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment
05:36:46 [WARNING] List<String> getAllOf();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:137: warning: no comment
05:36:46 [WARNING] SecuritySchemeScheme getScheme();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment
05:36:46 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment
05:36:46 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment
05:36:46 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment
05:36:46 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment
05:36:46 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment
05:36:46 [WARNING] Optional<SecuritySchemeIn> getIn();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment
05:36:46 [WARNING] Optional<String> getName();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment
05:36:46 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment
05:36:46 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment
05:36:46 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment
05:36:46 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment
05:36:46 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment
05:36:46 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment
05:36:46 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment
05:36:46 [WARNING] Optional<DataSchema> getItems();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment
05:36:46 [WARNING] Optional<Integer> getMaxItems();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment
05:36:46 [WARNING] Optional<Integer> getMinItems();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:104: warning: no comment
05:36:46 [WARNING] Optional<DataSchemaType> getType();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment
05:36:46 [WARNING] static ArraySchema.Builder newBuilder() {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment
05:36:46 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment
05:36:46 [WARNING] default ArraySchema.Builder toBuilder() {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment
05:36:46 [WARNING] static Builder newBuilder() {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment
05:36:46 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment
05:36:46 [WARNING] Builder setItems(@Nullable DataSchema items);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment
05:36:46 [WARNING] Builder setMaxItems(@Nullable Integer maxItems);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment
05:36:46 [WARNING] Builder setMinItems(@Nullable Integer minItems);
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment
05:36:46 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition(
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment
05:36:46 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment
05:36:46 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment
05:36:46 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment
05:36:46 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment
05:36:46 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment
05:36:46 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment
05:36:46 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment
05:36:46 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment
05:36:46 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment
05:36:46 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment
05:36:46 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment
05:36:46 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment
05:36:46 [WARNING] String REL_ICON = "icon";
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment
05:36:46 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) {
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment
05:36:46 [WARNING] Optional<IRI> getAnchor();
05:36:46 [WARNING] ^
05:36:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment
05:36:46 [WARNING] IRI getHref();
05:36:46 [WARNING] ^
05:36:46 [WARNING] 100 warnings
05:36:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar
05:36:46 [INFO] 
05:36:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model ---
05:36:46 [INFO] Tests are skipped.
05:36:46 [INFO] 
05:36:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model ---
05:36:46 [INFO] Tests are skipped.
05:36:46 [INFO] 
05:36:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model ---
05:36:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec
05:36:46 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes
05:36:47 [INFO] 
05:36:47 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-model ---
05:36:47 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar' is disabled.
05:36:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar
05:36:48 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:36:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar
05:36:49 [INFO] 
05:36:49 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model ---
05:36:49 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'.
05:36:49 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'.
05:36:49 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'.
05:36:49 [INFO] 
05:36:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model ---
05:36:49 [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
05:36:49 [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
05:36:49 [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
05:36:49 [INFO] 
05:36:49 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model ---
05:36:49 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar
05:36:49 [INFO] Writing OBR metadata
05:36:49 [INFO] 
05:36:49 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-model ---
05:36:50 [INFO] 
05:36:50 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-wot-model ---
05:36:50 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:36:50 [INFO] 
05:36:50 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >--------
05:36:50 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77]
05:36:50 [INFO]   from internal/utils/cache-loaders/pom.xml
05:36:50 [INFO] --------------------------------[ jar ]---------------------------------
05:36:50 [INFO] 
05:36:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
05:36: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/internal/utils/cache-loaders/target/jacoco.exec
05:36:50 [INFO] 
05:36:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders ---
05:36:50 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:50 [INFO] All files are up to date, skip goal execution.
05:36:50 [INFO] 
05:36:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders ---
05:36:50 [INFO] Copying 1 resource from src/main/resources to target/classes
05:36:50 [INFO] 
05:36:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders ---
05:36:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT...
05:36:50 [INFO] 
05:36:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders ---
05:36:50 [INFO] Changes detected - recompiling the module! :dependency
05:36:50 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes
05:36:50 [INFO] 
05:36:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders ---
05:36:50 [INFO] Copying 2 resources from src/test/resources to target/test-classes
05:36:50 [INFO] 
05:36:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders ---
05:36:50 [INFO] Changes detected - recompiling the module! :dependency
05:36:50 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:36:50 [INFO] 
05:36:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders ---
05:36:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:50 [INFO] Tests are skipped.
05:36:50 [INFO] 
05:36:50 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders ---
05:36:50 [INFO] 
05:36:50 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders ---
05:36:50 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
05:36:50 [INFO] 
05:36:50 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders ---
05:36:50 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:50 [INFO] Configuration changed, re-generating javadoc.
05:36:52 [WARNING] Javadoc Warnings
05:36:52 [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
05:36:52 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders;
05:36:52 [WARNING] ^
05:36:52 [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
05:36:52 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config;
05:36:52 [WARNING] ^
05:36:52 [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>
05:36:52 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard(
05:36:52 [WARNING] ^
05:36:52 [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
05:36:52 [WARNING] BACKOFF_DELAY
05:36:52 [WARNING] ^
05:36:52 [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
05:36:52 [WARNING] FIXED_DELAY,
05:36:52 [WARNING] ^
05:36:52 [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
05:36:52 [WARNING] NO_DELAY,
05:36:52 [WARNING] ^
05:36:52 [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
05:36:52 [WARNING] OFF,
05:36:52 [WARNING] ^
05:36:52 [WARNING] 7 warnings
05:36:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
05:36:52 [INFO] 
05:36:52 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders ---
05:36:52 [INFO] Tests are skipped.
05:36:52 [INFO] 
05:36:52 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders ---
05:36:52 [INFO] Tests are skipped.
05:36:52 [INFO] 
05:36:52 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders ---
05:36:52 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec
05:36:52 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes
05:36:52 [INFO] 
05:36:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-cache-loaders ---
05:36:52 [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.
05:36:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
05:36:53 [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.
05:36:53 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
05:36:54 [INFO] 
05:36:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders ---
05:36:54 [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
05:36:54 [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
05:36:54 [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
05:36:54 [INFO] 
05:36:54 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-cache-loaders ---
05:36:54 [INFO] 
05:36:54 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >----------
05:36:54 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77]
05:36:54 [INFO]   from internal/utils/namespaces/pom.xml
05:36:54 [INFO] --------------------------------[ jar ]---------------------------------
05:36:54 [INFO] 
05:36:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
05:36: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/namespaces/target/jacoco.exec
05:36:54 [INFO] 
05:36:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces ---
05:36:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:54 [INFO] All files are up to date, skip goal execution.
05:36:54 [INFO] 
05:36:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces ---
05:36:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources
05:36:54 [INFO] 
05:36:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces ---
05:36:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT...
05:36:54 [INFO] 
05:36:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces ---
05:36:54 [INFO] Changes detected - recompiling the module! :dependency
05:36:54 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
05:36:54 [INFO] 
05:36:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces ---
05:36:54 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:36:54 [INFO] 
05:36:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces ---
05:36:54 [INFO] Changes detected - recompiling the module! :dependency
05:36:54 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
05:36:54 [INFO] 
05:36:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces ---
05:36:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:54 [INFO] Tests are skipped.
05:36:54 [INFO] 
05:36:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces ---
05:36:54 [INFO] 
05:36:54 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces ---
05:36:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
05:36:54 [INFO] 
05:36:54 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces ---
05:36:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:54 [INFO] Configuration changed, re-generating javadoc.
05:36:56 [WARNING] Javadoc Warnings
05:36:56 [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
05:36:56 [WARNING] package org.eclipse.ditto.internal.utils.namespaces;
05:36:56 [WARNING] ^
05:36:56 [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
05:36:56 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) {
05:36:56 [WARNING] ^
05:36:56 [WARNING] 2 warnings
05:36:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
05:36:56 [INFO] 
05:36:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces ---
05:36:56 [INFO] Tests are skipped.
05:36:56 [INFO] 
05:36:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces ---
05:36:56 [INFO] Tests are skipped.
05:36:56 [INFO] 
05:36:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces ---
05:36:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec
05:36:56 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes
05:36:56 [INFO] 
05:36:56 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-namespaces ---
05:36:56 [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.
05:36:56 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
05:36:57 [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.
05:36:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
05:36:58 [INFO] 
05:36:58 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces ---
05:36:58 [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
05:36:58 [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
05:36:58 [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
05:36:58 [INFO] 
05:36:58 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-namespaces ---
05:36:58 [INFO] 
05:36:58 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------
05:36:58 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT     [51/77]
05:36:58 [INFO]   from policies/enforcement/pom.xml
05:36:58 [INFO] --------------------------------[ jar ]---------------------------------
05:36:58 [INFO] 
05:36:58 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
05:36:58 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:36:58 [INFO] 
05:36:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
05:36: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/policies/enforcement/target/jacoco.exec
05:36:58 [INFO] 
05:36:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement ---
05:36:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:36:58 [INFO] All files are up to date, skip goal execution.
05:36:58 [INFO] 
05:36:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement ---
05:36:58 [INFO] Copying 1 resource from src/main/resources to target/classes
05:36:58 [INFO] 
05:36:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement ---
05:36:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT...
05:36:58 [INFO] 
05:36:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement ---
05:36:58 [INFO] Changes detected - recompiling the module! :dependency
05:36:58 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes
05:36:59 [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.
05:36:59 [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.
05:36:59 [INFO] 
05:36:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement ---
05:36:59 [INFO] Copying 6 resources from src/test/resources to target/test-classes
05:36:59 [INFO] 
05:36:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement ---
05:36:59 [INFO] Changes detected - recompiling the module! :dependency
05:36:59 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
05:36:59 [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.
05:36:59 [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.
05:36:59 [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.
05:36:59 [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.
05:36:59 [INFO] 
05:36:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement ---
05:36:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:36:59 [INFO] Tests are skipped.
05:36:59 [INFO] 
05:36:59 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement ---
05:36:59 [INFO] 
05:36:59 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement ---
05:36:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar
05:36:59 [INFO] 
05:36:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement ---
05:36:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:36:59 [INFO] Configuration changed, re-generating javadoc.
05:37:01 [WARNING] Javadoc Warnings
05:37:01 [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
05:37:01 [WARNING] package org.eclipse.ditto.policies.enforcement.config;
05:37:01 [WARNING] ^
05:37:01 [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
05:37:01 [WARNING] package org.eclipse.ditto.policies.enforcement.pre;
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment
05:37:01 [WARNING] protected static final ThreadSafeDittoLogger LOGGER =
05:37:01 [WARNING] ^
05:37:01 [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
05:37:01 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal);
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment
05:37:01 [WARNING] protected final E enforcement;
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment
05:37:01 [WARNING] protected final I entityId;
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment
05:37:01 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment
05:37:01 [WARNING] protected final PreEnforcerProvider preEnforcer;
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment
05:37:01 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) {
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment
05:37:01 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) {
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment
05:37:01 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider;
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment
05:37:01 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId,
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment
05:37:01 [WARNING] public interface Invalidatable {
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment
05:37:01 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout);
05:37:01 [WARNING] ^
05:37:01 [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
05:37:01 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy,
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment
05:37:01 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher";
05:37:01 [WARNING] ^
05:37:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return
05:37:01 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) {
05:37:01 [WARNING] ^
05:37:01 [WARNING] 17 warnings
05:37:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
05:37:01 [INFO] 
05:37:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement ---
05:37:01 [INFO] Tests are skipped.
05:37:01 [INFO] 
05:37:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement ---
05:37:01 [INFO] Tests are skipped.
05:37:01 [INFO] 
05:37:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement ---
05:37:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec
05:37:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes
05:37:01 [INFO] 
05:37:01 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-enforcement ---
05:37:01 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar' is disabled.
05:37:01 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar
05:37:02 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar' is disabled.
05:37:02 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
05:37:04 [INFO] 
05:37:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement ---
05:37:04 [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
05:37:04 [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
05:37:04 [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
05:37:04 [INFO] 
05:37:04 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-enforcement ---
05:37:04 [INFO] 
05:37:04 [INFO] --------------------< org.eclipse.ditto:ditto-rql >---------------------
05:37:04 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT                         [52/77]
05:37:04 [INFO]   from rql/pom.xml
05:37:04 [INFO] --------------------------------[ pom ]---------------------------------
05:37:04 [INFO] 
05:37:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
05:37: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/rql/target/jacoco.exec
05:37:04 [INFO] 
05:37:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql ---
05:37:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:04 [INFO] The goal is skip due to packaging 'pom'
05:37:04 [INFO] 
05:37:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql ---
05:37:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT...
05:37:04 [INFO] 
05:37:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql ---
05:37:04 [INFO] 
05:37:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql ---
05:37:04 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:37:04 [INFO] 
05:37:04 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql ---
05:37:04 [INFO] Tests are skipped.
05:37:04 [INFO] 
05:37:04 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql ---
05:37:04 [INFO] Tests are skipped.
05:37:04 [INFO] 
05:37:04 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql ---
05:37:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:37:04 [INFO] 
05:37:04 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql ---
05:37:04 [INFO] 
05:37:04 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql ---
05:37:04 [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
05:37:04 [INFO] 
05:37:04 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql ---
05:37:04 [INFO] 
05:37:04 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------
05:37:04 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT                [53/77]
05:37:04 [INFO]   from rql/model/pom.xml
05:37:04 [INFO] -------------------------------[ bundle ]-------------------------------
05:37:04 [INFO] 
05:37:04 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
05:37:04 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:37:04 [INFO] 
05:37:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
05:37: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/rql/model/target/jacoco.exec
05:37:04 [INFO] 
05:37:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model ---
05:37:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:04 [INFO] All files are up to date, skip goal execution.
05:37:04 [INFO] 
05:37:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model ---
05:37:04 [INFO] Copying 0 resource from src/main/resources to target/classes
05:37:04 [INFO] 
05:37:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model ---
05:37:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT...
05:37:04 [INFO] 
05:37:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model ---
05:37:04 [INFO] Changes detected - recompiling the module! :dependency
05:37:04 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes
05:37:04 [WARNING] bootstrap class path not set in conjunction with -source 8
05:37:04 [INFO] 
05:37:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model ---
05:37:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources
05:37:04 [INFO] 
05:37:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model ---
05:37:04 [INFO] Changes detected - recompiling the module! :dependency
05:37:04 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes
05:37:04 [WARNING] bootstrap class path not set in conjunction with -source 8
05:37:04 [INFO] 
05:37:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model ---
05:37:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:04 [INFO] Tests are skipped.
05:37:04 [INFO] 
05:37:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model ---
05:37:04 [INFO] 
05:37:04 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model ---
05:37:04 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar
05:37:04 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF
05:37:04 [INFO] 
05:37:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model ---
05:37:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:05 [INFO] Configuration changed, re-generating javadoc.
05:37:06 [WARNING] Javadoc Warnings
05:37:06 [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
05:37:06 [WARNING] public String getName() {
05:37:06 [WARNING] ^
05:37:06 [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
05:37:06 [WARNING] public static Type byName(final String name) {
05:37:06 [WARNING] ^
05:37:06 [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
05:37:06 [WARNING] public String getName() {
05:37:06 [WARNING] ^
05:37:06 [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
05:37:06 [WARNING] public String getName() {
05:37:06 [WARNING] ^
05:37:06 [WARNING] 4 warnings
05:37:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar
05:37:06 [INFO] 
05:37:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model ---
05:37:06 [INFO] Tests are skipped.
05:37:06 [INFO] 
05:37:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model ---
05:37:06 [INFO] Tests are skipped.
05:37:06 [INFO] 
05:37:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model ---
05:37:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec
05:37:06 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes
05:37:06 [INFO] 
05:37:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-model ---
05:37:06 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar' is disabled.
05:37:06 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar
05:37:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar' is disabled.
05:37:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar
05:37:08 [INFO] 
05:37:08 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model ---
05:37:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'.
05:37:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'.
05:37:08 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'.
05:37:08 [INFO] 
05:37:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model ---
05:37:08 [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
05:37:08 [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
05:37:08 [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
05:37:08 [INFO] 
05:37:08 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model ---
05:37:08 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar
05:37:08 [INFO] Writing OBR metadata
05:37:09 [INFO] 
05:37:09 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-model ---
05:37:09 [INFO] 
05:37:09 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-model ---
05:37:09 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:37:09 [INFO] 
05:37:09 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >-----------------
05:37:09 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT               [54/77]
05:37:09 [INFO]   from rql/parser/pom.xml
05:37:09 [INFO] -------------------------------[ bundle ]-------------------------------
05:37:09 [INFO] 
05:37:09 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
05:37:09 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:37:09 [INFO] 
05:37:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
05:37: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/rql/parser/target/jacoco.exec
05:37:09 [INFO] 
05:37:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser ---
05:37:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:09 [INFO] All files are up to date, skip goal execution.
05:37:09 [INFO] 
05:37:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser ---
05:37:09 [INFO] Copying 0 resource from src/main/resources to target/classes
05:37:09 [INFO] 
05:37:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser ---
05:37:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT...
05:37:09 [INFO] 
05:37:09 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser ---
05:37:09 [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
05:37:10 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ...
05:37:18 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
05:37:18 1 warning.
05:37:18 [INFO] done compiling
05:37:18 [INFO] compile in 9.1 s
05:37:18 [INFO] 
05:37:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser ---
05:37:18 [INFO] Changes detected - recompiling the module! :dependency
05:37:18 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
05:37:18 [WARNING] bootstrap class path not set in conjunction with -source 8
05:37:18 [INFO] 
05:37:18 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser ---
05:37:18 [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
05:37:18 [INFO] compile in 0.0 s
05:37:18 [INFO] 
05:37:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser ---
05:37:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources
05:37:18 [INFO] 
05:37:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser ---
05:37:18 [INFO] Changes detected - recompiling the module! :dependency
05:37:18 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
05:37:19 [WARNING] bootstrap class path not set in conjunction with -source 8
05:37:19 [INFO] 
05:37:19 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser ---
05:37:19 [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
05:37:19 [INFO] compile in 0.0 s
05:37:19 [INFO] 
05:37:19 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser ---
05:37:19 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:19 [INFO] Tests are skipped.
05:37:19 [INFO] 
05:37:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser ---
05:37:19 [INFO] 
05:37:19 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser ---
05:37:19 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
05:37:19 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar
05:37:19 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF
05:37:19 [INFO] 
05:37:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser ---
05:37:19 [INFO] Tests are skipped.
05:37:19 [INFO] 
05:37:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser ---
05:37:19 [INFO] Tests are skipped.
05:37:19 [INFO] 
05:37:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser ---
05:37:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec
05:37:19 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes
05:37:19 [INFO] 
05:37:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-parser ---
05:37:19 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar' is disabled.
05:37:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar
05:37:20 [INFO] 
05:37:20 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser ---
05:37:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'.
05:37:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'.
05:37:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'.
05:37:20 [INFO] 
05:37:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser ---
05:37:20 [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
05:37:20 [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
05:37:20 [INFO] 
05:37:20 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser ---
05:37:20 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar
05:37:20 [INFO] Writing OBR metadata
05:37:20 [INFO] 
05:37:20 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-parser ---
05:37:20 [INFO] 
05:37:20 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-parser ---
05:37:20 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:37:20 [INFO] 
05:37:20 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------
05:37:20 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT                [55/77]
05:37:20 [INFO]   from rql/query/pom.xml
05:37:20 [INFO] -------------------------------[ bundle ]-------------------------------
05:37:20 [INFO] 
05:37:20 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
05:37:20 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:37:20 [INFO] 
05:37:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
05:37: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/rql/query/target/jacoco.exec
05:37:20 [INFO] 
05:37:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query ---
05:37:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:20 [INFO] All files are up to date, skip goal execution.
05:37:20 [INFO] 
05:37:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query ---
05:37:20 [INFO] Copying 0 resource from src/main/resources to target/classes
05:37:20 [INFO] 
05:37:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query ---
05:37:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT...
05:37:20 [INFO] 
05:37:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query ---
05:37:20 [INFO] Changes detected - recompiling the module! :dependency
05:37:20 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes
05:37:20 [WARNING] bootstrap class path not set in conjunction with -source 8
05:37:20 [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.
05:37:20 [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.
05:37:20 [INFO] 
05:37:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query ---
05:37:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources
05:37:20 [INFO] 
05:37:20 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query ---
05:37:20 [INFO] Changes detected - recompiling the module! :dependency
05:37:20 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
05:37:20 [WARNING] bootstrap class path not set in conjunction with -source 8
05:37:20 [INFO] 
05:37:20 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query ---
05:37:20 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:20 [INFO] Tests are skipped.
05:37:20 [INFO] 
05:37:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query ---
05:37:20 [INFO] 
05:37:20 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query ---
05:37:21 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar
05:37:21 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF
05:37:21 [INFO] 
05:37:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query ---
05:37:21 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:21 [INFO] Configuration changed, re-generating javadoc.
05:37:23 [WARNING] Javadoc Warnings
05:37:23 [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
05:37:23 [WARNING] T visitAttribute(String key);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitFeature(String featureId);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitFeatureDefinition(String featureId);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitFeatureIdProperty(String featureId, String property);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitFeatureProperties(CharSequence featureId);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitMetadata(String key);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitSimple(String fieldName);
05:37:23 [WARNING] ^
05:37:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment
05:37:23 [WARNING] public ExistsThingPredicateVisitor() {
05:37:23 [WARNING] ^
05:37:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment
05:37:23 [WARNING] public boolean isDefinition() {
05:37:23 [WARNING] ^
05:37:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment
05:37:23 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() {
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitMetadata(String key);
05:37:23 [WARNING] ^
05:37:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment
05:37:23 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression,
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitEq(@Nullable Object value);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitGe(@Nullable Object value);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitGt(@Nullable Object value);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitILike(@Nullable String value);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitIn(List<?> values);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitLe(@Nullable Object value);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitLike(@Nullable String value);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitLt(@Nullable Object value);
05:37:23 [WARNING] ^
05:37:23 [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
05:37:23 [WARNING] T visitNe(@Nullable Object value);
05:37:23 [WARNING] ^
05:37:23 [WARNING] 23 warnings
05:37:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar
05:37:23 [INFO] 
05:37:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query ---
05:37:23 [INFO] Tests are skipped.
05:37:23 [INFO] 
05:37:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query ---
05:37:23 [INFO] Tests are skipped.
05:37:23 [INFO] 
05:37:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query ---
05:37:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec
05:37:23 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes
05:37:23 [INFO] 
05:37:23 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-query ---
05:37:23 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar' is disabled.
05:37:23 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar
05:37:26 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar' is disabled.
05:37:26 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar
05:37:27 [INFO] 
05:37:27 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query ---
05:37:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'.
05:37:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'.
05:37:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'.
05:37:27 [INFO] 
05:37:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query ---
05:37:27 [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
05:37:27 [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
05:37:27 [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
05:37:27 [INFO] 
05:37:27 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query ---
05:37:27 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar
05:37:27 [INFO] Writing OBR metadata
05:37:27 [INFO] 
05:37:27 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-query ---
05:37:28 [INFO] 
05:37:28 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-query ---
05:37:28 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:37:28 [INFO] 
05:37:28 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >---------------
05:37:28 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT         [56/77]
05:37:28 [INFO]   from thingsearch/api/pom.xml
05:37:28 [INFO] --------------------------------[ jar ]---------------------------------
05:37:28 [INFO] 
05:37:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
05:37: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/thingsearch/api/target/jacoco.exec
05:37:28 [INFO] 
05:37:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api ---
05:37:28 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:28 [INFO] All files are up to date, skip goal execution.
05:37:28 [INFO] 
05:37:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api ---
05:37:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources
05:37:28 [INFO] 
05:37:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api ---
05:37:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT...
05:37:28 [INFO] 
05:37:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api ---
05:37:28 [INFO] Changes detected - recompiling the module! :dependency
05:37:28 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes
05:37:28 [INFO] 
05:37:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api ---
05:37:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources
05:37:28 [INFO] 
05:37:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api ---
05:37:28 [INFO] Changes detected - recompiling the module! :dependency
05:37:28 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
05:37:28 [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.
05:37:28 [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.
05:37:28 [INFO] 
05:37:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api ---
05:37:28 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:28 [INFO] Tests are skipped.
05:37:28 [INFO] 
05:37:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api ---
05:37:28 [INFO] 
05:37:28 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api ---
05:37:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar
05:37:28 [INFO] 
05:37:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api ---
05:37:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:28 [INFO] Configuration changed, re-generating javadoc.
05:37:30 [WARNING] Javadoc Warnings
05:37:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment
05:37:30 [WARNING] package org.eclipse.ditto.thingsearch.api;
05:37:30 [WARNING] ^
05:37:30 [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
05:37:30 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo;
05:37:30 [WARNING] ^
05:37:30 [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
05:37:30 [WARNING] package org.eclipse.ditto.thingsearch.api.events;
05:37:30 [WARNING] ^
05:37:30 [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
05:37:30 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) {
05:37:30 [WARNING] ^
05:37:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return
05:37:30 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) {
05:37:30 [WARNING] ^
05:37:30 [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
05:37:30 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
05:37:30 [WARNING] ^
05:37:30 [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
05:37:30 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
05:37:30 [WARNING] ^
05:37:30 [WARNING] 7 warnings
05:37:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
05:37:30 [INFO] 
05:37:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api ---
05:37:30 [INFO] Tests are skipped.
05:37:30 [INFO] 
05:37:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api ---
05:37:30 [INFO] Tests are skipped.
05:37:30 [INFO] 
05:37:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api ---
05:37:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec
05:37:30 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes
05:37:31 [INFO] 
05:37:31 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-api ---
05:37:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar' is disabled.
05:37:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar
05:37:32 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar' is disabled.
05:37:32 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
05:37:33 [INFO] 
05:37:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api ---
05:37:33 [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
05:37:33 [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
05:37:33 [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
05:37:33 [INFO] 
05:37:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-api ---
05:37:33 [INFO] 
05:37:33 [INFO] --------------------< org.eclipse.ditto:ditto-edge >--------------------
05:37:33 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT                        [57/77]
05:37:33 [INFO]   from edge/pom.xml
05:37:33 [INFO] --------------------------------[ pom ]---------------------------------
05:37:33 [INFO] 
05:37:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
05:37: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/edge/target/jacoco.exec
05:37:33 [INFO] 
05:37:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge ---
05:37:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:33 [INFO] The goal is skip due to packaging 'pom'
05:37:33 [INFO] 
05:37:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge ---
05:37:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT...
05:37:33 [INFO] 
05:37:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge ---
05:37:33 [INFO] 
05:37:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge ---
05:37:33 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:37:33 [INFO] 
05:37:33 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge ---
05:37:33 [INFO] Tests are skipped.
05:37:33 [INFO] 
05:37:33 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge ---
05:37:33 [INFO] Tests are skipped.
05:37:33 [INFO] 
05:37:33 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge ---
05:37:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:37:33 [INFO] 
05:37:33 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge ---
05:37:33 [INFO] 
05:37:33 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge ---
05:37:33 [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
05:37:33 [INFO] 
05:37:33 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge ---
05:37:33 [INFO] 
05:37:33 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >----------------
05:37:33 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT             [58/77]
05:37:33 [INFO]   from edge/service/pom.xml
05:37:33 [INFO] --------------------------------[ jar ]---------------------------------
05:37:33 [INFO] 
05:37:33 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
05:37: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/edge/service/target/jacoco.exec
05:37:33 [INFO] 
05:37:33 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service ---
05:37:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:33 [INFO] All files are up to date, skip goal execution.
05:37:33 [INFO] 
05:37:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service ---
05:37:33 [INFO] Copying 2 resources from src/main/resources to target/classes
05:37:33 [INFO] 
05:37:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service ---
05:37:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT...
05:37:33 [INFO] 
05:37:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service ---
05:37:33 [INFO] Changes detected - recompiling the module! :dependency
05:37:33 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes
05:37:34 [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.
05:37:34 [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.
05:37:34 [INFO] 
05:37:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service ---
05:37:34 [INFO] Copying 4 resources from src/test/resources to target/test-classes
05:37:34 [INFO] 
05:37:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service ---
05:37:34 [INFO] Changes detected - recompiling the module! :dependency
05:37:34 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
05:37:34 [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.
05:37:34 [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.
05:37:34 [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.
05:37:34 [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.
05:37:34 [INFO] 
05:37:34 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service ---
05:37:34 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:34 [INFO] Tests are skipped.
05:37:34 [INFO] 
05:37:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service ---
05:37:34 [INFO] 
05:37:34 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service ---
05:37:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar
05:37:34 [INFO] 
05:37:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service ---
05:37:34 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:34 [INFO] Configuration changed, re-generating javadoc.
05:37:37 [WARNING] Javadoc Warnings
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment
05:37:37 [WARNING] package org.eclipse.ditto.edge.service;
05:37:37 [WARNING] ^
05:37:37 [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
05:37:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements;
05:37:37 [WARNING] ^
05:37:37 [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
05:37:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message;
05:37:37 [WARNING] ^
05:37:37 [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
05:37:37 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things;
05:37:37 [WARNING] ^
05:37:37 [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
05:37:37 [WARNING] package org.eclipse.ditto.edge.service.dispatching;
05:37:37 [WARNING] ^
05:37:37 [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
05:37:37 [WARNING] package org.eclipse.ditto.edge.service.placeholders;
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment
05:37:37 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment
05:37:37 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) {
05:37:37 [WARNING] ^
05:37:37 [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
05:37:37 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment
05:37:37 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment
05:37:37 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment
05:37:37 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment
05:37:37 [WARNING] static FeaturePlaceholder getInstance() {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment
05:37:37 [WARNING] static PolicyPlaceholder getInstance() {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment
05:37:37 [WARNING] static RequestPlaceholder getInstance() {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment
05:37:37 [WARNING] static ThingJsonPlaceholder getInstance() {
05:37:37 [WARNING] ^
05:37:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment
05:37:37 [WARNING] static ThingPlaceholder getInstance() {
05:37:37 [WARNING] ^
05:37:37 [WARNING] 17 warnings
05:37:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar
05:37:37 [INFO] 
05:37:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service ---
05:37:37 [INFO] Tests are skipped.
05:37:37 [INFO] 
05:37:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service ---
05:37:37 [INFO] Tests are skipped.
05:37:37 [INFO] 
05:37:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service ---
05:37:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec
05:37:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes
05:37:37 [INFO] 
05:37:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-edge-service ---
05:37:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar' is disabled.
05:37:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar
05:37:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar' is disabled.
05:37:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar
05:37:39 [INFO] 
05:37:39 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service ---
05:37:39 [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
05:37:39 [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
05:37:39 [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
05:37:39 [INFO] 
05:37:39 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-edge-service ---
05:37:40 [INFO] 
05:37:40 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------
05:37:40 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77]
05:37:40 [INFO]   from internal/models/signalenrichment/pom.xml
05:37:40 [INFO] --------------------------------[ jar ]---------------------------------
05:37:40 [INFO] 
05:37:40 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
05:37: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/models/signalenrichment/target/jacoco.exec
05:37:40 [INFO] 
05:37:40 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment ---
05:37:40 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:40 [INFO] All files are up to date, skip goal execution.
05:37:40 [INFO] 
05:37:40 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment ---
05:37:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources
05:37:40 [INFO] 
05:37:40 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment ---
05:37:40 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT...
05:37:40 [INFO] 
05:37:40 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment ---
05:37:40 [INFO] Changes detected - recompiling the module! :dependency
05:37:40 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
05:37:40 [INFO] 
05:37:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment ---
05:37:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources
05:37:40 [INFO] 
05:37:40 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment ---
05:37:40 [INFO] Changes detected - recompiling the module! :dependency
05:37:40 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
05:37:40 [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.
05:37:40 [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.
05:37:40 [INFO] 
05:37:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment ---
05:37:40 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:40 [INFO] Tests are skipped.
05:37:40 [INFO] 
05:37:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment ---
05:37:40 [INFO] 
05:37:40 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment ---
05:37:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
05:37:40 [INFO] 
05:37:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment ---
05:37:40 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:40 [INFO] Configuration changed, re-generating javadoc.
05:37:42 [WARNING] Javadoc Warnings
05:37:42 [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
05:37:42 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment;
05:37:42 [WARNING] ^
05:37:42 [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
05:37:42 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject,
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:83: warning: no @return
05:37:42 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade,
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:458: warning: no comment
05:37:42 [WARNING] protected static final class CachingParameters {
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:60: warning: no comment
05:37:42 [WARNING] protected final Cache<SignalEnrichmentCacheKey, JsonObject> extraFieldsCache;
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:62: warning: no comment
05:37:42 [WARNING] protected DittoCachingSignalEnrichmentFacade(
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:453: warning: no comment
05:37:42 [WARNING] protected JsonFieldSelector determineSelector(final String namespace) {
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:284: warning: no comment
05:37:42 [WARNING] protected CompletableFuture<JsonObject> doCacheLookup(final SignalEnrichmentCacheKey cacheKey,
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:163: warning: no comment
05:37:42 [WARNING] protected CompletionStage<JsonObject> doRetrievePartialThing(final EntityId thingId,
05:37:42 [WARNING] ^
05:37:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:465: warning: no comment
05:37:42 [WARNING] public CachingParameters(@Nullable final JsonFieldSelector fieldSelector,
05:37:42 [WARNING] ^
05:37:42 [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
05:37:42 [WARNING] public static SearchIndexingSignalEnrichmentFacade newInstance(
05:37:42 [WARNING] ^
05:37:42 [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
05:37:42 [WARNING] CACHE_ENABLED("cache.enabled", true);
05:37:42 [WARNING] ^
05:37:42 [WARNING] 12 warnings
05:37:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
05:37:42 [INFO] 
05:37:42 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment ---
05:37:42 [INFO] Tests are skipped.
05:37:42 [INFO] 
05:37:42 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment ---
05:37:42 [INFO] Tests are skipped.
05:37:42 [INFO] 
05:37:42 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment ---
05:37:42 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec
05:37:42 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 10 classes
05:37:42 [INFO] 
05:37:42 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-models-signalenrichment ---
05:37:42 [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.
05:37:42 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
05:37:44 [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.
05:37:44 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
05:37:45 [INFO] 
05:37:45 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment ---
05:37:45 [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
05:37:45 [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
05:37:45 [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
05:37:45 [INFO] 
05:37:45 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-models-signalenrichment ---
05:37:45 [INFO] 
05:37:45 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >-----
05:37:45 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77]
05:37:45 [INFO]   from internal/utils/conditional-headers/pom.xml
05:37:45 [INFO] --------------------------------[ jar ]---------------------------------
05:37:45 [INFO] 
05:37:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec
05:37:45 [INFO] 
05:37:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers ---
05:37:45 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:45 [INFO] All files are up to date, skip goal execution.
05:37:45 [INFO] 
05:37:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources
05:37:45 [INFO] 
05:37:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT...
05:37:45 [INFO] 
05:37:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] Changes detected - recompiling the module! :dependency
05:37:45 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:37:45 [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.
05:37:45 [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.
05:37:45 [INFO] 
05:37:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources
05:37:45 [INFO] 
05:37:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] Changes detected - recompiling the module! :dependency
05:37:45 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
05:37:45 [INFO] 
05:37:45 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers ---
05:37:45 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:45 [INFO] Tests are skipped.
05:37:45 [INFO] 
05:37:45 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] 
05:37:45 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers ---
05:37:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
05:37:45 [INFO] 
05:37:45 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers ---
05:37:46 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:46 [INFO] Configuration changed, re-generating javadoc.
05:37:47 [WARNING] Javadoc Warnings
05:37:47 [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
05:37:47 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional;
05:37:47 [WARNING] ^
05:37:47 [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>
05:37:47 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
05:37:47 [WARNING] ^
05:37:47 [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
05:37:47 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
05:37:47 [WARNING] ^
05:37:47 [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
05:37:47 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
05:37:47 [WARNING] ^
05:37:47 [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
05:37:47 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
05:37:47 [WARNING] ^
05:37:47 [WARNING] 5 warnings
05:37:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
05:37:47 [INFO] 
05:37:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers ---
05:37:47 [INFO] Tests are skipped.
05:37:47 [INFO] 
05:37:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers ---
05:37:47 [INFO] Tests are skipped.
05:37:47 [INFO] 
05:37:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers ---
05:37:47 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec
05:37:47 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes
05:37:47 [INFO] 
05:37:47 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-conditional-headers ---
05:37:47 [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.
05:37:47 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
05:37:48 [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.
05:37:48 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
05:37:49 [INFO] 
05:37:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers ---
05:37:49 [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
05:37:49 [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
05:37:49 [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
05:37:49 [INFO] 
05:37:49 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-conditional-headers ---
05:37:50 [INFO] 
05:37:50 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------
05:37:50 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77]
05:37:50 [INFO]   from internal/utils/persistent-actors/pom.xml
05:37:50 [INFO] --------------------------------[ jar ]---------------------------------
05:37:50 [INFO] 
05:37:50 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
05:37:50 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:37:50 [INFO] 
05:37:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
05:37: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/internal/utils/persistent-actors/target/jacoco.exec
05:37:50 [INFO] 
05:37:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors ---
05:37:50 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:50 [INFO] All files are up to date, skip goal execution.
05:37:50 [INFO] 
05:37:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors ---
05:37:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources
05:37:50 [INFO] 
05:37:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors ---
05:37:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT...
05:37:50 [INFO] 
05:37:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors ---
05:37:50 [INFO] Changes detected - recompiling the module! :dependency
05:37:50 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes
05:37:50 [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.
05:37:50 [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.
05:37:50 [INFO] 
05:37:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors ---
05:37:50 [INFO] Copying 6 resources from src/test/resources to target/test-classes
05:37:50 [INFO] 
05:37:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors ---
05:37:50 [INFO] Changes detected - recompiling the module! :dependency
05:37:50 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
05:37:50 [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.
05:37:50 [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.
05:37:50 [INFO] 
05:37:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors ---
05:37:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:51 [INFO] Tests are skipped.
05:37:51 [INFO] 
05:37:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors ---
05:37:51 [INFO] 
05:37:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors ---
05:37:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
05:37:51 [INFO] 
05:37:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors ---
05:37:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:51 [INFO] Configuration changed, re-generating javadoc.
05:37:54 [WARNING] Javadoc Warnings
05:37:54 [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
05:37:54 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass());
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand);
05:37:54 [WARNING] ^
05:37:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:530: warning: no comment
05:37:54 [WARNING] protected void becomeDeletedHandler() {
05:37:54 [WARNING] ^
05:37:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:680: warning: no comment
05:37:54 [WARNING] protected void handleByCommandStrategy(final C command) {
05:37:54 [WARNING] ^
05:37:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1047: warning: no comment
05:37:54 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) {
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] @Nullable protected ActorRef enforcerChild;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] @Nullable protected E entityId;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected final Duration localAskTimeout;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected final MongoReadJournal mongoReadJournal;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa";
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] @Nullable protected ActorRef persistenceActorChild;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected void becomeTwinSignalProcessingAwaiting() {
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer(
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected void restartChild() {
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() {
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() {
05:37:54 [WARNING] ^
05:37:54 [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>
05:37:54 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) {
05:37:54 [WARNING] ^
05:37:54 [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>
05:37:54 [WARNING] static <E extends Event<?>> Result<E> empty() {
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] public enum Control {
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] SERVICE_REQUESTS_DONE
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] SHUTDOWN,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] STREAM_COMPLETE,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] STREAM_FAILED,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] IN_QUIET_PERIOD,
05:37:54 [WARNING] ^
05:37:54 [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
05:37:54 [WARNING] RUNNING
05:37:54 [WARNING] ^
05:37:54 [WARNING] 37 warnings
05:37:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
05:37:54 [INFO] 
05:37:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors ---
05:37:54 [INFO] Tests are skipped.
05:37:54 [INFO] 
05:37:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors ---
05:37:54 [INFO] Tests are skipped.
05:37:54 [INFO] 
05:37:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors ---
05:37:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec
05:37:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes
05:37:54 [INFO] 
05:37:54 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-persistent-actors ---
05:37:54 [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.
05:37:54 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
05:37:55 [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.
05:37:55 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
05:37:56 [INFO] 
05:37:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors ---
05:37:56 [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
05:37:56 [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
05:37:56 [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
05:37:56 [INFO] 
05:37:56 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-persistent-actors ---
05:37:57 [INFO] 
05:37:57 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >-----------
05:37:57 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77]
05:37:57 [INFO]   from internal/utils/protocol/pom.xml
05:37:57 [INFO] --------------------------------[ jar ]---------------------------------
05:37:57 [INFO] 
05:37:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec
05:37:57 [INFO] 
05:37:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol ---
05:37:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:37:57 [INFO] All files are up to date, skip goal execution.
05:37:57 [INFO] 
05:37:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources
05:37:57 [INFO] 
05:37:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT...
05:37:57 [INFO] 
05:37:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] Changes detected - recompiling the module! :dependency
05:37:57 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
05:37:57 [INFO] 
05:37:57 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] Copying 1 resource from src/test/resources to target/test-classes
05:37:57 [INFO] 
05:37:57 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] Changes detected - recompiling the module! :dependency
05:37:57 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
05:37:57 [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.
05:37:57 [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.
05:37:57 [INFO] 
05:37:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol ---
05:37:57 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:37:57 [INFO] Tests are skipped.
05:37:57 [INFO] 
05:37:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] 
05:37:57 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol ---
05:37:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar
05:37:57 [INFO] 
05:37:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol ---
05:37:57 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:37:57 [INFO] Configuration changed, re-generating javadoc.
05:37:59 [WARNING] Javadoc Warnings
05:37:59 [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
05:37:59 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config;
05:37:59 [WARNING] ^
05:37:59 [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
05:37:59 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig);
05:37:59 [WARNING] ^
05:37:59 [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
05:37:59 [WARNING] enum ProtocolConfigValue implements KnownConfigValue {
05:37:59 [WARNING] ^
05:37:59 [WARNING] 3 warnings
05:37:59 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
05:37:59 [INFO] 
05:37:59 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol ---
05:37:59 [INFO] Tests are skipped.
05:37:59 [INFO] 
05:37:59 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol ---
05:37:59 [INFO] Tests are skipped.
05:37:59 [INFO] 
05:37:59 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol ---
05:37:59 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec
05:37:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes
05:37:59 [INFO] 
05:37:59 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-protocol ---
05:37:59 [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.
05:37:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar
05:37:59 [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.
05:37:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
05:38:00 [INFO] 
05:38:00 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol ---
05:38:00 [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
05:38:00 [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
05:38:00 [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
05:38:00 [INFO] 
05:38:00 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-protocol ---
05:38:01 [INFO] 
05:38:01 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >----------
05:38:01 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77]
05:38:01 [INFO]   from rql/search-option-parser/pom.xml
05:38:01 [INFO] -------------------------------[ bundle ]-------------------------------
05:38:01 [INFO] 
05:38:01 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
05:38:01 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:38:01 [INFO] 
05:38:01 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
05:38: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/rql/search-option-parser/target/jacoco.exec
05:38:01 [INFO] 
05:38:01 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser ---
05:38:01 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:38:01 [INFO] All files are up to date, skip goal execution.
05:38:01 [INFO] 
05:38:01 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser ---
05:38:01 [INFO] Copying 0 resource from src/main/resources to target/classes
05:38:01 [INFO] 
05:38:01 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser ---
05:38:01 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT...
05:38:01 [INFO] 
05:38:01 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser ---
05:38:01 [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
05:38:01 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ...
05:38:06 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
05:38:06 [WARNING] one warning found
05:38:06 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
05:38:06 1 warning.
05:38:06 [INFO] done compiling
05:38:06 [INFO] compile in 5.6 s
05:38:06 [INFO] 
05:38:06 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser ---
05:38:06 [INFO] Changes detected - recompiling the module! :dependency
05:38:06 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
05:38:06 [WARNING] bootstrap class path not set in conjunction with -source 8
05:38:06 [INFO] 
05:38:06 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser ---
05:38:06 [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
05:38:06 [INFO] compile in 0.0 s
05:38:06 [INFO] 
05:38:06 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser ---
05:38:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources
05:38:06 [INFO] 
05:38:06 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser ---
05:38:06 [INFO] Changes detected - recompiling the module! :dependency
05:38:06 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
05:38:07 [WARNING] bootstrap class path not set in conjunction with -source 8
05:38:07 [INFO] 
05:38:07 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser ---
05:38:07 [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
05:38:07 [INFO] compile in 0.0 s
05:38:07 [INFO] 
05:38:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser ---
05:38:07 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:38:07 [INFO] Tests are skipped.
05:38:07 [INFO] 
05:38:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser ---
05:38:07 [INFO] 
05:38:07 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser ---
05:38:07 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
05:38:07 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar
05:38:07 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF
05:38:07 [INFO] 
05:38:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser ---
05:38:07 [INFO] Tests are skipped.
05:38:07 [INFO] 
05:38:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser ---
05:38:07 [INFO] Tests are skipped.
05:38:07 [INFO] 
05:38:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser ---
05:38:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec
05:38:07 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes
05:38:07 [INFO] 
05:38:07 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-rql-search-option-parser ---
05:38:07 [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.
05:38:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar
05:38:07 [INFO] 
05:38:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser ---
05:38:07 [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
05:38:07 [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
05:38:07 [INFO] 
05:38:07 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser ---
05:38:07 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar
05:38:07 [INFO] Writing OBR metadata
05:38:07 [INFO] 
05:38:07 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-rql-search-option-parser ---
05:38:08 [INFO] 
05:38:08 [INFO] --- bundle:5.1.9:deploy (default-deploy) @ ditto-rql-search-option-parser ---
05:38:08 [INFO] Remote OBR update disabled (enable with -DremoteOBR)
05:38:08 [INFO] 
05:38:08 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------
05:38:08 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77]
05:38:08 [INFO]   from internal/utils/search/pom.xml
05:38:08 [INFO] --------------------------------[ jar ]---------------------------------
05:38:08 [INFO] 
05:38:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
05:38:08 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
05:38:08 [INFO] 
05:38:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search ---
05:38:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:38:08 [INFO] All files are up to date, skip goal execution.
05:38:08 [INFO] 
05:38:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search ---
05:38:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources
05:38:08 [INFO] 
05:38:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search ---
05:38:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT...
05:38:08 [INFO] 
05:38:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search ---
05:38:08 [INFO] Changes detected - recompiling the module! :dependency
05:38:08 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes
05:38:08 [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.
05:38:08 [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.
05:38:08 [INFO] 
05:38:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search ---
05:38:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources
05:38:08 [INFO] 
05:38:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search ---
05:38:08 [INFO] Changes detected - recompiling the module! :dependency
05:38:08 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
05:38:08 [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.
05:38:08 [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.
05:38:08 [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.
05:38:08 [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.
05:38:08 [INFO] 
05:38:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search ---
05:38:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:38:08 [INFO] Tests are skipped.
05:38:08 [INFO] 
05:38:08 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search ---
05:38:08 [INFO] 
05:38:08 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search ---
05:38:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar
05:38:08 [INFO] 
05:38:08 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search ---
05:38:08 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:38:08 [INFO] Configuration changed, re-generating javadoc.
05:38:10 [WARNING] Javadoc Warnings
05:38:10 [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
05:38:10 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) {
05:38:10 [WARNING] ^
05:38:10 [WARNING] 1 warning
05:38:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
05:38:10 [INFO] 
05:38:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search ---
05:38:10 [INFO] Tests are skipped.
05:38:10 [INFO] 
05:38:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search ---
05:38:10 [INFO] Tests are skipped.
05:38:10 [INFO] 
05:38:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search ---
05:38:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
05:38:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes
05:38:10 [INFO] 
05:38:10 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-search ---
05:38:10 [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.
05:38:10 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar
05:38:11 [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.
05:38:11 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
05:38:12 [INFO] 
05:38:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search ---
05:38:12 [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
05:38:12 [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
05:38:12 [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
05:38:12 [INFO] 
05:38:12 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-search ---
05:38:13 [INFO] 
05:38:13 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >-------
05:38:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77]
05:38:13 [INFO]   from internal/utils/pubsub-policies/pom.xml
05:38:13 [INFO] --------------------------------[ jar ]---------------------------------
05:38:13 [INFO] 
05:38:13 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
05:38: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/pubsub-policies/target/jacoco.exec
05:38:13 [INFO] 
05:38:13 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:38:13 [INFO] All files are up to date, skip goal execution.
05:38:13 [INFO] 
05:38:13 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources
05:38:13 [INFO] 
05:38:13 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT...
05:38:13 [INFO] 
05:38:13 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [INFO] Changes detected - recompiling the module! :dependency
05:38:13 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes
05:38:13 [INFO] 
05:38:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources
05:38:13 [INFO] 
05:38:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [INFO] No sources to compile
05:38:13 [INFO] 
05:38:13 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:38:13 [INFO] Tests are skipped.
05:38:13 [INFO] 
05:38:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [INFO] 
05:38:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
05:38:13 [INFO] 
05:38:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies ---
05:38:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:38:13 [INFO] Configuration changed, re-generating javadoc.
05:38:14 [WARNING] Javadoc Warnings
05:38:14 [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
05:38:14 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies;
05:38:14 [WARNING] ^
05:38:14 [WARNING] 1 warning
05:38:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
05:38:14 [INFO] 
05:38:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies ---
05:38:14 [INFO] Tests are skipped.
05:38:14 [INFO] 
05:38:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies ---
05:38:14 [INFO] Tests are skipped.
05:38:14 [INFO] 
05:38:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies ---
05:38:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:38:14 [INFO] 
05:38:14 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-policies ---
05:38:14 [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.
05:38:14 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
05:38:15 [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.
05:38:15 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
05:38:16 [INFO] 
05:38:16 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies ---
05:38:16 [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
05:38:16 [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
05:38:16 [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
05:38:16 [INFO] 
05:38:16 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-policies ---
05:38:16 [INFO] 
05:38:16 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >--------
05:38:16 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77]
05:38:16 [INFO]   from internal/utils/pubsub-things/pom.xml
05:38:16 [INFO] --------------------------------[ jar ]---------------------------------
05:38:16 [INFO] 
05:38:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
05:38:16 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/jacoco.exec
05:38:16 [INFO] 
05:38:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things ---
05:38:16 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:38:16 [INFO] All files are up to date, skip goal execution.
05:38:16 [INFO] 
05:38:16 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things ---
05:38:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources
05:38:16 [INFO] 
05:38:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things ---
05:38:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT...
05:38:16 [INFO] 
05:38:16 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things ---
05:38:16 [INFO] Changes detected - recompiling the module! :dependency
05:38:16 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes
05:38:17 [INFO] 
05:38:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things ---
05:38:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources
05:38:17 [INFO] 
05:38:17 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things ---
05:38:17 [INFO] No sources to compile
05:38:17 [INFO] 
05:38:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things ---
05:38:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:38:17 [INFO] Tests are skipped.
05:38:17 [INFO] 
05:38:17 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things ---
05:38:17 [INFO] 
05:38:17 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things ---
05:38:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
05:38:17 [INFO] 
05:38:17 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things ---
05:38:17 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:38:17 [INFO] Configuration changed, re-generating javadoc.
05:38:18 [WARNING] Javadoc Warnings
05:38:18 [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
05:38:18 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings;
05:38:18 [WARNING] ^
05:38:18 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:57: warning: no @param for resubscribe
05:38:18 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber,
05:38:18 [WARNING] ^
05:38:18 [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
05:38:18 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) {
05:38:18 [WARNING] ^
05:38:18 [WARNING] 3 warnings
05:38:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
05:38:18 [INFO] 
05:38:18 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things ---
05:38:18 [INFO] Tests are skipped.
05:38:18 [INFO] 
05:38:18 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things ---
05:38:18 [INFO] Tests are skipped.
05:38:18 [INFO] 
05:38:18 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things ---
05:38:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:38:18 [INFO] 
05:38:18 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-pubsub-things ---
05:38:18 [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.
05:38:18 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
05:38:19 [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.
05:38:19 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
05:38:20 [INFO] 
05:38:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things ---
05:38:20 [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
05:38:20 [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
05:38:20 [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
05:38:20 [INFO] 
05:38:20 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-pubsub-things ---
05:38:21 [INFO] 
05:38:21 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------
05:38:21 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT     [67/77]
05:38:21 [INFO]   from connectivity/service/pom.xml
05:38:21 [INFO] --------------------------------[ jar ]---------------------------------
05:38:21 [INFO] 
05:38:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
05:38: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/connectivity/service/target/jacoco.exec
05:38:21 [INFO] 
05:38:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service ---
05:38:21 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:38:21 [INFO] All files are up to date, skip goal execution.
05:38:21 [INFO] 
05:38:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service ---
05:38:21 [INFO] Copying 1 resource from src/main/resources to target/classes
05:38:21 [INFO] Copying 8 resources from src/main/resources to target/classes
05:38:21 [INFO] 
05:38:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service ---
05:38:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT...
05:38:21 [INFO] 
05:38:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service ---
05:38:21 [INFO] Changes detected - recompiling the module! :dependency
05:38:21 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes
05:38:25 [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
05:38:25 [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
05:38:25 [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
05:38:25 [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
05:38:25 [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
05:38:25 [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
05:38:25 [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
05:38:25 [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
05:38:25 [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.
05:38:25 [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.
05:38:25 [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.
05:38:25 [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.
05:38:25 [INFO] 
05:38:25 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service ---
05:38:25 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar
05:38:25 [INFO] protobufjs-6.11.2.jar already unpacked.
05:38:25 [INFO] 
05:38:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service ---
05:38:25 [INFO] Copying 39 resources from src/test/resources to target/test-classes
05:38:25 [INFO] 
05:38:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service ---
05:38:25 [INFO] Changes detected - recompiling the module! :dependency
05:38:25 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes
05:38:32 [WARNING] Implicitly compiled files were not subject to annotation processing.
05:38:32   Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
05:38:32 [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.
05:38:32 [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.
05:38:32 [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.
05:38:32 [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.
05:38:32 [INFO] 
05:38:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service ---
05:38:32 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:38:32 [INFO] Tests are skipped.
05:38:32 [INFO] 
05:38:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service ---
05:38:32 [INFO] 
05:38:32 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service ---
05:38:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar
05:38:33 [INFO] 
05:38:33 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service ---
05:38:33 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:38:33 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:38:33 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:38:33 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:38:33 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:38:33 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:38:33 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:38:33 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:38:33 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:38:33 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:38:33 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:38:33 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:38:33 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:38:33 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:38:33 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:38:33 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:38:33 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:38:33 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:38:33 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:38:33 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:38:33 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:38:33 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:38:33 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:38:33 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:38:33 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:38:33 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:38:33 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:38:33 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:38:33 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:38:33 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:38:33 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:38:33 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:38:33 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:38:33 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:38:33 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar.
05:38:33 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar.
05:38:33 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar.
05:38:33 [INFO] Including org.slf4j:jcl-over-slf4j:jar:2.0.11 in the shaded jar.
05:38:33 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar.
05:38:33 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
05:38:33 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar.
05:38:33 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar.
05:38:33 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:38:33 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:38:33 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar.
05:38:33 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar.
05:38:33 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar.
05:38:33 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
05:38:33 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar.
05:38:33 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:38:33 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar.
05:38:33 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar.
05:38:33 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:38:33 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:38:33 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar.
05:38:33 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:38:33 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:38:33 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:38:33 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar.
05:38:33 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar.
05:38:33 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar.
05:38:33 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar.
05:38:33 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar.
05:38:33 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar.
05:38:33 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:38:33 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:38:33 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:38:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:34 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:35 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:35 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:43 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/NOTICE.md
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/LICENSE.txt
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF.versions.9.module-info
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/io.netty.versions.properties
05:38:43 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
05:38:43 [WARNING]   - .cache/formatter-maven-cache.properties
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:38:43 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:38:43 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
05:38:43 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
05:38:43 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
05:38:43 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
05:38:43 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/MANIFEST.MF
05:38:43 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:38:43 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/DISCLAIMER
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/LICENSE
05:38:43 [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: 
05:38:43 [WARNING]   - META-INF/DEPENDENCIES
05:38:43 [WARNING] maven-shade-plugin has detected that some files are
05:38:43 [WARNING] present in two or more JARs. When this happens, only one
05:38:43 [WARNING] single version of the file is copied to the uber jar.
05:38:43 [WARNING] Usually this is not harmful and you can skip these warnings,
05:38:43 [WARNING] otherwise try to manually exclude artifacts based on
05:38:43 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:38:43 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:38:43 [INFO] Attaching shaded artifact.
05:38:43 [INFO] 
05:38:43 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service ---
05:38:43 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:38:43 [INFO] Configuration changed, re-generating javadoc.
05:38:51 [WARNING] Javadoc Warnings
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.config;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] package org.eclipse.ditto.connectivity.service.util;
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message);
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment
05:38:51 [WARNING] protected final ActorSystem actorSystem;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment
05:38:51 [WARNING] protected final Config config;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment
05:38:51 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment
05:38:51 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment
05:38:51 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment
05:38:51 [WARNING] protected static boolean isError(final Adaptable adaptable) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment
05:38:51 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment
05:38:51 [WARNING] protected static boolean isResponse(final Adaptable adaptable) {
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl");
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl");
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) {
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) {
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement,
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement,
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static void validateSourceQoS(final int qos,
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) {
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static void validateTargetQoS(final int qos,
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected static void validateExtraFields(final Target target) {
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for clientConnected
05:38:51 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for data
05:38:51 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @return
05:38:51 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1243: warning: no @param for clientConnected
05:38:51 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors(
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:772: warning: no comment
05:38:51 [WARNING] protected abstract ActorRef getPublisherActor();
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal,
05:38:51 [WARNING] ^
05:38:51 [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
05:38:51 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 =
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2194: warning: no comment
05:38:51 [WARNING] public interface ReconnectTimeoutStrategy {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment
05:38:51 [WARNING] protected final UUID actorUuid;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment
05:38:51 [WARNING] protected final ChildActorNanny childActorNanny;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment
05:38:51 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment
05:38:51 [WARNING] protected final ConnectionLogger connectionLogger;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment
05:38:51 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment
05:38:51 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment
05:38:51 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance());
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment
05:38:51 [WARNING] protected BaseClientActor(final Connection connection,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1673: warning: no comment
05:38:51 [WARNING] protected boolean canConnectViaSocket(final Connection connection) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment
05:38:51 [WARNING] protected ConnectivityConfig connectivityConfig() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1205: warning: no comment
05:38:51 [WARNING] protected final SshTunnelState getSshTunnelState() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1903: warning: no comment
05:38:51 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2420: warning: no comment
05:38:51 [WARNING] ACKREGATOR_STARTED,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment
05:38:51 [WARNING] ACKREGATOR_STOPPED,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2415: warning: no comment
05:38:51 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2416: warning: no comment
05:38:51 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2414: warning: no comment
05:38:51 [WARNING] INIT_COMPLETE,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2417: warning: no comment
05:38:51 [WARNING] RESUBSCRIBE,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2419: warning: no comment
05:38:51 [WARNING] SERVICE_REQUESTS_DONE,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2418: warning: no comment
05:38:51 [WARNING] SERVICE_UNBIND,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment
05:38:51 [WARNING] SHUTDOWN_TIMEOUT
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2353: warning: no comment
05:38:51 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2363: warning: no comment
05:38:51 [WARNING] public ConnectionFailure getFailure() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2367: warning: no comment
05:38:51 [WARNING] public boolean isSuccess() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2349: warning: no comment
05:38:51 [WARNING] public static InitializationResult success() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2196: warning: no comment
05:38:51 [WARNING] boolean canReconnect();
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2202: warning: no comment
05:38:51 [WARNING] Duration getNextBackoff();
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2200: warning: no comment
05:38:51 [WARNING] Duration getNextTimeout();
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2198: warning: no comment
05:38:51 [WARNING] void reset();
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment
05:38:51 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment
05:38:51 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return
05:38:51 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment
05:38:51 [WARNING] protected final ConnectionId connectionId;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment
05:38:51 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment
05:38:51 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment
05:38:51 [WARNING] protected final ConnectionMonitor inboundMonitor;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment
05:38:51 [WARNING] protected final Source source;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment
05:38:51 [WARNING] protected final String sourceAddress;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment
05:38:51 [WARNING] protected BaseConsumerActor(final Connection connection,
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment
05:38:51 [WARNING] protected ResourceStatus getCurrentSourceStatus() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment
05:38:51 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment
05:38:51 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment
05:38:51 [WARNING] protected void resetResourceStatus() {
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment
05:38:51 [WARNING] protected final Connection connection;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment
05:38:51 [WARNING] protected final ConnectionConfig connectionConfig;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment
05:38:51 [WARNING] protected final ExpressionResolver connectionIdResolver;
05:38:51 [WARNING] ^
05:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment
05:38:51 [WARNING] protected final ConnectionLogger connectionLogger;
05:38:51 [WARNING] ^
05:38:51 [WARNING] 100 warnings
05:38:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
05:38:51 [INFO] 
05:38:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service ---
05:38:51 [INFO] Tests are skipped.
05:38:51 [INFO] 
05:38:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service ---
05:38:51 [INFO] Tests are skipped.
05:38:51 [INFO] 
05:38:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service ---
05:38:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec
05:38:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes
05:38:52 [INFO] 
05:38:52 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-connectivity-service ---
05:38:52 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar' is disabled.
05:38:52 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar
05:38:57 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar' is disabled.
05:38:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar
05:39:21 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar' is disabled.
05:39:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
05:39:23 [INFO] 
05:39:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service ---
05:39:23 [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
05:39:23 [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
05:39:23 [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
05:39:23 [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
05:39:23 [INFO] 
05:39:23 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-connectivity-service ---
05:39:27 [INFO] 
05:39:27 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
05:39:27 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT               [68/77]
05:39:27 [INFO]   from documentation/pom.xml
05:39:27 [INFO] --------------------------------[ pom ]---------------------------------
05:39:27 [INFO] 
05:39:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
05:39: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/documentation/target/jacoco.exec
05:39:27 [INFO] 
05:39:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation ---
05:39:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
05:39:27 [INFO] 
05:39:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation ---
05:39:27 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:39:27 [INFO] 
05:39:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation ---
05:39:27 [INFO] Tests are skipped.
05:39:27 [INFO] 
05:39:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation ---
05:39:27 [INFO] Tests are skipped.
05:39:27 [INFO] 
05:39:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation ---
05:39:27 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:39:27 [INFO] 
05:39:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-documentation ---
05:39:27 [INFO] 
05:39:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation ---
05:39:27 [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
05:39:27 [INFO] 
05:39:27 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-documentation ---
05:39:28 [INFO] 
05:39:28 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >-------------------
05:39:28 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT                     [69/77]
05:39:28 [INFO]   from gateway/pom.xml
05:39:28 [INFO] --------------------------------[ pom ]---------------------------------
05:39:28 [INFO] 
05:39:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
05:39: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/gateway/target/jacoco.exec
05:39:28 [INFO] 
05:39:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway ---
05:39:28 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:39:28 [INFO] The goal is skip due to packaging 'pom'
05:39:28 [INFO] 
05:39:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway ---
05:39:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT...
05:39:28 [INFO] 
05:39:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway ---
05:39:28 [INFO] 
05:39:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway ---
05:39:28 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:39:28 [INFO] 
05:39:28 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway ---
05:39:28 [INFO] Tests are skipped.
05:39:28 [INFO] 
05:39:28 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway ---
05:39:28 [INFO] Tests are skipped.
05:39:28 [INFO] 
05:39:28 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway ---
05:39:28 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:39:28 [INFO] 
05:39:28 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway ---
05:39:28 [INFO] 
05:39:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway ---
05:39:28 [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
05:39:28 [INFO] 
05:39:28 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway ---
05:39:28 [INFO] 
05:39:28 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >-----------------
05:39:28 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT              [70/77]
05:39:28 [INFO]   from gateway/api/pom.xml
05:39:28 [INFO] --------------------------------[ jar ]---------------------------------
05:39:28 [INFO] 
05:39:28 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
05:39: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/gateway/api/target/jacoco.exec
05:39:28 [INFO] 
05:39:28 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api ---
05:39:28 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:39:28 [INFO] All files are up to date, skip goal execution.
05:39:28 [INFO] 
05:39:28 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api ---
05:39:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources
05:39:28 [INFO] 
05:39:28 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api ---
05:39:28 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT...
05:39:28 [INFO] 
05:39:28 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api ---
05:39:28 [INFO] Changes detected - recompiling the module! :dependency
05:39:28 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
05:39:28 [INFO] 
05:39:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api ---
05:39:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources
05:39:28 [INFO] 
05:39:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api ---
05:39:28 [INFO] Changes detected - recompiling the module! :dependency
05:39:28 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
05:39:28 [INFO] 
05:39:28 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api ---
05:39:28 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:39:28 [INFO] Tests are skipped.
05:39:28 [INFO] 
05:39:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api ---
05:39:28 [INFO] 
05:39:28 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api ---
05:39:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar
05:39:28 [INFO] 
05:39:28 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api ---
05:39:28 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:39:28 [INFO] Configuration changed, re-generating javadoc.
05:39:30 [WARNING] Javadoc Warnings
05:39:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment
05:39:30 [WARNING] package org.eclipse.ditto.gateway.api;
05:39:30 [WARNING] ^
05:39:30 [WARNING] 1 warning
05:39:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
05:39:30 [INFO] 
05:39:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api ---
05:39:30 [INFO] Tests are skipped.
05:39:30 [INFO] 
05:39:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api ---
05:39:30 [INFO] Tests are skipped.
05:39:30 [INFO] 
05:39:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api ---
05:39:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec
05:39:30 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes
05:39:30 [INFO] 
05:39:30 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-api ---
05:39:30 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar' is disabled.
05:39:30 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar
05:39:31 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar' is disabled.
05:39:31 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
05:39:32 [INFO] 
05:39:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api ---
05:39:32 [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
05:39:32 [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
05:39:32 [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
05:39:32 [INFO] 
05:39:32 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-api ---
05:39:32 [INFO] 
05:39:32 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >-------------
05:39:32 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT   [71/77]
05:39:32 [INFO]   from internal/utils/http/pom.xml
05:39:32 [INFO] --------------------------------[ jar ]---------------------------------
05:39:32 [INFO] 
05:39:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
05:39:32 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/jacoco.exec
05:39:32 [INFO] 
05:39:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http ---
05:39:32 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:39:32 [INFO] All files are up to date, skip goal execution.
05:39:32 [INFO] 
05:39:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http ---
05:39:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources
05:39:32 [INFO] 
05:39:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http ---
05:39:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT...
05:39:32 [INFO] 
05:39:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http ---
05:39:32 [INFO] Changes detected - recompiling the module! :dependency
05:39:32 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
05:39:32 [INFO] 
05:39:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http ---
05:39:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources
05:39:32 [INFO] 
05:39:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http ---
05:39:32 [INFO] No sources to compile
05:39:32 [INFO] 
05:39:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http ---
05:39:32 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:39:32 [INFO] Tests are skipped.
05:39:32 [INFO] 
05:39:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http ---
05:39:32 [INFO] 
05:39:32 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http ---
05:39:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar
05:39:32 [INFO] 
05:39:32 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http ---
05:39:32 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:39:32 [INFO] Configuration changed, re-generating javadoc.
05:39:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
05:39:34 [INFO] 
05:39:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http ---
05:39:34 [INFO] Tests are skipped.
05:39:34 [INFO] 
05:39:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http ---
05:39:34 [INFO] Tests are skipped.
05:39:34 [INFO] 
05:39:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http ---
05:39:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:39:34 [INFO] 
05:39:34 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-http ---
05:39:34 [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.
05:39:34 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar
05:39:35 [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.
05:39:35 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
05:39:36 [INFO] 
05:39:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http ---
05:39:36 [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
05:39:36 [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
05:39:36 [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
05:39:36 [INFO] 
05:39:36 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-http ---
05:39:37 [INFO] 
05:39:37 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >-------------
05:39:37 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT    [72/77]
05:39:37 [INFO]   from internal/utils/jwt/pom.xml
05:39:37 [INFO] --------------------------------[ jar ]---------------------------------
05:39:37 [INFO] 
05:39:37 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
05:39: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/jwt/target/jacoco.exec
05:39:37 [INFO] 
05:39:37 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt ---
05:39:37 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:39:37 [INFO] All files are up to date, skip goal execution.
05:39:37 [INFO] 
05:39:37 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt ---
05:39:37 [INFO] Copying 2 resources from src/main/resources to target/classes
05:39:37 [INFO] 
05:39:37 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt ---
05:39:37 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT...
05:39:37 [INFO] 
05:39:37 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt ---
05:39:37 [INFO] Changes detected - recompiling the module! :dependency
05:39:37 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
05:39:37 [INFO] 
05:39:37 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt ---
05:39:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources
05:39:37 [INFO] 
05:39:37 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt ---
05:39:37 [INFO] Changes detected - recompiling the module! :dependency
05:39:37 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
05:39:37 [INFO] 
05:39:37 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt ---
05:39:37 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:39:37 [INFO] Tests are skipped.
05:39:37 [INFO] 
05:39:37 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt ---
05:39:37 [INFO] 
05:39:37 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt ---
05:39:37 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar
05:39:37 [INFO] 
05:39:37 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt ---
05:39:37 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:39:37 [INFO] Configuration changed, re-generating javadoc.
05:39:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
05:39:38 [INFO] 
05:39:38 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt ---
05:39:38 [INFO] Tests are skipped.
05:39:38 [INFO] 
05:39:38 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt ---
05:39:38 [INFO] Tests are skipped.
05:39:38 [INFO] 
05:39:38 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt ---
05:39:38 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec
05:39:38 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes
05:39:38 [INFO] 
05:39:38 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-internal-utils-jwt ---
05:39:38 [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.
05:39:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar
05:39:39 [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.
05:39:39 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
05:39:40 [INFO] 
05:39:40 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt ---
05:39:40 [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
05:39:40 [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
05:39:40 [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
05:39:40 [INFO] 
05:39:40 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-internal-utils-jwt ---
05:39:40 [INFO] 
05:39:41 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >---------------
05:39:41 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT          [73/77]
05:39:41 [INFO]   from gateway/service/pom.xml
05:39:41 [INFO] --------------------------------[ jar ]---------------------------------
05:39:41 [INFO] 
05:39:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
05:39: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/gateway/service/target/jacoco.exec
05:39:41 [INFO] 
05:39:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service ---
05:39:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:39:41 [INFO] All files are up to date, skip goal execution.
05:39:41 [INFO] 
05:39:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service ---
05:39:41 [INFO] Copying 1 resource from src/main/resources to target/classes
05:39:41 [INFO] Copying 5 resources from src/main/resources to target/classes
05:39:41 [INFO] 
05:39:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service ---
05:39:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT...
05:39:41 [INFO] 
05:39:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service ---
05:39:41 [INFO] Changes detected - recompiling the module! :dependency
05:39:41 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes
05:39:42 [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.
05:39:42 [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.
05:39:42 [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.
05:39:42 [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.
05:39:42 [INFO] 
05:39:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service ---
05:39:42 [INFO] Copying 18 resources from src/test/resources to target/test-classes
05:39:42 [INFO] 
05:39:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service ---
05:39:42 [INFO] Changes detected - recompiling the module! :dependency
05:39:42 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes
05:39:44 [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.
05:39:44 [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.
05:39:44 [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.
05:39:44 [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.
05:39:44 [INFO] 
05:39:44 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service ---
05:39:44 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:39:44 [INFO] Tests are skipped.
05:39:44 [INFO] 
05:39:44 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-service ---
05:39:44 [INFO] 
05:39:44 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-service ---
05:39:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar
05:39:44 [INFO] 
05:39:44 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-service ---
05:39:44 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:39:44 [INFO] Configuration changed, re-generating javadoc.
05:39:49 [WARNING] Javadoc Warnings
05:39:49 [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
05:39:49 [WARNING] * <p>
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.actors;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.directives.auth;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.cloudevents;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.policies;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.sse;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.things;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.websocket;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.endpoints.routes.whoami;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.proxy.actors;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.security.authentication.jwt;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.starter;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.streaming;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.streaming.signals;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.util.config;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.util.config.endpoints;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.util.config.health;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.util.config.security;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] package org.eclipse.ditto.gateway.service.util.config.streaming;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected final int connectionsRetrieveLimit;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected final Duration defaultTimeout;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected final ActorRef edgeCommandForwarder;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected RetrieveConnections initialCommand;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected final ThreadSafeDittoLogger logger = DittoLoggerFactory.getThreadSafeLogger(getClass());
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected final ActorRef sender;
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected AbstractConnectionsRetrievalActor(final ActorRef edgeCommandForwarder, final ActorRef sender) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected void handleTimeout() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected void retrieveAllConnectionsIds(final RetrieveConnections retrieveConnections) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected abstract void retrieveConnections(final RetrieveConnections retrieveConnections);
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected void retrieveConnectionsById(final RetrieveAllConnectionIdsResponse allConnectionIdsResponse) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected void stop() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected AbstractHttpRequestActor(final ActorRef proxyActor,
05:39:49 [WARNING] ^
05:39:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/actors/AbstractHttpRequestActor.java:699: warning: no comment
05:39:49 [WARNING] protected Uri getUriForLocationHeader(final HttpRequest request,
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected CompletionStage<HttpResponse> preprocessResponse(final CompletionStage<HttpResponse> responseStage) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected Route ensureMediaTypeFormUrlEncodedThenExtractData(
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected Route handlePerRequest(final RequestContext ctx,
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected Route handlePerRequest(final RequestContext ctx, final Command<?> command,
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] protected <M> M runWithSupervisionStrategy(final RunnableGraph<M> graph) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Route buildCloudEventsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public AuthorizationContext getConnectionAuthContext() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public String getConnectionCorrelationId() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Set<AcknowledgementLabel> getDeclaredAcknowledgementLabels() {
05:39:49 [WARNING] ^
05:39:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/streaming/signals/Connect.java:77: warning: no comment
05:39:49 [WARNING] public SourceQueueWithComplete<SessionedJsonifiable> getEventAndResponsePublisher() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public JsonSchemaVersion getJsonSchemaVersion() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Optional<KillSwitch> getKillSwitch() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Optional<Instant> getSessionExpirationTime() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public String getType() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] IDS_ONLY("ids-only"),
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<ConnectionsRetrievalActorPropsFactory> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Route buildConnectionsRoute(final RequestContext ctx, final DittoHeaders dittoHeaders) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CustomApiRoutesProvider> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] enum RequestType {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] API,
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] SSE
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] WS,
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public DefaultConnectionsRetrievalActorPropsFactory(final ActorSystem actorSystem, final Config config) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public DefaultJwtAuthenticationResultProvider(final ActorSystem actorSystem, final Config extensionConfig) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] Route authenticateDevOps(final String realm, final Route inner);
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public final class DevopsAuthenticationDirectiveFactory {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public DevopsAuthenticationDirective devops() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public static DevopsAuthenticationDirectiveFactory newInstance(
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public DevopsAuthenticationDirective status() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public static Optional<DevopsAuthenticationMethod> fromMethodName(final String methodName) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] BASIC("basic");
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] OAUTH2("oauth2"),
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public static DevOpsInsecureAuthenticationDirective getInstance() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public Route buildDevOpsRoute(final RequestContext ctx, final Map<String, String> queryParameters) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] GatewayAuthenticationDirective buildHttpAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] GatewayAuthenticationDirective buildWsAuthentication(JwtAuthenticationFactory jwtAuthenticationFactory);
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public DittoGatewayAuthenticationDirectiveFactory(final ActorSystem actorSystem, final Config config) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public DittoJwtAuthorizationSubjectsProvider(final ActorSystem actorSystem, final Config extensionConfig) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public static Route ensureEncoding(final Supplier<Route> inner) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewayAuthenticationDirectiveFactory> {
05:39:49 [WARNING] ^
05:39:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/health/GatewayHttpReadinessCheck.java:43: warning: no comment
05:39:49 [WARNING] public GatewayHttpReadinessCheck(final ActorSystem system) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<GatewaySignalEnrichmentProvider> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] ENABLED("enabled", true),
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] EXPECTED("expected",
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] Flow<HttpRequest, HttpResponse, NotUsed> getFlow(final Route innerRoute);
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpBindFlowProvider> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<HttpRequestActorPropsFactory> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] static HttpRequestActorPropsFactory get(final ActorSystem actorSystem, final Config config) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public final class HttpUtils {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public static boolean basicAuthUsernameMatches(final RequestContext requestContext, final Pattern uuidPattern) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<IncomingWebSocketEventSniffer> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public interface JwkException {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public final class JwkInvalidException extends DittoRuntimeException implements JwkException {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public JwtValidator getJwtValidator() {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public JwtAuthenticationResultProvider newJwtAuthenticationResultProvider(final String configLevel) {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthenticationResultProvider> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<JwtAuthorizationSubjectsProvider> {
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public static JwtSubjectIssuersConfig fromJwtSubjectIssuerConfigs(
05:39:49 [WARNING] ^
05:39:49 [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
05:39:49 [WARNING] public static JwtSubjectIssuersConfig fromOAuthConfig(final OAuthConfig config) {
05:39:49 [WARNING] ^
05:39:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/security/authentication/jwt/JwtSubjectIssuersConfig.java:86: warning: no comment
05:39:49 [WARNING] public String getProtocolPrefix() {
05:39:49 [WARNING] ^
05:39:49 [WARNING] 100 warnings
05:39:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
05:39:50 [INFO] 
05:39:50 [INFO] --- shade:3.5.0:shade (default) @ ditto-gateway-service ---
05:39:50 [INFO] Including org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including io.cloudevents:cloudevents-http-basic:jar:2.3.0 in the shaded jar.
05:39:50 [INFO] Including io.cloudevents:cloudevents-core:jar:2.3.0 in the shaded jar.
05:39:50 [INFO] Including io.cloudevents:cloudevents-api:jar:2.3.0 in the shaded jar.
05:39:50 [INFO] Including io.jsonwebtoken:jjwt-api:jar:0.11.5 in the shaded jar.
05:39:50 [INFO] Including io.jsonwebtoken:jjwt-impl:jar:0.11.5 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:39:50 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:39:50 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:39:50 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:39:50 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:39:50 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:39:50 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:39:50 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:39:50 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:39:50 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:39:50 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:39:50 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:39:50 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:39:50 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:39:50 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:39:50 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:39:50 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:39:50 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:39:50 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:39:50 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:39:50 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:39:50 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:39:50 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:39:50 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:39:50 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:39:50 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:39:50 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:39:50 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:39:50 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:39:50 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:39:50 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:39:50 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:39:50 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:39:50 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:39:50 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:39:50 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:39:50 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:39:50 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:39:50 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:39:50 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:39:50 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:39:50 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:39:50 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:39:50 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:39:50 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:39:50 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:39:50 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:39:50 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:39:50 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:39:50 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:39:50 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:39:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:52 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:54 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:56 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:56 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39:56 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:39: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, 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: 
05:39:57 [WARNING]   - META-INF/MANIFEST.MF
05:39:57 [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: 
05:39:57 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:39:57 [WARNING]   - META-INF/NOTICE.md
05:39:57 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:39:57 [WARNING]   - META-INF/LICENSE.txt
05:39: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: 
05:39:57 [WARNING]   - META-INF.versions.9.module-info
05:39:57 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
05:39:57 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
05:39:57 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
05:39:57 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
05:39:57 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
05:39:57 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:39:57 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:39:57 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:39:57 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:39:57 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:39: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: 
05:39:57 [WARNING]   - META-INF/DISCLAIMER
05:39: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-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: 
05:39:57 [WARNING]   - META-INF/LICENSE
05:39: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: 
05:39:57 [WARNING]   - META-INF/io.netty.versions.properties
05:39:57 [WARNING] maven-shade-plugin has detected that some files are
05:39:57 [WARNING] present in two or more JARs. When this happens, only one
05:39:57 [WARNING] single version of the file is copied to the uber jar.
05:39:57 [WARNING] Usually this is not harmful and you can skip these warnings,
05:39:57 [WARNING] otherwise try to manually exclude artifacts based on
05:39:57 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:39:57 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:39:57 [INFO] Attaching shaded artifact.
05:39:57 [INFO] 
05:39:57 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-gateway-service ---
05:39:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar
05:39:57 [INFO] 
05:39:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-service ---
05:39:57 [INFO] Tests are skipped.
05:39:57 [INFO] 
05:39:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-service ---
05:39:57 [INFO] Tests are skipped.
05:39:57 [INFO] 
05:39:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-service ---
05:39:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec
05:39:57 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: Service' with 225 classes
05:39:57 [INFO] 
05:39:57 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-gateway-service ---
05:39:57 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar' is disabled.
05:39:57 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT.jar
05:39:59 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar' is disabled.
05:39:59 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-javadoc.jar
05:40:03 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar' is disabled.
05:40:04 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-allinone.jar
05:40:21 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar' is disabled.
05:40:21 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/ditto-gateway-service-0-SNAPSHOT-tests.jar
05:40:21 [INFO] 
05:40:21 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-service ---
05:40:21 [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
05:40:21 [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
05:40:21 [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
05:40:21 [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
05:40:21 [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
05:40:21 [INFO] 
05:40:21 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-gateway-service ---
05:40:24 [INFO] 
05:40:24 [INFO] --------------< org.eclipse.ditto:ditto-policies-service >--------------
05:40:24 [INFO] Building Eclipse Ditto :: Policies :: Service 0-SNAPSHOT         [74/77]
05:40:24 [INFO]   from policies/service/pom.xml
05:40:24 [INFO] --------------------------------[ jar ]---------------------------------
05:40:24 [INFO] 
05:40:24 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-service ---
05:40:24 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
05:40:24 [INFO] 
05:40:24 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-policies-service ---
05:40:24 [INFO] Assigning port '36701' to property 'random-pekko-tcp-port'
05:40:24 [INFO] 
05:40:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-service ---
05:40: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/policies/service/target/jacoco.exec
05:40:24 [INFO] 
05:40:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-service ---
05:40:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:40:24 [INFO] All files are up to date, skip goal execution.
05:40:24 [INFO] 
05:40:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-service ---
05:40:24 [INFO] Copying 1 resource from src/main/resources to target/classes
05:40:24 [INFO] Copying 5 resources from src/main/resources to target/classes
05:40:24 [INFO] 
05:40:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-service ---
05:40:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT...
05:40:24 [INFO] 
05:40:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-service ---
05:40:24 [INFO] Changes detected - recompiling the module! :dependency
05:40:24 [INFO] Compiling 108 source files with javac [debug target 17] to target/classes
05:40:25 [INFO] 
05:40:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-service ---
05:40:25 [INFO] Copying 8 resources from src/test/resources to target/test-classes
05:40:25 [INFO] 
05:40:25 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-service ---
05:40:25 [INFO] Changes detected - recompiling the module! :dependency
05:40:25 [INFO] Compiling 72 source files with javac [debug target 17] to target/test-classes
05:40:27 [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.
05:40:27 [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.
05:40:27 [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.
05:40:27 [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.
05:40:27 [INFO] 
05:40:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-service ---
05:40:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:40:27 [INFO] Tests are skipped.
05:40:27 [INFO] 
05:40:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-service ---
05:40:27 [INFO] 
05:40:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-service ---
05:40:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar
05:40:27 [INFO] 
05:40:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-service ---
05:40:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:40:27 [INFO] Configuration changed, re-generating javadoc.
05:40:30 [WARNING] Javadoc Warnings
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.common.config;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.enforcement;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.enforcement.pre;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.announcements;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.resolvers;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.commands;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.persistence.actors.strategies.events;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] package org.eclipse.ditto.policies.service.persistence.serializer;
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] protected static final JsonFieldDefinition<JsonObject> POLICY_ENTRIES =
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] protected AbstractPolicyMongoEventAdapter(final ExtendedActorSystem system) {
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] public DefaultPolicyMongoEventAdapter(final ExtendedActorSystem system) {
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] public DefaultSubjectIdFromActionResolver() {
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] public final class PoliciesPlaceholders {
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] public static PolicyEntryPlaceholder newPolicyEntryPlaceholder() {
05:40:30 [WARNING] ^
05:40:30 [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>
05:40:30 [WARNING] public <T extends PolicyQueryCommandResponse<T>> T buildJsonViewForPolicyQueryCommandResponse(
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] SUBJECT_ID_RESOLVER("subject-id-resolver",
05:40:30 [WARNING] ^
05:40:30 [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
05:40:30 [WARNING] public static final String ACTOR_NAME = "policyOps";
05:40:30 [WARNING] ^
05:40:30 [WARNING] 18 warnings
05:40:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar
05:40:30 [INFO] 
05:40:30 [INFO] --- shade:3.5.0:shade (default) @ ditto-policies-service ---
05:40:30 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:40:30 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:40:30 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:40:30 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:40:30 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:40:30 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:40:30 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:40:30 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:40:30 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:40:30 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:40:30 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:40:30 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:40:30 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:40:30 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:40:30 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:40:30 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:40:30 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:40:30 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:40:30 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:40:30 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:40:30 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:40:30 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:40:30 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:40:30 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:40:30 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:40:30 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:40:30 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:40:30 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:40:30 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:40:30 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:40:30 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:40:30 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:40:30 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:40:30 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:40:30 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:40:30 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:40:30 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:40:30 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:40:30 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:40:30 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:40:30 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:40:30 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:40:30 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:40:30 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:40:30 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:40:30 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:40:30 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:40:30 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:40:30 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:40:30 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:40:30 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:40:30 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:40:30 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:40:30 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:40:30 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:40:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:32 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:32 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:32 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:32 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:32 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:33 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:37 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:40:37 [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: 
05:40:37 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:40:37 [WARNING]   - META-INF/NOTICE.md
05:40:37 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:40:37 [WARNING]   - META-INF/LICENSE.txt
05:40:37 [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: 
05:40:37 [WARNING]   - META-INF.versions.9.module-info
05:40:37 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:40:37 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:40:37 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:40:37 [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: 
05:40:37 [WARNING]   - META-INF/MANIFEST.MF
05:40:37 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:40:37 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:40:37 [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: 
05:40:37 [WARNING]   - META-INF/DISCLAIMER
05:40:37 [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: 
05:40:37 [WARNING]   - META-INF/io.netty.versions.properties
05:40:37 [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: 
05:40:37 [WARNING]   - META-INF/LICENSE
05:40:37 [WARNING] maven-shade-plugin has detected that some files are
05:40:37 [WARNING] present in two or more JARs. When this happens, only one
05:40:37 [WARNING] single version of the file is copied to the uber jar.
05:40:37 [WARNING] Usually this is not harmful and you can skip these warnings,
05:40:37 [WARNING] otherwise try to manually exclude artifacts based on
05:40:37 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:40:37 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:40:37 [INFO] Attaching shaded artifact.
05:40:37 [INFO] 
05:40:37 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-service ---
05:40:37 [INFO] Tests are skipped.
05:40:37 [INFO] 
05:40:37 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-service ---
05:40:37 [INFO] Tests are skipped.
05:40:37 [INFO] 
05:40:37 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-service ---
05:40:37 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/service/target/jacoco.exec
05:40:37 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Service' with 102 classes
05:40:37 [INFO] 
05:40:37 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-policies-service ---
05:40:37 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar' is disabled.
05:40:37 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT.jar
05:40:38 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar' is disabled.
05:40:38 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-javadoc.jar
05:40:42 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar' is disabled.
05:40:43 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/policies/service/target/ditto-policies-service-0-SNAPSHOT-allinone.jar
05:41:01 [INFO] 
05:41:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-service ---
05:41:01 [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
05:41:01 [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
05:41:01 [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
05:41:01 [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
05:41:01 [INFO] 
05:41:01 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-policies-service ---
05:41:04 [INFO] 
05:41:04 [INFO] --------------< org.eclipse.ditto:ditto-wot-integration >---------------
05:41:04 [INFO] Building Eclipse Ditto :: WoT :: Integration 0-SNAPSHOT          [75/77]
05:41:04 [INFO]   from wot/integration/pom.xml
05:41:04 [INFO] --------------------------------[ jar ]---------------------------------
05:41:04 [INFO] 
05:41:04 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-integration ---
05:41: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/wot/integration/target/jacoco.exec
05:41:04 [INFO] 
05:41:04 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-integration ---
05:41:04 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:41:04 [INFO] All files are up to date, skip goal execution.
05:41:04 [INFO] 
05:41:04 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-integration ---
05:41:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/main/resources
05:41:04 [INFO] 
05:41:04 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-integration ---
05:41:04 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT...
05:41:04 [INFO] 
05:41:04 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-integration ---
05:41:04 [INFO] Changes detected - recompiling the module! :dependency
05:41:04 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
05:41:04 [INFO] 
05:41:04 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-integration ---
05:41:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/integration/src/test/resources
05:41:04 [INFO] 
05:41:04 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-integration ---
05:41:04 [INFO] No sources to compile
05:41:04 [INFO] 
05:41:04 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-integration ---
05:41:04 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:41:04 [INFO] Tests are skipped.
05:41:04 [INFO] 
05:41:04 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-integration ---
05:41:04 [INFO] 
05:41:04 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-wot-integration ---
05:41:04 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar
05:41:04 [INFO] 
05:41:04 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-integration ---
05:41:04 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:41:04 [INFO] Configuration changed, re-generating javadoc.
05:41:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
05:41:07 [INFO] 
05:41:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-integration ---
05:41:07 [INFO] Tests are skipped.
05:41:07 [INFO] 
05:41:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-integration ---
05:41:07 [INFO] Tests are skipped.
05:41:07 [INFO] 
05:41:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-integration ---
05:41:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
05:41:07 [INFO] 
05:41:07 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-wot-integration ---
05:41:07 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar' is disabled.
05:41:07 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT.jar
05:41:08 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar' is disabled.
05:41:08 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/wot/integration/target/ditto-wot-integration-0-SNAPSHOT-javadoc.jar
05:41:08 [INFO] 
05:41:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-integration ---
05:41:08 [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
05:41:08 [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
05:41:08 [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
05:41:08 [INFO] 
05:41:08 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-wot-integration ---
05:41:09 [INFO] 
05:41:09 [INFO] ---------------< org.eclipse.ditto:ditto-things-service >---------------
05:41:09 [INFO] Building Eclipse Ditto :: Things :: Service 0-SNAPSHOT           [76/77]
05:41:09 [INFO]   from things/service/pom.xml
05:41:09 [INFO] --------------------------------[ jar ]---------------------------------
05:41:09 [INFO] 
05:41:09 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-things-service ---
05:41:09 [INFO] Assigning port '39137' to property 'random-pekko-tcp-port'
05:41:09 [INFO] 
05:41:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-service ---
05:41: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/things/service/target/jacoco.exec
05:41:09 [INFO] 
05:41:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-service ---
05:41:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:41:09 [INFO] All files are up to date, skip goal execution.
05:41:09 [INFO] 
05:41:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-service ---
05:41:09 [INFO] Copying 1 resource from src/main/resources to target/classes
05:41:09 [INFO] Copying 5 resources from src/main/resources to target/classes
05:41:09 [INFO] 
05:41:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-service ---
05:41:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-service:jar:0-SNAPSHOT...
05:41:09 [INFO] 
05:41:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-service ---
05:41:09 [INFO] Changes detected - recompiling the module! :dependency
05:41:09 [INFO] Compiling 134 source files with javac [debug target 17] to target/classes
05:41:10 [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.
05:41:10 [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.
05:41:10 [INFO] 
05:41:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-service ---
05:41:10 [INFO] Copying 5 resources from src/test/resources to target/test-classes
05:41:10 [INFO] 
05:41:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-service ---
05:41:10 [INFO] Changes detected - recompiling the module! :dependency
05:41:10 [INFO] Compiling 113 source files with javac [debug target 17] to target/test-classes
05:41:12 [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.
05:41:12 [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.
05:41:12 [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.
05:41:12 [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.
05:41:12 [INFO] 
05:41:12 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-service ---
05:41:12 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:41:12 [INFO] Tests are skipped.
05:41:12 [INFO] 
05:41:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-service ---
05:41:12 [INFO] 
05:41:12 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-service ---
05:41:12 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar
05:41:12 [INFO] 
05:41:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-service ---
05:41:12 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:41:12 [INFO] Configuration changed, re-generating javadoc.
05:41:16 [WARNING] Javadoc Warnings
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.aggregation;
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.common.config;
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.enforcement;
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.enforcement.pre;
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.persistence.actors;
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.commands;
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.persistence.actors.strategies.events;
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] package org.eclipse.ditto.things.service.persistence.serializer;
05:41:16 [WARNING] ^
05:41:16 [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>
05:41:16 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFree(final S signal,
05:41:16 [WARNING] ^
05:41:16 [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>
05:41:16 [WARNING] public <S extends Signal<?>, T> CompletionStage<T> insertResponseReceiverConflictFreeWithFuture(final S signal,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public final class ThingConditionValidator {
05:41:16 [WARNING] ^
05:41:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/service/src/main/java/org/eclipse/ditto/things/service/enforcement/ThingEnforcement.java:38: warning: no comment
05:41:16 [WARNING] public ThingEnforcement(final ActorRef policiesShardRegion, final ActorSystem actorSystem,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public ThingMongoEventAdapter(final ExtendedActorSystem system) {
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public ThingMongoSnapshotAdapter(final ActorRef pubSubMediator, final Config config) {
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ThingId thingId,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public ThingPersistenceActorMessageQueue(final int capacity, final ActorSystem actorSystem) {
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static final String ACTOR_NAME = "thingOps";
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef targetActor, final ThingsAggregatorConfig aggregatorConfig,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] public static Props props(final ActorRef pubSubMediator,
05:41:16 [WARNING] ^
05:41:16 [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
05:41:16 [WARNING] private final int capacity;
05:41:16 [WARNING] ^
05:41:16 [WARNING] 38 warnings
05:41:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar
05:41:16 [INFO] 
05:41:16 [INFO] --- shade:3.5.0:shade (default) @ ditto-things-service ---
05:41:16 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:41:16 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:41:16 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:41:16 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:41:16 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:41:16 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:41:16 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:41:16 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:41:16 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:41:16 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:41:16 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:41:16 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:41:16 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:41:16 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:41:16 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:41:16 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:41:16 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:41:16 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:41:16 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:41:16 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:41:16 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:41:16 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:41:16 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:41:16 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:41:16 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:41:16 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:41:16 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:41:16 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:41:16 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:41:16 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:41:16 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:41:16 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:41:16 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:41:16 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:41:16 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:41:16 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:41:16 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:41:16 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:41:16 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:41:16 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:41:16 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:41:16 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:41:16 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-wot-integration:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:41:16 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:41:16 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:41:16 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:41:16 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:41:16 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:41:16 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:41:16 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:41:16 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:41:16 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:41:16 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:16 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:18 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:19 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:23 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:23 [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: 
05:41:23 [WARNING]   - META-INF/MANIFEST.MF
05:41:23 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:41:23 [WARNING]   - META-INF/LICENSE.txt
05:41:23 [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: 
05:41:23 [WARNING]   - META-INF/LICENSE
05:41:23 [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: 
05:41:23 [WARNING]   - META-INF.versions.9.module-info
05:41:23 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:41:23 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:41:23 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:41:23 [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: 
05:41:23 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:41:23 [WARNING]   - META-INF/NOTICE.md
05:41:23 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:41:23 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:41:23 [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: 
05:41:23 [WARNING]   - META-INF/DISCLAIMER
05:41:23 [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: 
05:41:23 [WARNING]   - META-INF/io.netty.versions.properties
05:41:23 [WARNING] maven-shade-plugin has detected that some files are
05:41:23 [WARNING] present in two or more JARs. When this happens, only one
05:41:23 [WARNING] single version of the file is copied to the uber jar.
05:41:23 [WARNING] Usually this is not harmful and you can skip these warnings,
05:41:23 [WARNING] otherwise try to manually exclude artifacts based on
05:41:23 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:41:23 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:41:23 [INFO] Attaching shaded artifact.
05:41:23 [INFO] 
05:41:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-service ---
05:41:23 [INFO] Tests are skipped.
05:41:23 [INFO] 
05:41:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-service ---
05:41:23 [INFO] Tests are skipped.
05:41:23 [INFO] 
05:41:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-service ---
05:41:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/service/target/jacoco.exec
05:41:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Service' with 133 classes
05:41:24 [INFO] 
05:41:24 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-things-service ---
05:41:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar' is disabled.
05:41:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT.jar
05:41:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar' is disabled.
05:41:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-javadoc.jar
05:41:28 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar' is disabled.
05:41:30 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/things/service/target/ditto-things-service-0-SNAPSHOT-allinone.jar
05:41:46 [INFO] 
05:41:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-service ---
05:41:46 [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
05:41:46 [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
05:41:46 [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
05:41:46 [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
05:41:46 [INFO] 
05:41:46 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-things-service ---
05:41:49 [INFO] 
05:41:49 [INFO] ------------< org.eclipse.ditto:ditto-thingsearch-service >-------------
05:41:49 [INFO] Building Eclipse Ditto :: Thing Search :: Service 0-SNAPSHOT     [77/77]
05:41:49 [INFO]   from thingsearch/service/pom.xml
05:41:49 [INFO] --------------------------------[ jar ]---------------------------------
05:41:49 [INFO] 
05:41:49 [INFO] --- port-allocator:1.2:allocate-ports (default) @ ditto-thingsearch-service ---
05:41:49 [INFO] Assigning port '39323' to property 'random-pekko-tcp-port'
05:41:49 [INFO] 
05:41:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-service ---
05:41:49 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec
05:41:49 [INFO] 
05:41:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-service ---
05:41:49 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
05:41:49 [INFO] All files are up to date, skip goal execution.
05:41:49 [INFO] 
05:41:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-service ---
05:41:49 [INFO] Copying 1 resource from src/main/resources to target/classes
05:41:49 [INFO] Copying 5 resources from src/main/resources to target/classes
05:41:49 [INFO] 
05:41:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-service ---
05:41:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-service:jar:0-SNAPSHOT...
05:41:49 [INFO] 
05:41:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-service ---
05:41:49 [INFO] Changes detected - recompiling the module! :dependency
05:41:49 [INFO] Compiling 105 source files with javac [debug target 17] to target/classes
05:41:50 [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.
05:41:50 [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.
05:41:50 [INFO] 
05:41:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-service ---
05:41:50 [INFO] Copying 20 resources from src/test/resources to target/test-classes
05:41:50 [INFO] 
05:41:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-service ---
05:41:50 [INFO] Changes detected - recompiling the module! :dependency
05:41:50 [INFO] Compiling 62 source files with javac [debug target 17] to target/test-classes
05:41:51 [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.
05:41:51 [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.
05:41:51 [INFO] 
05:41:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-service ---
05:41:51 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
05:41:51 [INFO] Tests are skipped.
05:41:51 [INFO] 
05:41:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-service ---
05:41:51 [INFO] 
05:41:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-service ---
05:41:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar
05:41:51 [INFO] 
05:41:51 [INFO] --- shade:3.5.0:shade (default) @ ditto-thingsearch-service ---
05:41:51 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.6 in the shaded jar.
05:41:51 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.6 in the shaded jar.
05:41:51 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
05:41:51 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
05:41:51 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
05:41:51 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.slf4j:slf4j-api:jar:2.0.11 in the shaded jar.
05:41:51 [INFO] Including org.slf4j:jul-to-slf4j:jar:2.0.11 in the shaded jar.
05:41:51 [INFO] Including ch.qos.logback:logback-classic:jar:1.4.14 in the shaded jar.
05:41:51 [INFO] Including ch.qos.logback:logback-core:jar:1.4.14 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
05:41:51 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
05:41:51 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
05:41:51 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
05:41:51 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.6 in the shaded jar.
05:41:51 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.6 in the shaded jar.
05:41:51 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.6 in the shaded jar.
05:41:51 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.6 in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
05:41:51 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
05:41:51 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
05:41:51 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
05:41:51 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
05:41:51 [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
05:41:51 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
05:41:51 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
05:41:51 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
05:41:51 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
05:41:51 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
05:41:51 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
05:41:51 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
05:41:51 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
05:41:51 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
05:41:51 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
05:41:51 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
05:41:51 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
05:41:51 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
05:41:51 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
05:41:51 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
05:41:51 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
05:41:51 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
05:41:51 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
05:41:51 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
05:41:51 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
05:41:51 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
05:41:51 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
05:41:51 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
05:41:51 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
05:41:51 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.codehaus.janino:janino:jar:3.1.11 in the shaded jar.
05:41:51 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.11 in the shaded jar.
05:41:51 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.4 in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
05:41:51 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
05:41:51 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
05:41:51 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
05:41:51 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
05:41:51 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
05:41:51 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
05:41:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:53 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:56 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:57 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:58 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
05:41:59 [WARNING] jul-to-slf4j-2.0.11.jar, slf4j-api-2.0.11.jar define 1 overlapping resource: 
05:41:59 [WARNING]   - META-INF/LICENSE.txt
05:41:59 [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: 
05:41:59 [WARNING]   - META-INF.versions.9.module-info
05:41:59 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
05:41:59 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
05:41:59 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
05:41:59 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
05:41:59 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
05:41:59 [WARNING] netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
05:41:59 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
05:41:59 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
05:41:59 [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: 
05:41:59 [WARNING]   - META-INF/LICENSE
05:41:59 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
05:41:59 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
05:41:59 [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: 
05:41:59 [WARNING]   - META-INF/DISCLAIMER
05:41:59 [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: 
05:41:59 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
05:41:59 [WARNING]   - META-INF/NOTICE.md
05:41:59 [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: 
05:41:59 [WARNING]   - META-INF/io.netty.versions.properties
05:41:59 [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: 
05:41:59 [WARNING]   - META-INF/MANIFEST.MF
05:41:59 [WARNING] maven-shade-plugin has detected that some files are
05:41:59 [WARNING] present in two or more JARs. When this happens, only one
05:41:59 [WARNING] single version of the file is copied to the uber jar.
05:41:59 [WARNING] Usually this is not harmful and you can skip these warnings,
05:41:59 [WARNING] otherwise try to manually exclude artifacts based on
05:41:59 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
05:41:59 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
05:41:59 [INFO] Attaching shaded artifact.
05:41:59 [INFO] 
05:41:59 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-service ---
05:41:59 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
05:41:59 [INFO] Configuration changed, re-generating javadoc.
05:42:02 [WARNING] Javadoc Warnings
05:42:02 [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
05:42:02 [WARNING] package org.eclipse.ditto.thingsearch.service.common.config;
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public final Bson visitSimple(final String fieldName) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public Optional<MongoWriteModel> toIncrementalMongo(@Nullable final AbstractWriteModel previousWriteModel,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] Duration getIdleTimeout();
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static BsonDiff minus(final BsonDocument minuend, final BsonDocument subtrahend,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static BsonDiff minusThingDocs(final BsonDocument minuend, final BsonDocument subtrahend,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] CONSISTENCY_ERROR,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] INCORRECT_PATCH,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] OK
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] UNACKNOWLEDGED,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] WRITE_ERROR,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] CachingSignalEnrichmentFacade getSignalEnrichmentFacade(
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<CachingSignalEnrichmentFacadeProvider> {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] enum CustomMetricConfigValue implements KnownConfigValue {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static BackgroundSyncConfig fromUpdaterConfig(final Config updaterConfig) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public String getCustomMetricName() {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] CompletionStage<Query> validateQuery(final Command<?> command, final Query query);
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] toIncrementalMongo(final AbstractWriteModel model, final AbstractWriteModel lastWriteModel, final Logger logger) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public DefaultSearchUpdateObserver(final ActorSystem system, final Config config) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] Optional<String> getMongoHintsByNamespace();
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] List<NamespaceSearchIndexConfig> getNamespaceIndexedFields();
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static Bson apply(final ExistsFieldExpression expression, final List<String> authorizationSubjectIds) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] default T eval(final JsonValue value) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static final String FAKE_DOT = "~2";
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static Metadata of(final ThingId thingId,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public Metadata withCausingPolicyTag(final PolicyTag causingPolicyTag) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public Metadata withAckRecipient(final ActorSelection ackRecipient) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public Metadata withUpdateReason(final UpdateReason reason) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public MongoQueryBuilderFactory(final LimitsConfig limitsConfig) {
05:42:02 [WARNING] ^
05:42:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/src/main/java/org/eclipse/ditto/thingsearch/service/persistence/MongoSortKeyMappingFunction.java:43: warning: no comment
05:42:02 [WARNING] public static String mapSortKey(final String... values) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public MongoThingsSearchPersistence(final DittoMongoClient mongoClient, final ActorSystem actorSystem,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static ThingsSearchUpdaterPersistence of(final MongoDatabase database,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] enum NamespaceSearchIndexConfigValue implements KnownConfigValue {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<QueryCriteriaValidator> {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static OneForOneStrategy createStrategy(final LoggingAdapter log) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] protected final ActorSystem actorSystem;
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] protected final int maxWireVersion;
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Config config) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] protected SearchUpdateMapper(final ActorSystem actorSystem, final Integer maxWireVersion) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<SearchUpdateObserver> {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static SearchUpdaterStream of(final UpdaterConfig updaterConfig,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public ActorRef getSearchUpdaterShardRegion(final int numberOfShards, @Nonnull final Props thingUpdaterProps,
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static Result fromError(final Metadata metadata, final Throwable error) {
05:42:02 [WARNING] ^
05:42:02 [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
05:42:02 [WARNING] public static WriteResultAndErrors failure(final Throwable error) {
05:42:02 [WARNING] ^
05:42:02 [WARNING] 44 warnings
05:42:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
05:42:02 [INFO] 
05:42:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-service ---
05:42:02 [INFO] Tests are skipped.
05:42:02 [INFO] 
05:42:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-service ---
05:42:02 [INFO] Tests are skipped.
05:42:02 [INFO] 
05:42:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-service ---
05:42:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/jacoco.exec
05:42:02 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Service' with 121 classes
05:42:03 [INFO] 
05:42:03 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign-jars) @ ditto-thingsearch-service ---
05:42:03 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar' is disabled.
05:42:03 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT.jar
05:42:08 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar' is disabled.
05:42:09 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-allinone.jar
05:42:24 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar' is disabled.
05:42:24 [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/service/target/ditto-thingsearch-service-0-SNAPSHOT-javadoc.jar
05:42:25 [INFO] 
05:42:25 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-service ---
05:42:25 [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
05:42:25 [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
05:42:25 [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
05:42:25 [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
05:42:25 [INFO] 
05:42:25 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ditto-thingsearch-service ---
05:42:28 [INFO] ------------------------------------------------------------------------
05:42:28 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
05:42:28 [INFO] 
05:42:28 [INFO] Eclipse Ditto ...................................... SUCCESS [  5.141 s]
05:42:28 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  1.812 s]
05:42:28 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.468 s]
05:42:28 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.363 s]
05:42:28 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [  4.940 s]
05:42:28 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 13.528 s]
05:42:28 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [  1.396 s]
05:42:28 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 15.326 s]
05:42:28 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [  6.188 s]
05:42:28 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [  0.347 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [  0.273 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [  5.139 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [  5.375 s]
05:42:28 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [  3.471 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [  5.914 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [  0.194 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [  4.311 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 18.390 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [  6.808 s]
05:42:28 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [  3.891 s]
05:42:28 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [  0.319 s]
05:42:28 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 21.757 s]
05:42:28 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [  0.336 s]
05:42:28 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 21.058 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [  6.407 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [  4.839 s]
05:42:28 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [  5.871 s]
05:42:28 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [  7.470 s]
05:42:28 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [  0.336 s]
05:42:28 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 12.014 s]
05:42:28 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [  0.442 s]
05:42:28 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [  6.251 s]
05:42:28 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [  0.304 s]
05:42:28 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [  6.818 s]
05:42:28 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [  8.743 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [  9.317 s]
05:42:28 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [  5.167 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [  3.992 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [  9.174 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [  4.901 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [  2.328 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [  9.311 s]
05:42:28 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [  4.878 s]
05:42:28 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [  5.957 s]
05:42:28 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [  0.404 s]
05:42:28 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [  4.821 s]
05:42:28 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [  0.406 s]
05:42:28 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [  9.499 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SUCCESS [  4.167 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [  4.155 s]
05:42:28 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [  5.773 s]
05:42:28 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [  0.297 s]
05:42:28 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [  4.591 s]
05:42:28 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 11.225 s]
05:42:28 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [  7.477 s]
05:42:28 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [  5.575 s]
05:42:28 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [  0.266 s]
05:42:28 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [  6.322 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [  5.537 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [  4.312 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [  7.041 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [  4.082 s]
05:42:28 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [  7.132 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [  4.802 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [  3.757 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [  4.306 s]
05:42:28 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [01:06 min]
05:42:28 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [  0.703 s]
05:42:28 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [  0.299 s]
05:42:28 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [  4.180 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [  4.426 s]
05:42:28 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [  3.831 s]
05:42:28 [INFO] Eclipse Ditto :: Gateway :: Service ................ SUCCESS [ 43.644 s]
05:42:28 [INFO] Eclipse Ditto :: Policies :: Service ............... SUCCESS [ 39.615 s]
05:42:28 [INFO] Eclipse Ditto :: WoT :: Integration ................ SUCCESS [  5.199 s]
05:42:28 [INFO] Eclipse Ditto :: Things :: Service ................. SUCCESS [ 39.940 s]
05:42:28 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SUCCESS [ 39.169 s]
05:42:28 [INFO] ------------------------------------------------------------------------
05:42:28 [INFO] BUILD SUCCESS
05:42:28 [INFO] ------------------------------------------------------------------------
05:42:28 [INFO] Total time:  10:16 min
05:42:28 [INFO] Finished at: 2024-02-13T10:42:28Z
05:42:28 [INFO] ------------------------------------------------------------------------
05:42:28 Recording test results
05:42:33 [Checks API] No suitable checks publisher found.
05:42:33 Finished: SUCCESS